[FFmpeg-cvslog] doc: Document the omit_tfhd_offset flag to the mp4 muxer
Martin Storsjö
git at videolan.org
Thu Oct 30 03:17:19 CET 2014
ffmpeg | branch: master | Martin Storsjö <martin at martin.st> | Wed Oct 29 14:30:22 2014 +0100| [a9911a1b2df37ca808e06dc30627215f4ec9a9e4] | committer: Martin Storsjö
doc: Document the omit_tfhd_offset flag to the mp4 muxer
Signed-off-by: Luca Barbato <lu_zero at gentoo.org>
Signed-off-by: Martin Storsjö <martin at martin.st>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a9911a1b2df37ca808e06dc30627215f4ec9a9e4
---
doc/muxers.texi | 3 +++
1 file changed, 3 insertions(+)
diff --git a/doc/muxers.texi b/doc/muxers.texi
index 6b6e823..7c7e27c 100644
--- a/doc/muxers.texi
+++ b/doc/muxers.texi
@@ -337,6 +337,9 @@ Disable Nero chapter markers (chpl atom). Normally, both Nero chapters
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.
+ at 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
Smooth Streaming content can be pushed in real time to a publishing
More information about the ffmpeg-cvslog
mailing list