comparison DOCS/codecs.html @ 5968:5bb339c33131

small update
author gabucino
date Sat, 04 May 2002 16:29:11 +0000
parents f17a48c860d7
children d1acda5745d4
comparison
equal deleted inserted replaced
5967:ad187ccb8c01 5968:5bb339c33131
21 daily generated list!!!</P> 21 daily generated list!!!</P>
22 22
23 <P>The most important ones above all:</P> 23 <P>The most important ones above all:</P>
24 <UL> 24 <UL>
25 <LI>MPEG1 (VCD) and MPEG2 (DVD) video</LI> 25 <LI>MPEG1 (VCD) and MPEG2 (DVD) video</LI>
26 <LI>DivX ;-), OpenDivX (DivX4), DivX 5.00, 3ivX and other MPEG4 variants</LI> 26 <LI>DivX ;-), OpenDivX (DivX4), DivX 5.01, 3ivX, M$ MPEG4 v2 and other MPEG4 variants</LI>
27 <LI>Windows Media Video 7 (WMV1) and 8 (WMV2) used in .wmv files</LI> 27 <LI>Windows Media Video 7 (WMV1) and 8 (WMV2) used in .wmv files</LI>
28 <LI>Cinepak and Intel Indeo codecs (3.1,3.2,4.1,5.0)</LI> 28 <LI>Cinepak and Intel Indeo codecs (3.1,3.2,4.1,5.0)</LI>
29 <LI>MJPEG, AVID, VCR2, ASV2 and other hardware formats</LI> 29 <LI>MJPEG, AVID, VCR2, ASV2 and other hardware formats</LI>
30 <LI>VIVO 1.0, 2.0, I263 and other h263(+) variants</LI> 30 <LI>VIVO 1.0, 2.0, I263 and other h263(+) variants</LI>
31 <LI>FLI/FLC</LI> 31 <LI>FLI/FLC</LI>
101 <TD></TD><TD><FONT CLASS="text">normal postprocessing (like level 2 with divxds)</FONT></TD></TR> 101 <TD></TD><TD><FONT CLASS="text">normal postprocessing (like level 2 with divxds)</FONT></TD></TR>
102 <TR><TD></TD><TD><FONT CLASS="text">30 .. 60</FONT></TD> 102 <TR><TD></TD><TD><FONT CLASS="text">30 .. 60</FONT></TD>
103 <TD></TD><TD><FONT CLASS="text">hard postprocessing, CPU intensive (like level 4 with divxds)</FONT></TD></TR> 103 <TD></TD><TD><FONT CLASS="text">hard postprocessing, CPU intensive (like level 4 with divxds)</FONT></TD></TR>
104 </TABLE> 104 </TABLE>
105 105
106
106 <P><B><A NAME=2.2.1.2>2.2.1.2. FFmpeg DivX/libavcodec</A></B></P> 107 <P><B><A NAME=2.2.1.2>2.2.1.2. FFmpeg DivX/libavcodec</A></B></P>
107 108
108 <P>Beginning with version 0.4.2, 109 <P>Beginning with version 0.4.2,
109 <A HREF="http://ffmpeg.sourceforge.net">FFmpeg</A> contains an 110 <A HREF="http://ffmpeg.sourceforge.net">FFmpeg</A> contains an
110 <B>open source</B> DivX codec, which is compatible with the traditional DivX. 111 <B>open source</B> DivX codec, which is compatible with the traditional DivX.
111 <B>MPlayer</B> supports this codec, making it possible to <B>watch 112 <B>MPlayer</B> supports this codec, making it possible to <B>watch
112 DivX/DivX4/DivX5 movies on non-x86 platforms</B>. Furthermore it offers higher 113 DivX/DivX4/DivX5/MP42 movies on non-x86 platforms</B>. Furthermore it offers higher
113 <B>DivX/DivX4/DivX5</B> decoding speed than the Win32 codecs or the original 114 decoding speed than the Win32 codecs or the original
114 DivX4 library!</P> 115 DivX4 library!</P>
115 116
116 <P>It also contains a lot of nice codecs, such as RealVideo 1.0, MJPEG, h263, 117 <P>It also contains a lot of nice codecs, such as RealVideo 1.0, MJPEG, h263,
117 h263+, etc.</P> 118 h263+, etc.</P>
118 119