diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2011-10-26 22:16:12 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-10-26 22:18:01 +0200 |
commit | 7d7e3023d90df1ac14b95dd20629486686d213d2 (patch) | |
tree | ea342510a5633b8543a52d2e4cc222b0dbf7fb23 /doc/muxers.texi | |
parent | 3a56169fec207a75d9b48b471c8fd1b8bb0a05cb (diff) | |
download | ffmpeg-7d7e3023d90df1ac14b95dd20629486686d213d2.tar.gz |
doc: document -moov_size
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/muxers.texi')
-rw-r--r-- | doc/muxers.texi | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/muxers.texi b/doc/muxers.texi index 66ea95ec18..dca29b85e8 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. +@section mov + +MOV / MP4 muxer + +The muxer options are: + +@table @option +@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. +@end table + @section mpegts MPEG transport stream muxer. |