diff options
author | Paul B Mahol <onemda@gmail.com> | 2012-08-01 16:33:34 +0000 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2014-04-07 23:50:33 +0200 |
commit | 718907cd881a0b593264aed059c0e00da13f9e15 (patch) | |
tree | 5076081ab813505a6adcaea7fcd6340cf348c0bc /doc/general.texi | |
parent | 17a75a8c0902a86a1e933312e562a40656e281e3 (diff) | |
download | ffmpeg-718907cd881a0b593264aed059c0e00da13f9e15.tar.gz |
libtwolame MP2 encoding support
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
Diffstat (limited to 'doc/general.texi')
-rw-r--r-- | doc/general.texi | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/doc/general.texi b/doc/general.texi index f1287cf8d9..2612eb140e 100644 --- a/doc/general.texi +++ b/doc/general.texi @@ -71,6 +71,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 + +Libav 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 Libav can make use of the libvpx library for VP8 encoding. @@ -834,7 +842,8 @@ following image formats are supported: @item Monkey's Audio @tab @tab X @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 +@item MP2 (MPEG audio layer 2) @tab IE @tab IX + @tab encoding supported also through external library TwoLAME @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 |