[FFmpeg-devel] [PATCH] doc/encoders: Add libvo-aacenc doc

Timothy Gu timothygu99 at gmail.com
Sat Jun 8 04:54:23 CEST 2013


---
Yep, you're right.

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

diff --git a/doc/encoders.texi b/doc/encoders.texi
index 5a36508..c55ca35 100644
--- a/doc/encoders.texi
+++ b/doc/encoders.texi
@@ -504,6 +504,27 @@ value is 0 (disabled).
 
 @end table
 
+ 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
-- 
1.8.1.2



More information about the ffmpeg-devel mailing list