[FFmpeg-user] -movflags faststart revisited

Tim Hiles timothyhiles at gmail.com
Sun Feb 26 05:53:06 EET 2017


So, even though I corrected the usage of the flag, I am still unable to
play the output
file before ffmpeg finishes the transcoding :( :(

$ ~/bin/ffmpeg.d/ffmpeg -i video_Z11.mp4 -movflags faststart -vb 8000k -ab
384k -s 1920x1080 -y video_Z11-1920x1080.mp4
ffmpeg version 3.2.4-static http://johnvansickle.com/ffmpeg/  Copyright (c)
2000-2017 the FFmpeg developers

>
>
That usage is still not correct.  It should be:

-movflags +faststart

You are forgetting the + symbol before the word faststart.


More information about the ffmpeg-user mailing list