[FFmpeg-cvslog] doc/encoders: Add libvo-aacenc doc

Timothy Gu git at videolan.org
Wed Aug 28 01:41:59 CEST 2013


ffmpeg | branch: release/0.11 | Timothy Gu <timothygu99 at gmail.com> | Fri Jun  7 19:54:23 2013 -0700| [8d0c2755d30df49d79e1fea12422f3e0a9882187] | committer: Timothy Gu

doc/encoders: Add libvo-aacenc doc

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
(cherry picked from commit ba7cb4807f050c401f8fd7ef1d1065b138358135)

Signed-off-by: Timothy Gu <timothygu99 at gmail.com>

Conflicts:
	doc/encoders.texi

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8d0c2755d30df49d79e1fea12422f3e0a9882187
---

 doc/encoders.texi |   21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/doc/encoders.texi b/doc/encoders.texi
index bf80707..6cc4476 100644
--- a/doc/encoders.texi
+++ b/doc/encoders.texi
@@ -441,6 +441,27 @@ Enables the the encoder to use (on a frame by frame basis) either L/R
 stereo or mid/side stereo.
 @end multitable
 
+ at 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
+ at code{--enable-libvo-aacenc --enable-version3}.
+
+ at 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.
+
+ at table @option
+
+ at item b
+Bitrate.
+
+ at end table
+
 @c man end AUDIO ENCODERS
 
 @chapter Video Encoders



More information about the ffmpeg-cvslog mailing list