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

libfaad is included now.
author diego
date Sun, 31 Aug 2003 23:13:50 +0000
parents 3ee7da8ee7d5
children c11c87536da4
comparison
equal deleted inserted replaced
10765:c8fb7e2690a3 10766:57f5eb4d884f
454 <H4><A NAME="aac">2.2.2.8 AAC codec</A></H4> 454 <H4><A NAME="aac">2.2.2.8 AAC codec</A></H4>
455 455
456 <P>AAC (Advanced Audio Coding) is an audio codec sometimes found in MOV and MP4 456 <P>AAC (Advanced Audio Coding) is an audio codec sometimes found in MOV and MP4
457 files. An open source decoder called FAAD is available from 457 files. An open source decoder called FAAD is available from
458 <A HREF="http://www.audiocoding.com/">AudioCoding.com</A>. 458 <A HREF="http://www.audiocoding.com/">AudioCoding.com</A>.
459 You can download the second generation codec FAAD2 at their 459 MPlayer includes libfaad 2.0RC1, so you do not need to get it separately.</P>
460 <A HREF="http://www.audiocoding.com/download.php">download page</A>.
461 Unfortunately FAAD2 1.1 does not compile under Linux, so you will have to use
462 the CVS version:</P>
463
464 <OL>
465 <LI>cvs -d:pserver:anonymous@cvs.audiocoding.com:/cvsroot/faac login</LI>
466 <LI>cvs -z3 -d:pserver:anonymous@cvs.audiocoding.com:/cvsroot/faac co faad2</LI>
467 </OL>
468
469 <P>You do not need all of faad2 to decode AAC files, libfaad is enough. Build
470 it like this:</P>
471
472 <OL>
473 <LI>cd faad2/</LI>
474 <LI>chmod +x bootstrap</LI>
475 <LI>./bootstrap</LI>
476 <LI>./configure</LI>
477 <LI>cd libfaad</LI>
478 <LI>make</LI>
479 <LI>make install</LI>
480 </OL>
481
482 <P>Binaries are not available from audiocoding.com, but you can (apt-)get
483 Debian packages from
484 <A HREF="http://marillat.free.fr/">Christian Marillat's homepage</A>
485 and Mandrake RPMs from the
486 <A HREF="http://plf.zarb.org/">P.L.F</A>.</P>
487 460
488 461
489 462
490 <H3><A NAME="importing">2.2.3 Win32 codec importing HOWTO</A></H3> 463 <H3><A NAME="importing">2.2.3 Win32 codec importing HOWTO</A></H3>
491 464