Ubuntu Multimedia

必要的 codecs,好用的 player。这是目的,就这么简单,其实也确实简单。

1. GStreamer
安装以下包:
gstreamer0.10-plugins-base
gstreamer0.10-plugins-good
gstreamer0.10-plugins-bad
gstreamer0.10-plugins-bad-multiverse
gstreamer0.10-plugins-ugly
gstreamer0.10-plugins-ugly-multiverse
gstreamer0.10-ffmpeg
gstreamer0.10-pitfdll
## 主要是为了听音乐,和偶尔用用 Totem
## 要播视频见下面的两部分

2. QuickTime 一个包
libquicktime1

3. Medibuntu

Ubuntu 官方站上有一篇社区文档详细介绍了如何使用 Medibuntu 资源。太长了,其实就三件事情:

加源
$ sudo wget http://www.medibuntu.org/sources.list.d/intrepid.list –output-document=/etc/apt/sources.list.d/medibuntu.list
## 不同版本加不同的源,我现在使用的是 8.10,所以加的是 intrepid 的源

加 GPG key
$ sudo apt-get update && sudo apt-get install medibuntu-keyring && sudo apt-get update

最后是安装必要的包
w64codecs
## 若是32位的系统,使用 w32codecs 代替

4. 播放器

通常使用万能的 MPlayer,再加上漂亮好用的 SMPlayer 做前端,所以要安装这两个包:
mplayer
smplayer

安装完成后启动 SMPlayer,并打开它的首选项,左边导航切换到 字幕 项,配置它的字幕设定:

  • 默认字幕编码 选 简体中文 (CP936)
  • 字体 选 系统字体 文泉驿正黑

END!

This entry was posted in Linux and tagged . Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="" highlight="">