diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-10-31 01:46:25 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-10-31 01:46:25 +0100 |
commit | 8065a0cdbed7c909bdbdd4708368e6096db3752b (patch) | |
tree | 6fa0ae72b886cd9bbe32c23fc2c9a984b865608d /doc/muxers.texi | |
parent | f76cd09d466efffdb51b418ce2ce34c7a7e6d342 (diff) | |
parent | cf589faa5b7aed3bb38e08dcd00bd951e69686d1 (diff) | |
download | ffmpeg-8065a0cdbed7c909bdbdd4708368e6096db3752b.tar.gz |
Merge commit 'cf589faa5b7aed3bb38e08dcd00bd951e69686d1'
* commit 'cf589faa5b7aed3bb38e08dcd00bd951e69686d1':
movenc: Add a flag for using default-base-is-moof in tfhd atoms
Conflicts:
libavformat/version.h
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/muxers.texi')
-rw-r--r-- | doc/muxers.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/muxers.texi b/doc/muxers.texi index b94950d1d3..8576f05606 100644 --- a/doc/muxers.texi +++ b/doc/muxers.texi @@ -583,6 +583,13 @@ 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. +@item -movflags default_base_moof +Similarly to the omit_tfhd_offset, this flag avoids writing the +absolute base_data_offset field in tfhd atoms, but does so by using +the new default-base-is-moof flag instead. This flag is new from +14496-12:2012. This may make the fragments easier to parse in certain +circumstances (avoiding basing track fragment location calculations +on the implicit end of the previous track fragment). @end table @subsection Example |