comparison DOCS/xml/en/codecs.xml @ 10766:57f5eb4d884f

libfaad is included now.
author diego
date Sun, 31 Aug 2003 23:13:50 +0000
parents 3ee7da8ee7d5
children 364d43cee33e
comparison
equal deleted inserted replaced
10765:c8fb7e2690a3 10766:57f5eb4d884f
713 <sect3 id="aac"> 713 <sect3 id="aac">
714 <title>AAC codec</title> 714 <title>AAC codec</title>
715 <para> 715 <para>
716 AAC (Advanced Audio Coding) is an audio codec sometimes found in MOV and MP4 716 AAC (Advanced Audio Coding) is an audio codec sometimes found in MOV and MP4
717 files. An open source decoder called FAAD is available from 717 files. An open source decoder called FAAD is available from
718 <ulink url="http://www.audiocoding.com"/>. You can download the second 718 <ulink url="http://www.audiocoding.com"/>.
719 generation codec FAAD2 at their <ulink url="http://www.audiocoding.com/download.php"> 719 MPlayer includes libfaad 2.0RC1, so you do not need to get it separately.
720 download page</ulink>. Unfortunately FAAD2 1.1 does not compile under Linux, so you
721 will have to use the CVS version:
722 <screen>
723 cvs -d:pserver:anonymous@cvs.audiocoding.com:/cvsroot/faac login
724 cvs -z3 -d:pserver:anonymous@cvs.audiocoding.com:/cvsroot/faac co faad2
725 </screen>
726 You do not need all of faad2 to decode AAC files, libfaad is enough. Build
727 it like this:
728 <screen>
729 cd faad2/
730 chmod +x bootstrap
731 ./bootstrap
732 ./configure
733 cd libfaad
734 make
735 make install
736 </screen>
737 Binaries are not available from audiocoding.com, but you can (apt-)get Debian
738 packages from <ulink url="http://marillat.free.fr">Christian Marillat's homepage</ulink>
739 and Mandrake RPMs from the <ulink url="http://plf.zarb.org">P.L.F</ulink>.
740 </para> 720 </para>
741 </sect3> 721 </sect3>
742 722
743 </sect2> 723 </sect2>
744 724