diff options
author | Timothy Gu <timothygu99@gmail.com> | 2013-07-02 19:32:27 -0700 |
---|---|---|
committer | Timothy Gu <timothygu99@gmail.com> | 2013-08-26 11:51:52 -0700 |
commit | 2f1370da22841cea3846e86f8cb87d669a396833 (patch) | |
tree | 3a86ddb1bfacd23814e4ab6e3d0ac9810b85a5c7 /doc | |
parent | d616b63039499dc5a74fe8df264c9b84bec2f7ef (diff) | |
download | ffmpeg-2f1370da22841cea3846e86f8cb87d669a396833.tar.gz |
doc/muxers: Add AIFF doc
Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
(cherry picked from commit 4ec46b1160eb549a551823c168905b43922add31)
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
Diffstat (limited to 'doc')
-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 1685b12ceb..8fd7ecd312 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 |