Quote:
|
Originally Posted by munna_dude
why dont u try for this
Code:
# rpm -ivh http://rpm.livna.org/livna-release-5.rpm
# yum install mencoder
# mkdir /usr/local/lib/codecs/
# cd /usr/local/lib/codecs/
# wget http://www.mplayerhq.hu/MPlayer/releases/codecs/all-20061022.tar.bz2
# man mencoder
cheers
munna
|
If you want it to work, make that.
Code:
$ su -
# rpm -ivh http://rpm.livna.org/livna-release-6.rpm
# yum install -y mplayer-gui
# yum install -y libdvdcss
# mkdir /usr/local/lib/codecs/
# cd /usr/local/lib/codecs/
# wget http://www1.mplayerhq.hu/MPlayer/releases/codecs/all-20061022.tar.bz2
# tar xvjf all-20061022.tar.bz2 .
# rpm -ivh http://ftp.freshrpms.net/pub/freshrpms/fedora/linux/6/mplayer-skins/mplayer-skins-1.8-1.noarch.rpm
# exit
$ gmplayer
Enjoy. It should play pretty much every format under the sun with codecs-all package installed.
For DVD's try installing VLC, as the menus work with VLC, but not with MPlayer.