summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2013-06-07 19:54:23 -0700
committerMichael Niedermayer <michaelni@gmx.at>2013-06-08 13:52:34 +0200
commitba7cb4807f050c401f8fd7ef1d1065b138358135 (patch)
treeb841b830b3a7a47f8dd9a941638ed309506cdfd6 /doc
parentf973f1741649df5ba11c11721aa088c883d467f5 (diff)
doc/encoders: Add libvo-aacenc doc
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc')
-rw-r--r--doc/encoders.texi21
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/encoders.texi b/doc/encoders.texi
index 5a365083f9..c55ca35dba 100644
--- a/doc/encoders.texi
+++ b/doc/encoders.texi
@@ -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