summaryrefslogtreecommitdiffstats
path: root/DOCS/xml/en/codecs.xml
diff options
context:
space:
mode:
authornicolas <nicolas@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-04-02 20:28:41 +0000
committernicolas <nicolas@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-04-02 20:28:41 +0000
commit4a78d8d8cece93d1640413dda419eda5f5894edd (patch)
tree9d52e3f17a6e9c07a41eefc5fd6cec06001c1719 /DOCS/xml/en/codecs.xml
parent6a7e45b586c1817e284a654b6cff4aff60633821 (diff)
downloadmpv-4a78d8d8cece93d1640413dda419eda5f5894edd.tar.bz2
mpv-4a78d8d8cece93d1640413dda419eda5f5894edd.tar.xz
sync
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9803 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/xml/en/codecs.xml')
-rw-r--r--DOCS/xml/en/codecs.xml28
1 files changed, 28 insertions, 0 deletions
diff --git a/DOCS/xml/en/codecs.xml b/DOCS/xml/en/codecs.xml
index ae3a470f6b..3357bde792 100644
--- a/DOCS/xml/en/codecs.xml
+++ b/DOCS/xml/en/codecs.xml
@@ -574,6 +574,9 @@ decoders.
alaw and ulaw, various gsm, adpcm and pcm formats and other simple old
audio codecs
</simpara></listitem>
+<listitem><simpara>
+ AAC
+ </simpara></listitem>
</itemizedlist>
@@ -700,6 +703,31 @@ libraries. For installation instructions please see the
<link linkend="sorenson">Sorenson video codec</link> section.
</para>
</sect3>
+
+<sect3 id="aac">
+<title>AAC codec</title>
+<para>
+AAC (Advanced Audio Coding) is an audio codec sometimes found in MOV and MP4
+files. An open source decoder called FAAD is available from
+<ulink url="http://www.audiocoding.com"/>. You can download the second
+generation codec FAAD2 at their <ulink url="http://www.audiocoding.com/download.php">
+download page</ulink>. Unfortunately FAAD2 1.1 does not compile under Linux, so you
+will have to use the CVS version. Here's how:
+<screen>
+cvs -d:pserver:anonymous@cvs.audiocoding.com:/cvsroot/faac login
+cvs -z3 -d:pserver:anonymous@cvs.audiocoding.com:/cvsroot/faac co faad2
+cd faad2/
+chmod +x bootstrap
+./bootstrap
+make
+make install
+</screen>
+Binaries are not available from audiocoding.com, but you can (apt-)get Debian
+packages from <ulink url="http://marillat.free.fr">Christian Marillat's homepage</ulink>
+and Mandrake RPMs from the <ulink url="http://plf.zarb.org">P.L.F</ulink>.
+</para>
+</sect3>
+
</sect2>
<!-- ********** -->