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:28:25 -0700 |
commit | 1d6b261a24be7ff0f6a5aa10faecf32f32749b91 (patch) | |
tree | 64d3ddf23d604bfe962980acc5a9f7a3309c053e | |
parent | 02f1ae5406aa1827fcd788ca86793b5c7c2becb2 (diff) | |
download | ffmpeg-1d6b261a24be7ff0f6a5aa10faecf32f32749b91.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>
-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 9d119c39a1..84dbdbab4d 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 |