summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-07-19 22:49:24 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-07-19 22:49:24 +0000
commitecca6ca1ce0ccca74693118d43b83e8558313b8a (patch)
treece36a789cce7a086dac7acc6f49a7e1823dc6ab6 /DOCS
parentb9e207fab3d5c8350c4f1fc90dbc15a2a86491fe (diff)
downloadmpv-ecca6ca1ce0ccca74693118d43b83e8558313b8a.tar.bz2
mpv-ecca6ca1ce0ccca74693118d43b83e8558313b8a.tar.xz
DivX4Linux support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1351 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/DivX4Linux27
1 files changed, 27 insertions, 0 deletions
diff --git a/DOCS/DivX4Linux b/DOCS/DivX4Linux
new file mode 100644
index 0000000000..4be3d25f07
--- /dev/null
+++ b/DOCS/DivX4Linux
@@ -0,0 +1,27 @@
+
+How to enable DivX4Linux support?
+=================================
+
+1. Download the codec:
+ http://download.projectmayo.com/dnload/divx4linux/divx4linux-20010718.zip
+
+2. Unpack it, and copy files to their place:
+ cp libdivxdecore.so.0.0.0 /usr/local/lib/
+ ln -s /usr/local/lib/libdivxdecore.so.0.0.0 /usr/local/lib/libdivxdecore.so.0
+ ln -s /usr/local/lib/libdivxdecore.so.0 /usr/local/lib/libdivxdecore.so
+ ldconfig
+ cp decore.h /usr/local/include/
+
+3. Run mplayer's ./configure
+ Change #undef NEW_DECORE to #define NEW_DECORE in config.h
+ Change #define MPEG12_POSTPROC to #undef MPEG12_POSTPROC in config.h
+ Change DECORE_LIBS in config.mak to be:
+ DECORE_LIBS=-L/usr/local/lib -ldivxdecore
+
+4. Compile mplayer
+
+5. Enjoy it: mplayer -vc divx4 file.avi ...
+ Note: it supports postprocessing, but range of values is strange:
+ 0 = no postproc
+ 10 .. 20 = postproc, normal (like level 2 with divxds)
+ 30 .. 60 = hard postproc, eats many cpu. (like level 4 with divxds)