video - ffmpeg unable to find a suitable output format for '\' -


i trying following command concatenate 4 mp4 video files using ffmpeg concat filter, gives error:

unable find suitable output format '\'

command:

f:\partition c backup\downloads\compressed\ffmpeg-20170817-92da230-win64-shared\ ffmpeg-20170817-92da230-win64-shared\bin>ffmpeg -i "long name spaces 1.mp4" -i "long name spaces 2.mp4" -i "long name spaces 3.mp4" -i "long name spaces 4.mp4" \ -filter_complex "[0:v:0] [0:a:0] [1:v:0] [1:a:0] [2:v:0] [2:a:0] [3:v:0] [3:a:0] concat=n=4:v= 1:a=1 [v] [a]" \ -map "[v]" -map "[a]" e:\ffmpeg.mp4 

please me find wrong syntax in command.


Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -