From 82f3b91a680708a632778b429a6984ed58292ee5 Mon Sep 17 00:00:00 2001 From: gabucino Date: Tue, 15 Jan 2002 17:04:01 +0000 Subject: many small updates git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4178 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/codecs.html | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'DOCS/codecs.html') diff --git a/DOCS/codecs.html b/DOCS/codecs.html index bd6d0f430f..a02ca1b1a0 100644 --- a/DOCS/codecs.html +++ b/DOCS/codecs.html @@ -38,8 +38,9 @@ quality of MPEG1/2 movies. Now we use our own.

The new generation of this codec can even decode movies made with the infamous DivX codec! And it's not everything, it's MUCH faster than the -traditional Win32 DivX DLL's. See below for configuration. The only -disadvantage of this codec is that it's currently closed-source. :(

+traditional Win32 DivX DLL's (note that libavcodec's decoder is EVEN FASTER :). +See below for configuration. The only disadvantage of this codec is that it's +currently closed-source. :(

The codec can be downloaded from the following URL:

@@ -51,13 +52,14 @@ disadvantage of this codec is that it's currently closed-source. :(

Unpack it, and run ./install.sh as root.

-

Note: do NOT forget to add /usr/local/lib to your /etc/ld.so.conf !

+

Note: do NOT forget to add /usr/local/lib to your +/etc/ld.so.conf and running ldconfig !

MPlayer autodetects if DivX4 is (properly) installed, just compile as usual. If it doesn't detect it, you didn't install it exactly as above, and/or has messed up config (see last question of 5.1 section).

-

Using it is a bit tricky. As it conflicts with the old OpenDivX (it's API is +

Using it is a bit tricky. As it conflicts with the old OpenDivX (its API is very similar to OpenDivX's), OpenDivX code is disabled, and the OpenDivX driver calls this library too.

@@ -80,7 +82,8 @@ bandwidth on the bus. For packed YUV modes (YUY2, UYVY) use the 'divx4' method. For RGB modes you can choose freely, their speed is same, maybe differ according to the current bpp.

-

Note: it supports postprocessing too, but range of values is strange: (TODO UPDATE)

+

Note: it supports postprocessing too (use option -oldpp to +enable using it), but range of values is strange:

-- cgit v1.2.3
  0