aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2013-06-07 19:54:23 -0700
committerTimothy Gu <timothygu99@gmail.com>2013-08-26 09:19:42 -0700
commit24187a96ee1f1f23e3fd46a3441f90d2923026f7 (patch)
tree6dd07439e227e82d4ee7b21c9af1a19dfcccf695
parentc87f3c3ab4c541dd05c26cb5669cfaa998335ea5 (diff)
downloadffmpeg-24187a96ee1f1f23e3fd46a3441f90d2923026f7.tar.gz
doc/encoders: Add libvo-aacenc doc
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit ba7cb4807f050c401f8fd7ef1d1065b138358135) Signed-off-by: Timothy Gu <timothygu99@gmail.com>
-rw-r--r--doc/encoders.texi21
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/encoders.texi b/doc/encoders.texi
index 74f3c2fda8..2fe2f5fde8 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