diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2015-11-09 14:24:26 +0100 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2015-11-10 23:27:51 +0100 |
commit | d9726893f311b7bbbc9887db2c3ffbefaad78ca3 (patch) | |
tree | 5967b3b57802fa66df33edd51e39f50a7932c90b /doc | |
parent | 3ea60c505f3f6d489d31170d1fb40b4083c5074d (diff) | |
download | ffmpeg-d9726893f311b7bbbc9887db2c3ffbefaad78ca3.tar.gz |
avformat/mxfenc: Only store user comment related tags when needed
Also support disabling them as they seem to cause problems to some
Users. They are also not allowed in IRT D-10 thus the default for
mxf_d10 is not to write them
This also decreases the filesize when no user comment are stored
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/muxers.texi | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/muxers.texi b/doc/muxers.texi index 06483fa4ae..b6d88231ac 100644 --- a/doc/muxers.texi +++ b/doc/muxers.texi @@ -874,6 +874,21 @@ ffmpeg -i file.mpg -c copy \ -y out.ts @end example +@section mxf, mxf_d10 + +MXF muxer. + +@subsection Options + +The muxer options are: + +@table @option +@item store_user_comments @var{bool} +Set if user comments should be stored if available or never. +IRT D-10 does not allow user comments. The default is thus to write them for +mxf but not for mxf_d10 +@end table + @section null Null muxer. |