damianociarla / node-ffmpeg

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

add quotes for output #57

Open vonweb opened 5 years ago

vonweb commented 5 years ago

when there is space in output, program will fail

the version published to npm is behind master, inputs is not quoted either

tettusud commented 5 years ago

How can I download this fixed version?

vonweb commented 5 years ago

How can I download this fixed version?

@tettusud Since the author hasn't merge this PR, You can fork your own or install my fork

yarn add https://github.com/vonweb/node-ffmpeg
npm install https://github.com/vonweb/node-ffmpeg
ultimate-tester commented 4 years ago

First thing I ran into when trying this module. @damianociarla could you please merge this? It's a blocking defect. Manually putting quotes around it won't fix it, because then the mkdir command fails.