Ubuntu 7.04 - Setting up MPlayer with codecs to play most types of video

MPlayer is my video player of choice. Here is how I install it and set up the codecs:

Install Mplayer from the repositories:

$ sudo aptitude install mplayer

Then, download the codecs package that MPlayer distributes from here. After you download and extract that file, copy the resulting ‘win32′ folder to ‘usr/lib’:

$ sudo cp -R win32 /usr/lib/

Now if you launch mplayer (or gmplayer), it should find those codecs and be able to play most videos.

To play videos embedded in web pages via Firefox, I use mplayer with codecs in conjunction with the MediaPlayerConnectivity extension for Firefox. This extension finds all embedded videos and replaced them with a shortcut that, when clicked, launches the video into your player of choice (mplayer).

If you enjoyed this post, please consider to leave a comment or subscribe to the feed and get future articles delivered to your feed reader.

Comments

No comments yet.

Leave a comment

(required)

(required)