Open Jacob-Mahoney opened 4 years ago
Nice. Same issue
Also with paranthesis even when its encodeURI(name)'d.
World of Warcraft - Warlords of Draenor Cinematic(1).mp4
even if I append+prepent the file path with (") characers.
"'"+path.join(__dirname,uri)+"'"
Ouch, yes, having the same problem. Anybody at least find a workaround?
How is this still not fixed?
Going to clone the repo and see if I can hunt this one down for myself!
I think I fixed it: https://github.com/damianociarla/node-ffmpeg/pull/87
Title is pretty self-explanatory. I'm having trouble with paths that have spaces in them.
Below are all the variations I've tried. They all result in either an error from the module itself saying "The input file does not exist" or an error from ffmpeg saying "No such file or directory".
And probably several other variations that I'm forgetting. Any ideas?