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
Post a Comment