diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-10-30 02:45:36 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-10-30 02:45:36 +0100 |
commit | be787bccc00c0da482e99315dd7b155c575aa159 (patch) | |
tree | e248e255ee58a04119cb8d4b190697d8388bd75b | |
parent | ad600e10da6beaa057ae16fdb12c94414dd6c20e (diff) | |
parent | a9911a1b2df37ca808e06dc30627215f4ec9a9e4 (diff) | |
download | ffmpeg-be787bccc00c0da482e99315dd7b155c575aa159.tar.gz |
Merge commit 'a9911a1b2df37ca808e06dc30627215f4ec9a9e4'
* commit 'a9911a1b2df37ca808e06dc30627215f4ec9a9e4':
doc: Document the omit_tfhd_offset flag to the mp4 muxer
Conflicts:
doc/muxers.texi
Merged-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | doc/muxers.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/muxers.texi b/doc/muxers.texi index cacc46ccf7..b94950d1d3 100644 --- a/doc/muxers.texi +++ b/doc/muxers.texi @@ -580,6 +580,9 @@ and a QuickTime chapter track are written to the file. With this option set, only the QuickTime chapter track will be written. Nero chapters can cause failures when the file is reprocessed with certain tagging programs, like mp3Tag 2.61a and iTunes 11.3, most likely other versions are affected as well. +@item -movflags omit_tfhd_offset +Do not write any absolute base_data_offset in tfhd atoms. This avoids +tying fragments to absolute byte positions in the file/streams. @end table @subsection Example |