特殊:Badtitle/NS100:RestrictedFormats/NonNativeCodecs:修订间差异

来自Ubuntu中文
跳到导航跳到搜索
Wikibot留言 | 贡献
无编辑摘要
Wikibot留言 | 贡献
无编辑摘要
第3行: 第3行:
== Playing non-native media formats under Linux ==
== Playing non-native media formats under Linux ==
There are a few formats such as certain Windows formats, Real, and Apple Quicktime which do not have native codecs under Linux. To work around this issue, external binary codecs are used instead to play these formats. [http://www.mplayerhq.hu/ MPlayer] and [http://xinehq.de/ xine] use such external codecs and these codecs are stored in the [[UbuntuHelp:MPlayer|MPlayer]] website in their [http://www.mplayerhq.hu/MPlayer/releases/codecs/ codecs directory].
There are a few formats such as certain Windows formats, Real, and Apple Quicktime which do not have native codecs under Linux. To work around this issue, external binary codecs are used instead to play these formats. [http://www.mplayerhq.hu/ MPlayer] and [http://xinehq.de/ xine] use such external codecs and these codecs are stored in the [[UbuntuHelp:MPlayer|MPlayer]] website in their [http://www.mplayerhq.hu/MPlayer/releases/codecs/ codecs directory].
There is a packaging project known as [http://medibuntu.sos-sts.com/ Medibuntu] which aims to make it easy to obtain these packages for Ubuntu users. To use Medibuntu's repositories, follow the instructions in the HOWTO below.
There is a packaging project known as [[UbuntuHelp:Medibuntu] which aims to make it easy to obtain these packages for Ubuntu users. To use Medibuntu's repositories, follow the instructions in [https|//help.ubuntu.com/community/Medibuntu their HOWTO]].
== HOWTO ==
----
'''Add Medibuntu's gpg key.'''
[[category:CategoryCleanup]]
<pre><nowiki>
wget -q http://medibuntu.sos-sts.com/repo/medibuntu-key.gpg -O- | sudo apt-key add -
</nowiki></pre>
'''Add Medibuntu's external sources.list file corresponding to your current distribution.'''
'''Ubuntu 6.06 "Dapper Drake"'''
<pre><nowiki>
sudo wget http://medibuntu.sos-sts.com/sources.list.d/dapper.list -O /etc/apt/sources.list.d/medibuntu.list
</nowiki></pre>
'''Ubuntu 6.10 "Edgy Eft"'''
<pre><nowiki>
sudo wget http://medibuntu.sos-sts.com/sources.list.d/edgy.list -O /etc/apt/sources.list.d/medibuntu.list
</nowiki></pre>
'''Ubuntu 7.04 "Feisty Fawn"'''
<pre><nowiki>
sudo wget http://medibuntu.sos-sts.com/sources.list.d/feisty.list -O /etc/apt/sources.list.d/medibuntu.list
</nowiki></pre>
'''Finally, check for updates.'''
<pre><nowiki>
sudo apt-get update
</nowiki></pre>


[[category:UbuntuHelp]]
[[category:UbuntuHelp]]

2008年4月23日 (三) 11:56的版本

{{#ifexist: :RestrictedFormats/NonNativeCodecs/zh | | {{#ifexist: RestrictedFormats/NonNativeCodecs/zh | | {{#ifeq: {{#titleparts:RestrictedFormats/NonNativeCodecs|1|-1|}} | zh | | }} }} }} {{#ifeq: {{#titleparts:RestrictedFormats/NonNativeCodecs|1|-1|}} | zh | | }}

Playing non-native media formats under Linux

There are a few formats such as certain Windows formats, Real, and Apple Quicktime which do not have native codecs under Linux. To work around this issue, external binary codecs are used instead to play these formats. MPlayer and xine use such external codecs and these codecs are stored in the MPlayer website in their codecs directory. There is a packaging project known as [[UbuntuHelp:Medibuntu] which aims to make it easy to obtain these packages for Ubuntu users. To use Medibuntu's repositories, follow the instructions in [https|//help.ubuntu.com/community/Medibuntu their HOWTO]].