[FFmpeg-user] -movflags faststart revisited
JD
jd1008 at gmail.com
Mon Feb 27 23:40:33 EET 2017
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 <timothyhiles at gmail.com> 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
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
> To unsubscribe, visit link above, or email
> ffmpeg-user-request at ffmpeg.org with subject "unsubscribe".
>
More information about the ffmpeg-user
mailing list