changeset 9778:da63c272425e

AAC section added.
author diego
date Tue, 01 Apr 2003 00:33:16 +0000
parents a6983ecaa2a6
children 6921cceaeacb
files DOCS/en/codecs.html DOCS/en/documentation.html
diffstat 2 files changed, 30 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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 @@
   <LI>Voxware audio (using DirectShow DLL)</LI>
   <LI>alaw and ulaw, various gsm, adpcm and pcm formats and other simple old
     audio codecs</LI>
+  <LI>AAC</LI>
 </UL>
 
 
@@ -448,6 +449,34 @@
   please see the <A HREF="#sorenson">Sorenson video codec</A> section.</P>
 
 
+<H4><A NAME="aac">2.2.2.8 AAC codec</A></H4>
+
+<P>AAC (Advanced Audio Coding) is an audio codec sometimes found in MOV and MP4
+  files. An open source decoder called FAAD is available from
+  <A HREF="http://www.audiocoding.com/">AudioCoding.com</A>.
+  You can download the second generation codec FAAD2 at their
+  <A HREF="http://www.audiocoding.com/download.php">download page</A>.
+  Unfortunately FAAD2 1.1 does not compile under Linux, so you will have to use
+  the CVS version. Here's how:</P>
+
+<OL>
+  <LI>cvs -d:pserver:anonymous@cvs.audiocoding.com:/cvsroot/faac login</LI>
+  <LI>cvs -z3 -d:pserver:anonymous@cvs.audiocoding.com:/cvsroot/faac co faad2</LI>
+  <LI>cd faad2/</LI>
+  <LI>chmod +x bootstrap</LI>
+  <LI>./bootstrap</LI>
+  <LI>make</LI>
+  <LI>make install</LI>
+</OL>
+
+<P>Binaries are not available from audiocoding.com, but you can (apt-)get
+  Debian packages from
+  <A HREF="http://marillat.free.fr/">Christian Marillat's homepage</A>
+  and Mandrake RPMs from the
+  <A HREF="http://plf.zarb.org/">P.L.F</A>.</P>
+
+
+
 <H3><A NAME="importing">2.2.3 Win32 codec importing HOWTO</A></H3>
 
 
--- 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 @@
               <LI><A HREF="codecs.html#realaudio">2.2.2.5 RealAudio</A></LI>
               <LI><A HREF="codecs.html#qdesign">2.2.2.6 QDesign codecs</A></LI>
               <LI><A HREF="codecs.html#qclp">2.2.2.7 Qualcomm codec</A></LI>
+              <LI><A HREF="codecs.html#aac">2.2.2.8 AAC codec</A></LI>
              </UL>
           </LI>
           <LI><A HREF="codecs.html#importing">2.2.3 Win32 codec importing HOWTO</A>