comparison DOCS/xml/en/codecs.xml @ 14024:0d9e27059495

MPEG-X spelling
author diego
date Wed, 24 Nov 2004 11:23:21 +0000
parents 3d698ac7ec9a
children 682ddd07f14e
comparison
equal deleted inserted replaced
14023:b055a075999a 14024:0d9e27059495
17 The most important ones above all: 17 The most important ones above all:
18 </para> 18 </para>
19 19
20 <itemizedlist> 20 <itemizedlist>
21 <listitem><simpara> 21 <listitem><simpara>
22 <emphasis role="bold">MPEG1</emphasis> (<emphasis role="bold">VCD</emphasis>) and 22 <emphasis role="bold">MPEG-1</emphasis> (<emphasis role="bold">VCD</emphasis>) and
23 <emphasis role="bold">MPEG2</emphasis> (<emphasis role="bold">DVD</emphasis>) video 23 <emphasis role="bold">MPEG-2</emphasis> (<emphasis role="bold">DVD</emphasis>) video
24 </simpara></listitem> 24 </simpara></listitem>
25 <listitem><simpara> 25 <listitem><simpara>
26 native decoders for <emphasis role="bold">DivX ;-), OpenDivX (DivX4), 26 native decoders for <emphasis role="bold">DivX ;-), OpenDivX (DivX4),
27 DivX 5 (Pro), 3ivX, M$ MPEG4</emphasis> v1, v2 and other MPEG4 variants 27 DivX 5 (Pro), 3ivX, M$ MPEG-4</emphasis> v1, v2 and other MPEG-4 variants
28 </simpara></listitem> 28 </simpara></listitem>
29 <listitem><simpara> 29 <listitem><simpara>
30 native decoder for <emphasis role="bold">Windows Media Video 7/8</emphasis> 30 native decoder for <emphasis role="bold">Windows Media Video 7/8</emphasis>
31 (<emphasis role="bold">WMV1/WMV2</emphasis>), and Win32 DLL decoder 31 (<emphasis role="bold">WMV1/WMV2</emphasis>), and Win32 DLL decoder
32 for <emphasis role="bold">Windows Media Video 9</emphasis> 32 for <emphasis role="bold">Windows Media Video 9</emphasis>
83 This section contains information about the DivX4 and DivX5 codecs of 83 This section contains information about the DivX4 and DivX5 codecs of
84 <ulink url="http://www.projectmayo.com">Project Mayo</ulink>. 84 <ulink url="http://www.projectmayo.com">Project Mayo</ulink>.
85 Their first available alpha version was OpenDivX 4.0 alpha 47 and 48. 85 Their first available alpha version was OpenDivX 4.0 alpha 47 and 48.
86 Support for this was included in <application>MPlayer</application> in the 86 Support for this was included in <application>MPlayer</application> in the
87 past, and built by default. We also used its postprocessing code to 87 past, and built by default. We also used its postprocessing code to
88 optionally enhance visual quality of MPEG1/2 movies. Now we use our own, 88 optionally enhance visual quality of MPEG-1/2 movies. Now we use our own,
89 for all file types. 89 for all file types.
90 </para> 90 </para>
91 91
92 <para> 92 <para>
93 The new generation of this codec is called DivX4 and can even decode 93 The new generation of this codec is called DivX4 and can even decode
201 impressing encoding facility and higher speed than the Win32 codecs or the 201 impressing encoding facility and higher speed than the Win32 codecs or the
202 DivX.com DivX4/5 libraries! 202 DivX.com DivX4/5 libraries!
203 </para> 203 </para>
204 204
205 <para> 205 <para>
206 It contains a lot of nice codecs, especially important are the MPEG4 variants: 206 It contains a lot of nice codecs, especially important are the MPEG-4 variants:
207 DivX3, DivX4, DivX5, Windows Media Video 7/8 (WMV1/WMV2). Also a very interesting one 207 DivX3, DivX4, DivX5, Windows Media Video 7/8 (WMV1/WMV2). Also a very interesting one
208 is the WMA decoder. 208 is the WMA decoder.
209 </para> 209 </para>
210 210
211 <para> 211 <para>
351 </para> 351 </para>
352 </sect3> 352 </sect3>
353 353
354 354
355 <sect3 id="mpeg12"> 355 <sect3 id="mpeg12">
356 <title>MPEG 1/2 video</title> 356 <title>MPEG-1/2 video</title>
357 <para> 357 <para>
358 MPEG1 and MPEG2 are decoded by the multiplatform native <systemitem 358 MPEG-1 and MPEG-2 are decoded by the multiplatform native <systemitem
359 class="library">libmpeg2</systemitem> library, whose source code is 359 class="library">libmpeg2</systemitem> library, whose source code is
360 included in <application>MPlayer</application>. We handle buggy MPEG 1/2 360 included in <application>MPlayer</application>. We handle buggy MPEG-1/2
361 video files by catching <systemitem>Signal 11</systemitem> 361 video files by catching <systemitem>Signal 11</systemitem>
362 (<systemitem>segmentation fault</systemitem>), and quickly 362 (<systemitem>segmentation fault</systemitem>), and quickly
363 reinitializing the codec, continuing exactly from where the failure 363 reinitializing the codec, continuing exactly from where the failure
364 occurred. This recovery technique has no measurable speed penalty. 364 occurred. This recovery technique has no measurable speed penalty.
365 </para> 365 </para>