CentOS 6.4上安装VLC视频播放器

由于安装了双系统,先看一些Windows上的视频,但是CentOS 6.4上默认的视频播放器不不能播放,故需要安装一款视频播放器。
在安装之前,需要安装一些其他文件包,比如EPEL等,具体安装请参看[url=http://flyingdutchman.iteye.com/blog/1887554]CentOS 6.4安装qq2012[/url],下面是安装操作: [quote]
[color=blue]#cd /etc/yum.repos.d/
#wget http://pkgrepo.linuxtech.net/el6/release/linuxtech.repo
#yum --enablerepo=linuxtech-testing install vlc[/color]
[/quote]

然后再安装一些解码包:[quote]
[color=blue]#yum install ffmpeg ffmpeg-devel mplayer mencoder flvtool2 yamdi[/color]
[/quote]

你可能感兴趣的:(CentOS)