红联首页 凝聚Linux人的力量
菜鸟过关 | 精华文档 | 同城人(交友) | 我与Linux的故事 | Linux新闻 | Linux视频 | Linux人才 | 软件下载 | 大学校园 | English
发新话题
打印

Fedora installed on MPlayer

Fedora installed on MPlayer

It’s not easy to install MPlayer in Fedora if you’re totally new to Linux. But with this guideline, you’ll find it’s actually a piece of cake!

1.  mkdir and cd /usr/local/lib/codecs/

2.  download all-20071007.tar.bz2 at http://www4.mplayerhq.hu/MPlayer/releases/codecs/

3.  #bzip2 -d all-20071007.tar.bz2

4.  #tar zxvf all-20071007.tar

5.  download mplayer source code at http://www.mplayerhq.hu/

6.  extract it and cd its root directory.

7.  #./configure --enable-gui

8.  #make

9.  #make install

10. download skins at http://www.mplayerhq.hu/design7/dload.html

11. extract skins to /usr/local/share/mplayer/skins/default

12. add the following line to ~/.mplayer/config:

font=/usr/share/fonts/zh_CN/TrueType/zysong.ttf

13. play videos using: /usr/local/bin/gmplayer

TOP

When you do it,you'll find it not so easy.
But mplayer is really good.

TOP

发新话题