PDA

View Full Version : DivX4Linux


freakypriest
02-16-03, 10:45 AM
I downloaded the newest DivX4Linux Version. How can I install it? I am using Suse 8.1.

It is no rpm file and so I don't know what to do with this files.

mariuz
02-18-03, 05:05 PM
Well that is only the codec
if they are *.tgz you must
do a (as root)
tar -zxvf divx4linux501-20020418.tgz
cd divx4linux-20020418/
./install.sh
If you want a player then you must download mplayer from http://www.mplayerhq.hu/homepage/design5/dload.html
http://mirrors.xmission.com/MPlayer/releases/MPlayer-0.90rc4.tar.bz2
and the win32codecs from
http://ftp.lug.udel.edu/MPlayer/releases/w32codec.tar.bz2
1.Copy the win32codecs (after tar -jxvf w32codec.tar.bz2) in /usr/lib/win32/
2.Go in the Mplayer dir (After tar -jxvf MPlayer-0.90rc4.tar.bz2 ) and do a :
./configure --prefix=/usr --enable-gui ;make ;make install
3. Install the default skin (else won't work)
Get http://www.mplayerhq.hu/MPlayer/Skin/default-1.7.tar.bz2
tar -jxvf default-1.7.tar.bz2
and copy the all default dir into /usr/share/mplayer/Skin


If ok then do ./mplayer movie.avi -fs :)
or gmplayer (visual)
Eh if you want
subtitles then you must do other things
PS: My god is harder than installing sendmail !!!:eek: