让Ubunut播放WMV、RMVB
先安装好解码器:
程序代码
配置播放器:
程序代码
顺便连MP3一起带上:
程序代码
这样,你的播放器应该能播放MP3、RMVB了。
按照上面的操作,我这的UBUNTU并不能播放RMVB,于是,还得加装REALPLAYer:
下载DEB包:http://ubuntu:ubuntuftp@ftp.ubuntu.org.cn/home/dbzhang800/wiki/realplay_10.0.8-0ubuntu3_i386.deb
安装:
程序代码
这样,通过系统带的“电影播放机”一定能播放RMVB了(注意,不要直接用REALPLAYER,反正我直接用它就不行)
我个人比较喜欢用MPlayer:
程序代码
如何用Firefox播放网页上的RMVB电影的在线试听MP3?这要借助一个Firefox扩展:MediaWrap
http://addons.sociz.com/firefox/116/
如果播放网页上的RMVB只有声音没有图像:
对着视频点右键,选择“配置”--“视频输出“改为”gl“
要播放WMV,用MPLAYER就行了:
Preferences -- Video -- x11
程序代码sudo wget http://www.medibuntu.org/sources.list.d/hardy.list -O /etc/apt/sources.list.d/medibuntu.list
sudo apt-get update && sudo apt-get install medibuntu-keyring && sudo apt-get update
sudo apt-get install libdvdcss2 libxine1-ffmpeg libxine1-plugins w32codecs gcc-3.3-base libstdc++5
sudo apt-get update && sudo apt-get install medibuntu-keyring && sudo apt-get update
sudo apt-get install libdvdcss2 libxine1-ffmpeg libxine1-plugins w32codecs gcc-3.3-base libstdc++5
配置播放器:
程序代码sudo apt-get remove totem-gstreamer -y
sudo apt-get install totem totem-xine totem-mozilla -y
sudo apt-get install totem totem-xine totem-mozilla -y
顺便连MP3一起带上:
程序代码sudo apt-get install gstreamer0.10-plugins-ugly gstreamer0.10-ffmpeg gstreamer0.10-fluendo-mpegdemux gstreamer0.10-gnonlin
这样,你的播放器应该能播放MP3、RMVB了。
按照上面的操作,我这的UBUNTU并不能播放RMVB,于是,还得加装REALPLAYer:
下载DEB包:http://ubuntu:ubuntuftp@ftp.ubuntu.org.cn/home/dbzhang800/wiki/realplay_10.0.8-0ubuntu3_i386.deb
安装:
程序代码sudo dpkg -i realplay_10.0.8-0ubuntu3_i386.deb
这样,通过系统带的“电影播放机”一定能播放RMVB了(注意,不要直接用REALPLAYER,反正我直接用它就不行)
我个人比较喜欢用MPlayer:
程序代码sudo apt-get install mplayer mplayer-fonts
如何用Firefox播放网页上的RMVB电影的在线试听MP3?这要借助一个Firefox扩展:MediaWrap
http://addons.sociz.com/firefox/116/
如果播放网页上的RMVB只有声音没有图像:
对着视频点右键,选择“配置”--“视频输出“改为”gl“
要播放WMV,用MPLAYER就行了:
Preferences -- Video -- x11

