aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2013-07-02 19:32:27 -0700
committerTimothy Gu <timothygu99@gmail.com>2013-08-28 09:35:19 -0700
commitee9a440f49a7e205d0190623c76f2e85ff160bc0 (patch)
tree72fd2b80fe99e894a8894bc81213b0cb0539e203
parent5582cfd0e44b87947a4cd846eca06be937ec3b09 (diff)
downloadffmpeg-ee9a440f49a7e205d0190623c76f2e85ff160bc0.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.texi17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/muxers.texi b/doc/muxers.texi
index 3c6415f112..33cbb7859e 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