From ba7cb4807f050c401f8fd7ef1d1065b138358135 Mon Sep 17 00:00:00 2001 From: Timothy Gu Date: Fri, 7 Jun 2013 19:54:23 -0700 Subject: doc/encoders: Add libvo-aacenc doc Signed-off-by: Michael Niedermayer --- doc/encoders.texi | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'doc') diff --git a/doc/encoders.texi b/doc/encoders.texi index 5a365083f9..c55ca35dba 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 -- cgit v1.2.3