# HG changeset patch # User diego # Date 1049157196 0 # Node ID da63c272425e551d81707c24bcbeb0c1df3eb06a # Parent a6983ecaa2a6047dde6c41e0c4c572b882436d2a AAC section added. diff -r a6983ecaa2a6 -r da63c272425e DOCS/en/codecs.html --- a/DOCS/en/codecs.html Mon Mar 31 23:10:56 2003 +0000 +++ b/DOCS/en/codecs.html Tue Apr 01 00:33:16 2003 +0000 @@ -363,6 +363,7 @@
  • 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 @@ 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 -r a6983ecaa2a6 -r da63c272425e DOCS/en/documentation.html --- a/DOCS/en/documentation.html Mon Mar 31 23:10:56 2003 +0000 +++ b/DOCS/en/documentation.html Tue Apr 01 00:33:16 2003 +0000 @@ -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