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

Timothy Gu timothygu99 at gmail.com
Sat Jun 8 04:33:53 CEST 2013


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

diff --git a/doc/encoders.texi b/doc/encoders.texi
index 5a36508..58b3b30 100644
--- a/doc/encoders.texi
+++ b/doc/encoders.texi
@@ -504,6 +504,26 @@ 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.
+
+ 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