comparison DOCS/xml/en/codecs.xml @ 10701:3ee7da8ee7d5

libfaad installation instructions
author diego
date Tue, 26 Aug 2003 09:56:58 +0000
parents 4b2254f16fed
children 57f5eb4d884f
comparison
equal deleted inserted replaced
10700:517dd95f5fb2 10701:3ee7da8ee7d5
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"/>. You can download the second
719 generation codec FAAD2 at their <ulink url="http://www.audiocoding.com/download.php"> 719 generation codec FAAD2 at their <ulink url="http://www.audiocoding.com/download.php">
720 download page</ulink>. Unfortunately FAAD2 1.1 does not compile under Linux, so you 720 download page</ulink>. Unfortunately FAAD2 1.1 does not compile under Linux, so you
721 will have to use the CVS version. Here's how: 721 will have to use the CVS version:
722 <screen> 722 <screen>
723 cvs -d:pserver:anonymous@cvs.audiocoding.com:/cvsroot/faac login 723 cvs -d:pserver:anonymous@cvs.audiocoding.com:/cvsroot/faac login
724 cvs -z3 -d:pserver:anonymous@cvs.audiocoding.com:/cvsroot/faac co faad2 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>
725 cd faad2/ 729 cd faad2/
726 chmod +x bootstrap 730 chmod +x bootstrap
727 ./bootstrap 731 ./bootstrap
728 ./configure 732 ./configure
733 cd libfaad
729 make 734 make
730 make install 735 make install
731 </screen> 736 </screen>
732 Binaries are not available from audiocoding.com, but you can (apt-)get Debian 737 Binaries are not available from audiocoding.com, but you can (apt-)get Debian
733 packages from <ulink url="http://marillat.free.fr">Christian Marillat's homepage</ulink> 738 packages from <ulink url="http://marillat.free.fr">Christian Marillat's homepage</ulink>