Reindle is correct - it still does n ot work for mp4. I tried it with and without the +. The manpage does not show a +.
On Sat, Feb 25, 2017 at 8:53 PM, Tim Hiles <[email protected]> wrote: > 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 > [email protected] > http://ffmpeg.org/mailman/listinfo/ffmpeg-user > > To unsubscribe, visit link above, or email > [email protected] with subject "unsubscribe". > _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
