OSDN Git Service

doc/encoders: Add libvo-aacenc doc
authorTimothy Gu <timothygu99@gmail.com>
Sat, 8 Jun 2013 02:54:23 +0000 (19:54 -0700)
committerMichael Niedermayer <michaelni@gmx.at>
Sat, 8 Jun 2013 11:52:34 +0000 (13:52 +0200)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
doc/encoders.texi

index 5a36508..c55ca35 100644 (file)
@@ -504,6 +504,27 @@ value is 0 (disabled).
 
 @end table
 
+@section libvo-aacenc
+
+VisualOn AAC encoder
+
+Requires the presence of the libvo-aacenc headers and library during
+configuration. You need to explicitly configure the build with
+@code{--enable-libvo-aacenc --enable-version3}.
+
+@subsection Options
+
+The VisualOn AAC encoder only support encoding AAC-LC and up to 2
+channels. It is also CBR-only. It is considered to be worse than the
+native experimental FFmpeg AAC encoder.
+
+@table @option
+
+@item b
+Bitrate.
+
+@end table
+
 @c man end AUDIO ENCODERS
 
 @chapter Video Encoders