ubuntu下RMVB的完美播放<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />
Ubuntu下默认的媒体播放器totem(电影播放器)只能播放avi格式,对rmvb、rm等网上的主流格式是不太支持的,必须安装解码器。
首先在终端输入
sudo gedit /etc/apt/sources.list
添加以下斜体字的源
deb http://ubuntu.cn99.com/ubuntu/ edgy main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu/ edgy-security main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu/ edgy-updates main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu/ edgy-proposed main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu/ edgy-backports main restricted universe multiverse
deb-src http://ubuntu.cn99.com/ubuntu/ edgy main restricted universe multiverse
deb-src http://ubuntu.cn99.com/ubuntu/ edgy-security main restricted universe multiverse
deb-src http://ubuntu.cn99.com/ubuntu/ edgy-updates main restricted universe multiverse
deb-src http://ubuntu.cn99.com/ubuntu/ edgy-proposed main restricted universe multiverse
deb-src http://ubuntu.cn99.com/ubuntu/ edgy-backports main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu-cn/ edgy main restricted universe multiverse
然后依次输入以下命令
sudo apt-get update
sudo apt-get remove totem-gstreamer
sudo apt-get install totem-xine libxine1-ffmpeg libxine1-gnome libxine1-plugins libxine1 libstdc++5
sudo apt-get install w32codecs
如果找不到w32codecs,请到下面网址
http://download.csdn.net/sort/tag/w32codecs
如果下载的是个tar包,请解压到以下目录
/usr/local/lib/codecs/
ubuntu播放RMVB出现drvc.so的解决方法
第一个可能是你根本没安装w32codecs
或者是以下情况
sudo gedit .gnome2/Totem/xine_config
搜索real:
# path to RealPlayer codecs
# string, default:
# decoder.external.real_codecs_path:
改为:
# path to RealPlayer codecs
# string, default:
decoder.external.real_codecs_path:/usr/lib/codecs
我的xine<?xml:namespace prefix = st1 ns = "urn:schemas-microsoft-com:office:smarttags" />1.1.10+w32codecs20071007有这个问题,指定CODE路径后解决
转载自:
http://hi.baidu.com/csx163/blog/item/248d552cf0ddd0ef8a139901.html
文章评论(0条评论)
登录后参与讨论