diff options
author | Paul B Mahol <onemda@gmail.com> | 2012-08-01 14:33:34 +0000 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2012-08-05 17:06:59 +0000 |
commit | f5f98727b361c62d3962cef37a100db95d62b702 (patch) | |
tree | e4c51281d6506c23e2abadc5d1d1b9e4cb6fda69 /doc/general.texi | |
parent | fe40dc1cecdf152ffacff6df1d9c5f0c7daced85 (diff) | |
download | ffmpeg-f5f98727b361c62d3962cef37a100db95d62b702.tar.gz |
libtwolame MP2 encoding support
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc/general.texi')
-rw-r--r-- | doc/general.texi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/general.texi b/doc/general.texi index d7369ec611..2773f1a334 100644 --- a/doc/general.texi +++ b/doc/general.texi @@ -79,6 +79,14 @@ Go to @url{http://lame.sourceforge.net/} and follow the instructions for installing the library. Then pass @code{--enable-libmp3lame} to configure to enable it. +@section TwoLAME + +FFmpeg can make use of the TwoLAME library for MP2 encoding. + +Go to @url{http://www.twolame.org/} and follow the +instructions for installing the library. +Then pass @code{--enable-libtwolame} to configure to enable it. + @section libvpx FFmpeg can make use of the libvpx library for VP8 encoding. @@ -797,6 +805,7 @@ following image formats are supported: @tab Only versions 3.97-3.99 are supported. @item MP1 (MPEG audio layer 1) @tab @tab IX @item MP2 (MPEG audio layer 2) @tab IX @tab IX + @tab libtwolame can be used alternatively for encoding. @item MP3 (MPEG audio layer 3) @tab E @tab IX @tab encoding supported through external library LAME, ADU MP3 and MP3onMP4 also supported @item MPEG-4 Audio Lossless Coding (ALS) @tab @tab X |