Am Mo., 4. Mai 2020 um 14:35 Uhr schrieb adam smith via ffmpeg-user
<[email protected]>:

> > Use qtfaststart to “fix” mov files, so they don’t require seeking anymore.
>
> Thanks, I use -flags +global_header -movflags +faststart on mp4 files I
> create using ffmpeg, is that the same thing?

The result is very similar, but qtfaststart takes an existing mov file and
only moves the index in front of the file, leaving everything else exactly
identical while ffmpeg -i input -movflags +faststart out.mov writes a
new file (with different properties) that has the index already moved
to the beginning of the file.

Carl Eugen
_______________________________________________
ffmpeg-user mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to