Monday, October 27, 2008

How To Download And Install Codecs For Mplayer Using Terminal

This is a very simple TASK done in the terminal/shell. Open terminal, become root and run the followings commands:

wget ftp://ftp3.mplayerhq.hu/MPlayer/releases/codecs/all-20050412.tar.bz2

tar jxvf all-20050412.tar.bz2

mkdir /usr/lib/win32

cp all-20050412/* /usr/lib/win32

No comments: