Fetch them from
http://www.xvid.org/
http://download.divx.com/labs/divx611-20060201-gcc4.0.1.tar.gz
First install these two, so mplayer can support these codecs as well. It’s not a big deal to install these codecs. DivX has a shell script called install.sh just run it using ./install.sh command
Bytheway, to extract a tar.gx or a tgx file, use the following command tar –xzvf file_name.tar.gx
To extract a tar.bx2 file or a tbz file use the following command.
tar –xBvf file_name_here.tar.bz2
for xvid codec uncompress it and go to that directory and in that, go to build/generic
and then do the following
./configure
make
make install
Older wmv versions are supported by MPlayer anyway.
This file you are downloading is a ‘bunzip2’ file, not a ‘gzip’ file http://www1.mplayerhq.hu/MPlayer/releases/MPlayer-1.0pre8.tar.bz2
So to uncompress it you have to use the –B option.
So it should be
tar –xBvf MPlayer-1.0pre8.tar.bz2
Then start installing MPlayer uncompress it
tar -xBzf MPlayer-1.0pre8.tar.bz2
Go into that directory, it’s creating
./configure –enable-gui
If you don’t unset h –enable-gui option it will not compile it for the GUI skin.
make
make install
Then install a font
Copy a ttf file form anyware to the /user/local/share/mplayer/ directory and rename it so subfont.ttf
Then install a skin.
Download any skin from http://www.mplayerhq.hu/MPlayer/Skin/ and then make a director inside /user/local/share/mplayer/ calles skins. Copy the skin (.tar.bz2 file) into the newly created directory and uncompress it.
Then rename the skin (the name of the directory which was created by uncompress) that you want to appear as the default skin for Mplayer, to default.
Then you can play music and movies. Use gmplayer file_name.mp3 in a terminal or you can set file association and then use it like any other player you are already familiar with.




