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.
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to