windows - FFmpeg: The filename, directory name or volume label syntax is incorrect -


i making app auto-converts videos recorded program. trying use command line exec ffmpeg conversion. command typing console:

cmd /c "c:\users\mark\ideaprojects\converter\ffmpeg\ffmpeg.exe" -i "c:\users\mark\videos\arma 3\arma 3 05.10.2015 - 16.27.24.06.dvr.mp4" -b:v 15m -y "c:\users\mark\videos\converted\arma 3 05.10.2015 - 16.27.24.06.dvr.mp4.avi" 

it returns error message

the filename, directory name or volume label syntax incorrect 

if run command without cmd /c part, works should. tried adding /s without success.

edit

i solved problem using apache commons library (java) executing commands in command line.


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -