From 50077395061502afaf02f328140cbd511e1d09ae Mon Sep 17 00:00:00 2001 From: gabucino Date: Sun, 10 Mar 2002 09:25:18 +0000 Subject: 10lityi git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5023 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/codecs.html | 78 ++++++++++++++++++++++++++++---------------------------- 1 file changed, 39 insertions(+), 39 deletions(-) (limited to 'DOCS/codecs.html') diff --git a/DOCS/codecs.html b/DOCS/codecs.html index 329e1b5c4c..70248a7dd4 100644 --- a/DOCS/codecs.html +++ b/DOCS/codecs.html @@ -238,6 +238,45 @@ RV20 and RV30 codecs which are closed-source. Their future support is unlikely :(

+

2.2.1.9. XViD

+ +

XViD is another development from good old OpenDivX (first +development was DivX4).

+ +

Advantages : +

+

+ +

Disadvantages : +

+

+ +

Installation : it's currently available only in CVS. Here are the + downloading and installation instructions :
+   cvs -z3 -d:pserver:anonymous@cvs.xvid.org:/xvid + login
+   cvs -z3 -d:pserver:anonymous@cvs.xvid.org:/xvid co + xvidcore
+   cd xvidcore/build/generic
+   Edit Makefile.linux to fit your needs
+   make -f Makefile.linux
+   recompile MPlayer with + --with-xvidcore=/path/to/libcore.a
+

+ +

2.2.2. Audio codecs

The most important audio codecs above all :
@@ -316,45 +355,6 @@ low-bitrate version of the well-known AC3 codec. It can be found either in old and new RealMedia movies.

-

2.2.2.6. XViD

- -

XViD is another development from good old OpenDivX (first -development was DivX4).

- -

Advantages : -

-

- -

Disadvantages : -

-

- -

Installation : it's currently available only in CVS. Here are the - downloading and installation instructions :
-   cvs -z3 -d:pserver:anonymous@cvs.xvid.org:/xvid - login
-   cvs -z3 -d:pserver:anonymous@cvs.xvid.org:/xvid co - xvidcore
-   cd xvidcore/build/generic
-   Edit Makefile.linux to fit your needs
-   make -f Makefile.linux
-   recompile MPlayer with - --with-xvidcore=/path/to/libcore.a
-

- -

2.2.3. Win32 codec importing howto

2.2.3.1. VFW codecs

-- cgit v1.2.3