From f563b8adc3d82444e408409a4d10dabf8080f946 Mon Sep 17 00:00:00 2001 From: diego Date: Tue, 1 Apr 2003 00:33:16 +0000 Subject: AAC section added. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9779 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/en/codecs.html | 29 +++++++++++++++++++++++++++++ DOCS/en/documentation.html | 1 + 2 files changed, 30 insertions(+) (limited to 'DOCS') diff --git a/DOCS/en/codecs.html b/DOCS/en/codecs.html index 2d0f0041cd..9cd0b8a131 100644 --- a/DOCS/en/codecs.html +++ b/DOCS/en/codecs.html @@ -363,6 +363,7 @@ MPlayer supports decoding all versions of RealVideo:
  • Voxware audio (using DirectShow DLL)
  • alaw and ulaw, various gsm, adpcm and pcm formats and other simple old audio codecs
  • +
  • AAC
  • @@ -448,6 +449,34 @@ MPlayer supports decoding nearly all versions of RealAudio: please see the Sorenson video codec section.

    +

    2.2.2.8 AAC codec

    + +

    AAC (Advanced Audio Coding) is an audio codec sometimes found in MOV and MP4 + files. An open source decoder called FAAD is available from + AudioCoding.com. + You can download the second generation codec FAAD2 at their + download page. + Unfortunately FAAD2 1.1 does not compile under Linux, so you will have to use + the CVS version. Here's how:

    + +
      +
    1. cvs -d:pserver:anonymous@cvs.audiocoding.com:/cvsroot/faac login
    2. +
    3. cvs -z3 -d:pserver:anonymous@cvs.audiocoding.com:/cvsroot/faac co faad2
    4. +
    5. cd faad2/
    6. +
    7. chmod +x bootstrap
    8. +
    9. ./bootstrap
    10. +
    11. make
    12. +
    13. make install
    14. +
    + +

    Binaries are not available from audiocoding.com, but you can (apt-)get + Debian packages from + Christian Marillat's homepage + and Mandrake RPMs from the + P.L.F.

    + + +

    2.2.3 Win32 codec importing HOWTO

    diff --git a/DOCS/en/documentation.html b/DOCS/en/documentation.html index 72ac056946..1cba5bc34c 100644 --- a/DOCS/en/documentation.html +++ b/DOCS/en/documentation.html @@ -106,6 +106,7 @@
  • 2.2.2.5 RealAudio
  • 2.2.2.6 QDesign codecs
  • 2.2.2.7 Qualcomm codec
  • +
  • 2.2.2.8 AAC codec
  • 2.2.3 Win32 codec importing HOWTO -- cgit v1.2.3