comparison DOCS/xml/en/codecs.xml @ 9802:abfe0bcd68bf

sync
author nicolas
date Wed, 02 Apr 2003 20:28:41 +0000
parents 286ac03ce5c5
children eb55fee443d2
comparison
equal deleted inserted replaced
9801:2f02809d32a8 9802:abfe0bcd68bf
572 </simpara></listitem> 572 </simpara></listitem>
573 <listitem><simpara> 573 <listitem><simpara>
574 alaw and ulaw, various gsm, adpcm and pcm formats and other simple old 574 alaw and ulaw, various gsm, adpcm and pcm formats and other simple old
575 audio codecs 575 audio codecs
576 </simpara></listitem> 576 </simpara></listitem>
577 <listitem><simpara>
578 AAC
579 </simpara></listitem>
577 </itemizedlist> 580 </itemizedlist>
578 581
579 582
580 <sect3 id="swac3"> 583 <sect3 id="swac3">
581 <title>Software AC3 decoding</title> 584 <title>Software AC3 decoding</title>
698 in MOV/QT files. It can be decoded with QuickTime 701 in MOV/QT files. It can be decoded with QuickTime
699 libraries. For installation instructions please see the 702 libraries. For installation instructions please see the
700 <link linkend="sorenson">Sorenson video codec</link> section. 703 <link linkend="sorenson">Sorenson video codec</link> section.
701 </para> 704 </para>
702 </sect3> 705 </sect3>
706
707 <sect3 id="aac">
708 <title>AAC codec</title>
709 <para>
710 AAC (Advanced Audio Coding) is an audio codec sometimes found in MOV and MP4
711 files. An open source decoder called FAAD is available from
712 <ulink url="http://www.audiocoding.com"/>. You can download the second
713 generation codec FAAD2 at their <ulink url="http://www.audiocoding.com/download.php">
714 download page</ulink>. Unfortunately FAAD2 1.1 does not compile under Linux, so you
715 will have to use the CVS version. Here's how:
716 <screen>
717 cvs -d:pserver:anonymous@cvs.audiocoding.com:/cvsroot/faac login
718 cvs -z3 -d:pserver:anonymous@cvs.audiocoding.com:/cvsroot/faac co faad2
719 cd faad2/
720 chmod +x bootstrap
721 ./bootstrap
722 make
723 make install
724 </screen>
725 Binaries are not available from audiocoding.com, but you can (apt-)get Debian
726 packages from <ulink url="http://marillat.free.fr">Christian Marillat's homepage</ulink>
727 and Mandrake RPMs from the <ulink url="http://plf.zarb.org">P.L.F</ulink>.
728 </para>
729 </sect3>
730
703 </sect2> 731 </sect2>
704 732
705 <!-- ********** --> 733 <!-- ********** -->
706 734
707 <sect2 id="win32-codecs"> 735 <sect2 id="win32-codecs">