AAC section added.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9779 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2003-04-01 00:33:16 +00:00
parent e492718d4d
commit f563b8adc3
2 changed files with 30 additions and 0 deletions

View File

@ -363,6 +363,7 @@ MPlayer supports decoding all versions of RealVideo:
<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 @@ MPlayer supports decoding nearly all versions of RealAudio:
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>

View File

@ -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>