comparison DOCS/codecs.html @ 6391:4e5c236ade69

small updates using CSS now
author gabucino
date Wed, 12 Jun 2002 09:14:08 +0000
parents 2ef20eaf8c39
children f9b3d010b35e
comparison
equal deleted inserted replaced
6390:e2a5d7b501ff 6391:4e5c236ade69
1 <HTML> 1 <HTML>
2 2
3 <HEAD> 3 <HEAD>
4 <STYLE> 4 <LINK REL="stylesheet" TYPE="text/css" HREF="default.css">
5 .text
6 {font-family : Verdana, Arial, Helvetica, sans-serif;
7 font-size : 14px;}
8 </STYLE>
9 </HEAD> 5 </HEAD>
10 6
11 <BODY BGCOLOR=WHITE> 7 <BODY BGCOLOR=WHITE>
12 8
13 <FONT CLASS="text"> 9 <FONT CLASS="text">
109 105
110 <P>Beginning with version 0.4.2, 106 <P>Beginning with version 0.4.2,
111 <A HREF="http://ffmpeg.sourceforge.net">FFmpeg</A> contains an 107 <A HREF="http://ffmpeg.sourceforge.net">FFmpeg</A> contains an
112 <B>open source</B> DivX codec, which is compatible with the traditional DivX. 108 <B>open source</B> DivX codec, which is compatible with the traditional DivX.
113 <B>MPlayer</B> supports this codec, making it possible to <B>watch 109 <B>MPlayer</B> supports this codec, making it possible to <B>watch
114 DivX/DivX4/DivX5/MP42 movies on non-x86 platforms</B>. Furthermore it offers higher 110 DivX/DivX4/DivX5/MP41/MP42 movies on non-x86 platforms</B>. Furthermore it offers higher
115 decoding speed than the Win32 codecs or the original 111 decoding speed than the Win32 codecs or the original
116 DivX4 library!</P> 112 DivX4 library!</P>
117 113
118 <P>It also contains a lot of nice codecs, such as RealVideo 1.0, MJPEG, h263, 114 <P>It also contains a lot of nice codecs, such as RealVideo 1.0, MJPEG, h263,
119 h263+, etc.</P> 115 h263+, etc.</P>
338 then copy it into the <CODE>/usr/lib/win32</CODE> directory.</P> 334 then copy it into the <CODE>/usr/lib/win32</CODE> directory.</P>
339 335
340 336
341 <P><B><A NAME=2.2.2.5>2.2.2.5. RealAudio</A></B></P> 337 <P><B><A NAME=2.2.2.5>2.2.2.5. RealAudio</A></B></P>
342 338
343 <P>Currently the only supported one is the DNET codec. Actually it is a 339 <P><B>MPlayer</B> supports decoding all versions of RealAudio:
344 low-bitrate version of the well known AC3 codec. It can be found in both 340 <UL>
345 old and new RealMedia movies.</P> 341 <LI>RealAudio DNET - decoding supported by <B>libavcodec</B></LI>
346 342 <LI>RealAudio Cook - decoding supported by <B>RealPlayer libraries</B></LI>
347 <P>RealAudio libraries from RealPlayer can't be used right now.</P> 343 <LI>RealAudio Sipro - decoding supported by <B>RealPlayer libraries</B></LI>
344 </UL>
345 </P>
346
347 <P>On how to install RealPlayer libraries, see the
348 <A HREF="formats.html#2.1.1.7">RealMedia file format</A> section.</P>
348 349
349 350
350 <P><B><A NAME=2.2.3>2.2.3. Win32 codec importing HOWTO</A></B></P> 351 <P><B><A NAME=2.2.3>2.2.3. Win32 codec importing HOWTO</A></B></P>
351 352
352 <P><B><A NAME=2.2.3.1>2.2.3.1. VFW codecs</A></B></P> 353 <P><B><A NAME=2.2.3.1>2.2.3.1. VFW codecs</A></B></P>