diff options
author | Timothy Gu <timothygu99@gmail.com> | 2013-07-02 19:32:27 -0700 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2013-07-03 11:25:45 +0200 |
commit | 4ec46b1160eb549a551823c168905b43922add31 (patch) | |
tree | e6a6da833ecb9f02b24ba95af06dadc00e9612ac /doc/muxers.texi | |
parent | 628ceac6526724d35cb390cc1f88344f4ea22eb4 (diff) | |
download | ffmpeg-4ec46b1160eb549a551823c168905b43922add31.tar.gz |
doc/muxers: Add AIFF doc
Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
Diffstat (limited to 'doc/muxers.texi')
-rw-r--r-- | doc/muxers.texi | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/muxers.texi b/doc/muxers.texi index fff9069fec..3f013516b1 100644 --- a/doc/muxers.texi +++ b/doc/muxers.texi @@ -18,6 +18,23 @@ enabled muxers. A description of some of the currently available muxers follows. +@anchor{aiff} +@section aiff + +Audio Interchange File Format muxer. + +It accepts the following options: + +@table @option +@item write_id3v2 +Enable ID3v2 tags writing when set to 1. Default is 0 (disabled). + +@item id3v2_version +Select ID3v2 version to write. Currently only version 3 and 4 (aka. +ID3v2.3 and ID3v2.4) are supported. The default is version 4. + +@end table + @anchor{crc} @section crc |