[FFmpeg-cvslog] doc: document -moov_size
Michael Niedermayer
git at videolan.org
Wed Oct 26 22:29:10 CEST 2011
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Wed Oct 26 22:16:12 2011 +0200| [7d7e3023d90df1ac14b95dd20629486686d213d2] | committer: Michael Niedermayer
doc: document -moov_size
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7d7e3023d90df1ac14b95dd20629486686d213d2
---
doc/muxers.texi | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/doc/muxers.texi b/doc/muxers.texi
index 66ea95e..dca29b8 100644
--- a/doc/muxers.texi
+++ b/doc/muxers.texi
@@ -147,6 +147,18 @@ each of the YUV420P components. To read or write this image file format,
specify the name of the '.Y' file. The muxer will automatically open the
'.U' and '.V' files as required.
+ at section mov
+
+MOV / MP4 muxer
+
+The muxer options are:
+
+ at table @option
+ at item -moov_size @var{bytes}
+Reserves space for the moov atom at the begin of the file instead of placing the
+moov atom at the end. If the space reserved is insufficient, muxing will fail.
+ at end table
+
@section mpegts
MPEG transport stream muxer.
More information about the ffmpeg-cvslog
mailing list