播放rmvb--Ubuntu手记之系统配置
使用系统默认的totem总是无法播放rmvb,装上mplayer也不行。看了不少帖子,试了不少方法,总是不行。最后有两个帖子搞定了:
其实使用第一个帖子就可以搞定,原因就是real codec不是免费的。。。
摘抄第一个帖子的步骤如下:
1.更新源
这一步跳过
2.卸载系统默认的totem
sudo apt-get remove totem-gstreamer
3.安装totem-xine。
sudo apt-get install totem-xine libxine1-ffmpeg libxine1-gnome libxine1-plugins libxine1 libstdc++5
4.安装解码器。
sudo apt-get install w32codecs
这一步跳过
2.卸载系统默认的totem
sudo apt-get remove totem-gstreamer
3.安装totem-xine。
sudo apt-get install totem-xine libxine1-ffmpeg libxine1-gnome libxine1-plugins libxine1 libstdc++5
4.安装解码器。
sudo apt-get install w32codecs
摘抄第二个帖子如下:
不能播放rmvb是因为rmvb的解码包不是自由软件,修改源:
sudo gedit /etc/apt/sources.list
加入
deb http://medibuntu.sos-sts.com/repo/ feisty free non-free
wget -q http://packages.medibuntu.org/medibuntu-key.gpg -O- | sudo apt-key add -
更新
sudo apt-get update
安装
sudo apt-get install w32codecs libdvdcss2
sudo gedit /etc/apt/sources.list
加入
deb http://medibuntu.sos-sts.com/repo/ feisty free non-free
deb-src http://medibuntu.sos-sts.com/repo/ feisty free non-free
deb ftp://ftp3.tsinghua.edu.cn/mirror/debian/debian-multimedia testing main
wget -q http://packages.medibuntu.org/medibuntu-key.gpg -O- | sudo apt-key add -
更新
sudo apt-get update
安装
sudo apt-get install w32codecs libdvdcss2
至于网上诸多评论,到底totem和mplayer谁好,就不再关心了,毕竟我的要求不高,能看就行 。