diff options
author | Timothy Gu <timothygu99@gmail.com> | 2013-06-07 19:54:23 -0700 |
---|---|---|
committer | Timothy Gu <timothygu99@gmail.com> | 2013-08-26 11:50:44 -0700 |
commit | 245e97ef616bdabc97359df4a7433a627e44dafc (patch) | |
tree | 472a95029f2d63a4ebb21c74f6b330d0c3cf480f | |
parent | 4c1544ecc8fb2c4eee8ba6201919681a3691033d (diff) | |
download | ffmpeg-245e97ef616bdabc97359df4a7433a627e44dafc.tar.gz |
doc/encoders: Add libvo-aacenc doc
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(cherry picked from commit ba7cb4807f050c401f8fd7ef1d1065b138358135)
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
-rw-r--r-- | doc/encoders.texi | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/encoders.texi b/doc/encoders.texi index 63ce92a695..a632c878f9 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 |