damianociarla / node-ffmpeg

ffmpeg module for nodejs
MIT License
604 stars 140 forks source link

Support for whitespace and special characters in input file name. #29

Closed hiralbest closed 7 years ago

hiralbest commented 8 years ago

If input file name contains whitespace or special character than this library breaks at run time.

hiralbest commented 8 years ago

Hi,

I see this issue is fixed as per the code in GitHub repository. The code which we get using "npm install ffmpeg" does not have the latest code as I see in Github repository.

Thanks.

2ec0b4 commented 7 years ago

Hello, You can do this: $ npm install damianociarla/node-ffmpeg

hiralbest commented 7 years ago

Thanks @2ec0b4 .