Mplayer supports some many different codecs today, that you should be able to play any file that contains audio or video streams. Play avi, mpg, ogg, mp3 files, wmv .. ... ... Great codecs for divx, xvid, DVD's, VCD etc.
- OSS (Open Sound System) - factory standard under UNIX
- SDL (Simple Directmedia Layer) - wrapper library with support for various systems
- ALSA (Advanced Linux Sound Architecture) 0.5/0.9/1.0 for Linux
- SUN audio driver for BSD and Solaris8/9 users
- SGI audio for IRIX
- Mac OS X audio
- Windows audio
- NAS (Network Audio System)
- ESD (ESound Daemon)
- ARTS (KDE Sound System)
- JACK (Jack Audio Connection Kit)
First out is to download all the different codecs. You can find the codecs at MPlayer site.
You will need to copy all codec files to /usr/local/lib/codecs
After that, you are ready to install Mplayer.
$ bunzip MPlayer-1.0pre8.tar.bz2
$ tar -xvf MPlayer-1.0pre8.tar
$ cd MPlayer-1.0pre8
$ ./configure (with your options)
$ make
$ sudo make install (if you like to copy all the compiled binaries out of the source directory )
To start MPlayer from the command line, simply
$ mplayer -vo X11 spiderman.avi -fs -zoom
(fs = full screen )
Check out the creators website for details and to download MPlayer today.
http://www.mplayerhq.hu/design7/news.html