comparison DOCS/xml/en/codecs.xml @ 15709:c5d60b8f3fa9

Updated description of XviD codec
author gpoirier
date Sun, 12 Jun 2005 19:44:52 +0000
parents bd6adbd632e4
children c2dcf1988aea
comparison
equal deleted inserted replaced
15708:bdb826438aa8 15709:c5d60b8f3fa9
416 416
417 <sect3 id="xvid"> 417 <sect3 id="xvid">
418 <title>XviD</title> 418 <title>XviD</title>
419 419
420 <para> 420 <para>
421 <ulink url="http://www.xvid.org">XviD</ulink> is a forked development of the 421 <ulink url="http://www.xvid.org">XviD</ulink> is an free software MPEG-4 ASP
422 OpenDivX codec. It happened when ProjectMayo changed OpenDivX to closed source 422 compliant video codec, which features two-pass encoding and full MPEG-4 ASP
423 support, making it a lot more efficient than the well-known DivX codec.
424 It yields very good video quality and good performance due to CPU
425 optimizations for most modern processors.
426 </para>
427 <para>
428 It began as a forked development of the OpenDivX codec.
429 This happened when ProjectMayo changed OpenDivX to closed source
423 DivX4 (now DivX5), and the non-ProjectMayo people working on OpenDivX got angry, 430 DivX4 (now DivX5), and the non-ProjectMayo people working on OpenDivX got angry,
424 then started XviD. So both projects have the same origin. 431 then started XviD. So both projects have the same origin.
425
426 <itemizedlist>
427 <title>ADVANTAGES</title>
428 <listitem><simpara>
429 open source
430 </simpara></listitem>
431 <listitem><simpara>
432 its API is compatible with DivX4 so adding support for it is easy
433 </simpara></listitem>
434 <listitem><simpara>
435 2-pass encoding support
436 </simpara></listitem>
437 <listitem><simpara>
438 nice encoding quality, higher speed than DivX4 (you can optimize it for
439 your box while compiling)
440 </simpara></listitem>
441 </itemizedlist>
442
443 <itemizedlist>
444 <title>DISADVANTAGES</title>
445 <listitem><simpara>
446 currently it does not properly <emphasis role="bold">decode</emphasis> all
447 DivX/DivX4 files (no problem as
448 <link linkend="ffmpeg"><systemitem class="library">libavcodec</systemitem></link>
449 can play them)
450 </simpara></listitem>
451 <listitem><simpara>
452 under development
453 </simpara></listitem>
454 </itemizedlist>
455 </para> 432 </para>
456 433
457 <procedure> 434 <procedure>
458 <title>INSTALLING XVID CVS</title> 435 <title>Installing <systemitem class="library">XviD</systemitem></title>
459 <para> 436 <para>
460 It is currently available only from CVS. Here are download and installation 437 Like most open source software, it is available in two flavors:
461 instructions (you need at least autoconf 2.50, automake and libtool): 438 <ulink url="http://www.xvid.org/downloads.html">official releases</ulink>
439 and the CVS version.
440 The CVS version is usually stable enough to use, as most of the time it
441 features fixes for bugs that exist in releases.
442 Here is what to do to make <systemitem class="library">XviD</systemitem>
443 CVS work with <application>MEncoder</application> (you need at least
444 autoconf 2.50, automake and libtool):
462 </para> 445 </para>
463 <step><para> 446 <step><para>
464 <screen>cvs -z3 -d:pserver:anonymous@cvs.xvid.org:/xvid login</screen> 447 <screen>cvs -z3 -d:pserver:anonymous@cvs.xvid.org:/xvid login</screen>
465 </para></step> 448 </para></step>
466 <step><para> 449 <step><para>