aboutsummaryrefslogtreecommitdiffstats
path: root/doc/encoders.texi
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2013-09-07 20:13:11 -0700
committerTimothy Gu <timothygu99@gmail.com>2013-09-22 15:16:23 -0700
commit85eeab4d22ccbdb23ed7255b858ea788613bf700 (patch)
tree4f4191ba5c8bb057a9415c116cbe072d64e1e577 /doc/encoders.texi
parent4431ee1896433b710bbbc54392db6d262d293aec (diff)
downloadffmpeg-85eeab4d22ccbdb23ed7255b858ea788613bf700.tar.gz
doc/encoders: improve libvo-aacenc doc
Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Stefano Sabatini <stefasab@gmail.com> (cherry picked from commit 81bbe49a0e588aa899f37a567808ba8926d798d6) Signed-off-by: Timothy Gu <timothygu99@gmail.com>
Diffstat (limited to 'doc/encoders.texi')
-rw-r--r--doc/encoders.texi9
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/encoders.texi b/doc/encoders.texi
index 08ec283708..b3a3ffbf73 100644
--- a/doc/encoders.texi
+++ b/doc/encoders.texi
@@ -557,16 +557,19 @@ 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}.
+This encoder is considered to be worse than the
+@ref{aacenc,,native experimental FFmpeg AAC encoder}, according to
+multiple sources.
+
@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.
+channels. It is also CBR-only.
@table @option
@item b
-Bitrate.
+Set bit rate in bits/s.
@end table