个人工具

“UbuntuHelp:RestrictedFormats/NonNativeCodecs”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
(新页面: {{From|https://help.ubuntu.com/community/RestrictedFormats/NonNativeCodecs}} {{Languages|UbuntuHelp:RestrictedFormats/NonNativeCodecs}} == Playing non-native media formats under Linux == ...)
 
第2行: 第2行:
 
{{Languages|UbuntuHelp:RestrictedFormats/NonNativeCodecs}}
 
{{Languages|UbuntuHelp:RestrictedFormats/NonNativeCodecs}}
 
== 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 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 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 [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.
 
 
== HOWTO ==
 
== HOWTO ==
 
 
'''Add Medibuntu's gpg key.'''
 
'''Add Medibuntu's gpg key.'''
 
<pre><nowiki>
 
<pre><nowiki>
 
wget -q http://medibuntu.sos-sts.com/repo/medibuntu-key.gpg -O- | sudo apt-key add -
 
wget -q http://medibuntu.sos-sts.com/repo/medibuntu-key.gpg -O- | sudo apt-key add -
 
</nowiki></pre>
 
</nowiki></pre>
 
 
'''Add Medibuntu's external sources.list file corresponding to your current distribution.'''
 
'''Add Medibuntu's external sources.list file corresponding to your current distribution.'''
 
 
'''Ubuntu 6.06 "Dapper Drake"'''
 
'''Ubuntu 6.06 "Dapper Drake"'''
 
<pre><nowiki>
 
<pre><nowiki>
 
sudo wget http://medibuntu.sos-sts.com/sources.list.d/dapper.list -O /etc/apt/sources.list.d/medibuntu.list
 
sudo wget http://medibuntu.sos-sts.com/sources.list.d/dapper.list -O /etc/apt/sources.list.d/medibuntu.list
 
</nowiki></pre>
 
</nowiki></pre>
 
 
'''Ubuntu 6.10 "Edgy Eft"'''
 
'''Ubuntu 6.10 "Edgy Eft"'''
 
<pre><nowiki>
 
<pre><nowiki>
 
sudo wget http://medibuntu.sos-sts.com/sources.list.d/edgy.list -O /etc/apt/sources.list.d/medibuntu.list
 
sudo wget http://medibuntu.sos-sts.com/sources.list.d/edgy.list -O /etc/apt/sources.list.d/medibuntu.list
 
</nowiki></pre>
 
</nowiki></pre>
 
 
'''Ubuntu 7.04 "Feisty Fawn"'''
 
'''Ubuntu 7.04 "Feisty Fawn"'''
 
<pre><nowiki>
 
<pre><nowiki>
 
sudo wget http://medibuntu.sos-sts.com/sources.list.d/feisty.list -O /etc/apt/sources.list.d/medibuntu.list
 
sudo wget http://medibuntu.sos-sts.com/sources.list.d/feisty.list -O /etc/apt/sources.list.d/medibuntu.list
 
</nowiki></pre>
 
</nowiki></pre>
 
 
'''Finally, check for updates.'''
 
'''Finally, check for updates.'''
 
<pre><nowiki>
 
<pre><nowiki>

2007年11月30日 (五) 21:17的版本

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 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.

HOWTO

Add Medibuntu's gpg key.

wget -q http://medibuntu.sos-sts.com/repo/medibuntu-key.gpg -O- | sudo apt-key add -

Add Medibuntu's external sources.list file corresponding to your current distribution. Ubuntu 6.06 "Dapper Drake"

sudo wget http://medibuntu.sos-sts.com/sources.list.d/dapper.list -O /etc/apt/sources.list.d/medibuntu.list

Ubuntu 6.10 "Edgy Eft"

sudo wget http://medibuntu.sos-sts.com/sources.list.d/edgy.list -O /etc/apt/sources.list.d/medibuntu.list

Ubuntu 7.04 "Feisty Fawn"

sudo wget http://medibuntu.sos-sts.com/sources.list.d/feisty.list -O /etc/apt/sources.list.d/medibuntu.list

Finally, check for updates.

sudo apt-get update