comparison DOCS/xml/en/codecs.xml @ 11031:f57563a141aa

libfaad FAQ, external FAAD info added back.
author diego
date Tue, 07 Oct 2003 10:18:55 +0000
parents 49b1a67e7381
children 668f6aef703d
comparison
equal deleted inserted replaced
11030:2991766c057c 11031:f57563a141aa
718 AAC (Advanced Audio Coding) is an audio codec sometimes found in MOV and MP4 718 AAC (Advanced Audio Coding) is an audio codec sometimes found in MOV and MP4
719 files. An open source decoder called FAAD is available from 719 files. An open source decoder called FAAD is available from
720 <ulink url="http://www.audiocoding.com"/>. 720 <ulink url="http://www.audiocoding.com"/>.
721 MPlayer includes libfaad 2.0RC1, so you do not need to get it separately. 721 MPlayer includes libfaad 2.0RC1, so you do not need to get it separately.
722 </para> 722 </para>
723
724 <para>
725 If you use gcc 3.2 which fails to compile our internal FAAD or want to use
726 the external library for some other reason, download the library from the
727 <ulink url="http://www.audiocoding.com/download.php">download page</ulink>
728 and pass <option>--with-externalfaad</option> to <filename>configure</filename>.
729 You do not need all of faad2 to decode AAC files, libfaad is enough. Build
730 it like this:
731 <screen>
732 cd faad2/
733 chmod +x bootstrap
734 ./bootstrap
735 ./configure
736 cd libfaad
737 make
738 make install
739 </screen>
740 Binaries are not available from audiocoding.com, but you can (apt-)get Debian
741 packages from <ulink url="http://marillat.free.fr">Christian Marillat's homepage</ulink>
742 and Mandrake RPMs from the <ulink url="http://plf.zarb.org">P.L.F</ulink>.
743 </para>
723 </sect3> 744 </sect3>
724 745
725 </sect2> 746 </sect2>
726 747
727 <!-- ********** --> 748 <!-- ********** -->