From 541d4e78b1c413aa63a410074a7f5465674293a9 Mon Sep 17 00:00:00 2001
From: diego
The codec can be downloaded from one of the following URLs:
- - http://avifile.sourceforge.net
- http://divx.com
Unpack it, and run ./install.sh
as root.
Note: Do not forget adding /usr/local/lib
to your
- /etc/ld.so.conf
and running ldconfig
!
MPlayer autodetects DivX4/DivX5 if it is properly installed, just - compile as usual. If it does not detect it, you did not install or configure - it correctly.
+ disadvantage of this codec is that it is not available under an Open Source + license.DivX4Linux works in two modes:
@@ -94,6 +81,48 @@Note: If your -vo
driver supports direct rendering, then
-vc divx4
may be faster or even the fastest solution.
The codec can be downloaded from
+ avifile.
+ Unpack it, run ./install.sh
as root and do not forget adding
+ /usr/local/lib
to your /etc/ld.so.conf
and running
+ ldconfig
.
Get the CVS version of the core library like this:
+ +cvs -d:pserver:anonymous@cvs.projectmayo.com:/cvsroot login
cvs -d:pserver:anonymous@cvs.projectmayo.com:/cvsroot co divxcore
+ cd divxcore/decore/build/linux + make + cp libdivxdecore.so /usr/local/lib + ln -s /usr/local/lib/libdivxdecore.so /usr/local/lib/libdivxdecore.so.0 + cp ../../src/decore.h /usr/local/include ++
+ cd ../../../encore/build + mkdir linux + cd linux + cp path/Makefile . + make + cp libdivxencore.so /usr/local/lib + ln -s /usr/local/lib/libdivxdecore.so /usr/local/lib/libdivxdecore.so.0 + cp ../../src/encore.h /usr/local/include ++
MPlayer autodetects DivX4/DivX5 if it is properly installed, just + compile as usual. If it does not detect it, you did not install or configure + it correctly.
+