怎样安装多媒体编码/解码器
sudo apt-get install ubuntu-restricted-extras libxine-extracodecs gstreamer0.10-plugins-base gstreamer0.10-plugins-good
gstreamer0.10-plugins-bad gstreamer0.10-pitfdll
“ubuntu-restricted-extras” 是一个超级包,安装的内容有:flashplugin-nonfree,
gstreamer0.10-plugins-ugly, gstreamer0.10-plugins-ugly-multiverse,
msttcorefonts, sun-java6-jre 和 sun-java6-plugin 重要提示:w32codecs 是侵犯版权的,因为这些编码/解码器基本上是各种Windows软件附带的那些动态链接库(DLLs)的完全复制品。
sudo apt-get install w32codecs
Kubuntu 用户注意:从技术上讲,Kaffeine所需要的包只有libxine-extracodecs 和
w32codecs。不过以上所有这些包的安装并不会破坏任何东西,因为这些包也可能是其他程序所需要的。(例如Open Office
Impress要用到一个gstreamer插件在演示文稿中显示视频。)
前几天本想为系统安装解码器,不小心致使Kaffeine无法播放所有格式了
安装libxine-extracodecs后OK
更多见http://wiki.ubuntu.org.cn/index.php?title=Ubuntu:Feistyvariant=zh-cn
Totem-xine 和 Mplayer 需要一些 codecs 来播放影片。已经有社群的朋友打包好了 w32codecs 和
w64codecs 套件,可是在预设套件库里面是找不到的,必须对套件库稍作修改,加入 medibuntu
套件库。这个动作可能有一点难度,不过也只有难上一点点而已。从指令安装
根据系统版本来选择对应的套件库,请在终端中输入以下指令:
Ubuntu 8.10
sudo wget http://www.medibuntu.org/sources.list.d/intrepid.list -O /etc/apt/sources.list.d/medibuntu.list
Ubuntu 8.04
sudo wget http://www.medibuntu.org/sources.list.d/hardy.list -O /etc/apt/sources.list.d/medibuntu.list
Ubuntu 7.10
sudo wget http://www.medibuntu.org/sources.list.d/gutsy.list -O /etc/apt/sources.list.d/medibuntu.list
Ubuntu 7.04
sudo wget http://www.medibuntu.org/sources.list.d/feisty.list -O /etc/apt/sources.list.d/medibuntu.list
Ubuntu 6.10
sudo wget http://www.medibuntu.org/sources.list.d/edgy.list -O /etc/apt/sources.list.d/medibuntu.list
Ubuntu 6.06
sudo wget http://www.medibuntu.org/sources.list.d/dapper.list -O /etc/apt/sources.list.d/medibuntu.list
取得密钥并更新来源,请在终端中输入以下指令:
wget -q http://packages.medibuntu.org/medibuntu-key.gpg -O- | sudo apt-key add –
sudo apt-get update
根据您的系统架构来决定安装 w32codecs 还是 w64codecs,请在终端机输入以下指令:
i386
sudo apt-get install w32codecs -y
AMD64 (编注:Ubuntu 6.06, Ubuntu 6.10 无法安装 w64codecs)
sudo apt-get install w64codecs -y
这样就装好了,试着用 totem-xine 或 mplayer 来开启影音档吧!它会套用刚安装好的解码器来播放影片。