diff options
author | Martin Storsjö <martin@martin.st> | 2012-06-28 16:46:24 +0300 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2012-07-12 11:01:10 +0300 |
commit | 37eeb5e273cdea19a7c9979e0d032dbc0868df88 (patch) | |
tree | e7ac3d30bcbe75b7a5fe90e6d8d43dd056f434ca /doc/general.texi | |
parent | 372597e5381c097455a7b73849254d56083eb056 (diff) | |
download | ffmpeg-37eeb5e273cdea19a7c9979e0d032dbc0868df88.tar.gz |
Support AAC encoding via the external library fdk-aac
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'doc/general.texi')
-rw-r--r-- | doc/general.texi | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/doc/general.texi b/doc/general.texi index 7e9cfaf550..fcac1143f8 100644 --- a/doc/general.texi +++ b/doc/general.texi @@ -18,8 +18,8 @@ explicitly requested by passing the appropriate flags to @section OpenCORE and VisualOn libraries -Spun off Google Android sources, OpenCore and VisualOn libraries provide -encoders for a number of audio codecs. +Spun off Google Android sources, OpenCore, VisualOn and Fraunhofer +libraries provide encoders for a number of audio codecs. @float NOTE OpenCORE and VisualOn libraries are under the Apache License 2.0 @@ -55,6 +55,14 @@ Go to @url{http://sourceforge.net/projects/opencore-amr/} and follow the instructions for installing the library. Then pass @code{--enable-libvo-amrwbenc} to configure to enable it. +@subsection Fraunhofer AAC library + +Libav can make use of the Fraunhofer AAC library for AAC encoding. + +Go to @url{http://sourceforge.net/projects/opencore-amr/} and follow the +instructions for installing the library. +Then pass @code{--enable-libfdk-aac} to configure to enable it. + @section LAME Libav can make use of the LAME library for MP3 encoding. |