comparison DOCS/xml/en/codecs.xml @ 10132:c1b56a757f85

sync
author nicolas
date Mon, 19 May 2003 17:18:05 +0000
parents 59c7b1abd9e6
children d927b21b57c1
comparison
equal deleted inserted replaced
10131:4385101cc89c 10132:c1b56a757f85
34 </simpara></listitem> 34 </simpara></listitem>
35 <listitem><simpara> 35 <listitem><simpara>
36 native <emphasis role="bold">Sorenson 1 (SVQ1)</emphasis> decoder 36 native <emphasis role="bold">Sorenson 1 (SVQ1)</emphasis> decoder
37 </simpara></listitem> 37 </simpara></listitem>
38 <listitem><simpara> 38 <listitem><simpara>
39 Win32/QT <emphasis role="bold">Sorenson 3 (SVQ3)</emphasis> decoder 39 native <emphasis role="bold">Sorenson 3 (SVQ3)</emphasis> decoder
40 </simpara></listitem> 40 </simpara></listitem>
41 <listitem><simpara> 41 <listitem><simpara>
42 <emphasis role="bold">3ivx</emphasis> v1, v2 decoder 42 <emphasis role="bold">3ivx</emphasis> v1, v2 decoder
43 </simpara></listitem> 43 </simpara></listitem>
44 <listitem><simpara> 44 <listitem><simpara>
192 <title>FFmpeg DivX/libavcodec</title> 192 <title>FFmpeg DivX/libavcodec</title>
193 193
194 <para> 194 <para>
195 <ulink url="http://ffmpeg.sourceforge.net">FFmpeg</ulink> contains an 195 <ulink url="http://ffmpeg.sourceforge.net">FFmpeg</ulink> contains an
196 <emphasis role="bold">open source</emphasis> codec package, which is capable 196 <emphasis role="bold">open source</emphasis> codec package, which is capable
197 of decoding streams encoded with H263/MJPEG/RV10/DivX3/DivX4/DivX5/MP41/MP42/WMV1/WMV2/HuffYUV 197 of decoding streams encoded with H263/MJPEG/RV10/DivX3/DivX4/DivX5/MP41/MP42/WMV1/WMV2/HuffYUV/SVQ1/SVQ3
198 video, or WMA (Windows Media Audio) audio codecs. Not only some of them can be 198 video, or WMA (Windows Media Audio) audio codecs. Not only some of them can be
199 encoded with, but it also offers higher speed than the Win32 codecs or the 199 encoded with, but it also offers higher speed than the Win32 codecs or the
200 DivX.com DivX4/5 library! 200 DivX.com DivX4/5 library!
201 </para> 201 </para>
202 202
203 <para> 203 <para>
204 It contains a lot of nice codecs, especially important are the MPEG4 variants: 204 It contains a lot of nice codecs, especially important are the MPEG4 variants:
205 DivX3, DivX4, DivX5, Windows Media Video 7 (WMV1). Also a very interesting one 205 DivX3, DivX4, DivX5, Windows Media Video 7/8 (WMV1/WMV2). Also a very interesting one
206 is the WMA decoder. 206 is the WMA decoder.
207 </para>
208
209 <para>
210 The most recent codec deserving credit is the <emphasis role="bold">Sorenson 3</emphasis>
211 (SVQ3) codec. This is the first, completely opensource implementation of this
212 codec. It's even faster than the original. Be sure to prefer this instead
213 of the binary codec!
207 </para> 214 </para>
208 215
209 <para> 216 <para>
210 If you use an <application>MPlayer</application> release you have libavcodec 217 If you use an <application>MPlayer</application> release you have libavcodec
211 right in the package, just build as usual. If you use 218 right in the package, just build as usual. If you use
487 494
488 <para> 495 <para>
489 Sorenson is a video codec developed by Sorenson Media and licensed to Apple who 496 Sorenson is a video codec developed by Sorenson Media and licensed to Apple who
490 distribute it with their <application>QuickTime Player</application>. We are 497 distribute it with their <application>QuickTime Player</application>. We are
491 currently able to decode all version of Sorenson video files with the following 498 currently able to decode all version of Sorenson video files with the following
492 decoders. 499 decoders:
493 </para> 500 </para>
494 501
495 <itemizedlist> 502 <itemizedlist>
496 <listitem><simpara> 503 <listitem><simpara>
497 Sorenson 1 (fourcc <emphasis>SVQ1</emphasis>) - decoding supported by 504 Sorenson 1 (fourcc <emphasis>SVQ1</emphasis>) - decoding supported by
498 <emphasis role="bold">native codecs</emphasis>. Actually there are two 505 <emphasis role="bold">native codecs</emphasis>. Actually there are two
499 (nearly equal) decoders for SVQ1: one is built in <application>MPlayer</application>, 506 (nearly equal) decoders for SVQ1: one is built in <application>MPlayer</application>,
500 the other in libavcodec. You can invoke each of them with the <option>-vc svq1</option> 507 the other in libavcodec. You can invoke each of them with the <option>-vc svq1</option>
501 and <option>-vc ffsvq1</option> options respectively. Some files may work 508 and <option>-vc ffsvq1</option> options respectively. Some files may work
502 with one of them, and not with the other, so test both decoders. The decoder 509 with one of them, and not with the other, so test both decoders.
503 was written (reverse engineered) by the <ulink url="http://www.xinehq.de">xine</ulink>
504 authors.
505 </simpara></listitem> 510 </simpara></listitem>
506 <listitem><simpara> 511 <listitem><simpara>
507 Sorenson 3 (fourcc <emphasis>SVQ3</emphasis>) - decoding supported by 512 Sorenson 3 (fourcc <emphasis>SVQ3</emphasis>) - decoding supported by
508 <emphasis role="bold">Win32 QuickTime libraries</emphasis> 513 <emphasis role="bold">native codec</emphasis> (<link linkend="ffmpeg">libavcodec</link>)
509 </simpara></listitem> 514 </simpara></listitem>
510 </itemizedlist> 515 </itemizedlist>
511 516
512 <procedure> 517 <procedure>
513 <title>COMPILING MPLAYER WITH QUICKTIME LIBRARIES SUPPORT</title> 518 <title>COMPILING MPLAYER WITH QUICKTIME LIBRARIES SUPPORT</title>