<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Ubuntu Tutorials &#187; codecs</title>
	<atom:link href="http://ubuntu-tutorials.com/tag/codecs/feed/" rel="self" type="application/rss+xml" />
	<link>http://ubuntu-tutorials.com</link>
	<description>Enhancing your Ubuntu experience!</description>
	<lastBuildDate>Sat, 28 Jan 2012 20:08:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Medibuntu : The Only 3rd Party Repo I Use</title>
		<link>http://ubuntu-tutorials.com/2008/01/29/medibuntu-the-only-3rd-party-repo-i-use/</link>
		<comments>http://ubuntu-tutorials.com/2008/01/29/medibuntu-the-only-3rd-party-repo-i-use/#comments</comments>
		<pubDate>Tue, 29 Jan 2008 18:48:33 +0000</pubDate>
		<dc:creator>Christer Edwards</dc:creator>
				<category><![CDATA[automatix]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[codecs]]></category>
		<category><![CDATA[medibuntu]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://ubuntu-tutorials.com/2008/01/29/medibuntu-the-only-3rd-party-repo-i-use/</guid>
		<description><![CDATA[UPDATE: This article has been updated for Ubuntu 9.10 &#8220;Karmic Koala&#8221;. Medibuntu on Ubuntu 9.10. I am generally very wary of suggesting the use of 3rd party repositories. I rarely, if ever, use them myself, even if it&#8217;ll make installing an application a bit simpler. The bottom line for this is that I want my [...]]]></description>
			<content:encoded><![CDATA[<p>UPDATE: This article has been updated for Ubuntu 9.10 &#8220;Karmic Koala&#8221;. <a title="Install Medibuntu on Ubuntu 9.10" href="http://ubuntu-tutorials.com/2009/10/31/install-flash-and-multimedia-support-on-ubuntu-9-10-karmic-koala/">Medibuntu on Ubuntu 9.10</a>.</p>
<p>I am generally very wary of suggesting the use of 3rd party repositories.  I rarely, if ever, use them myself, even if it&#8217;ll make installing an application a bit simpler.  The bottom line for this is that <em>I want my machine to be as supported as it can be</em>, so I generally only use the official Ubuntu repositories (main restricted universe multiverse).  Adding this repository will add unsupported packages to your system, but it is considered far more trusted than other repositories.</p>
<p>Medibuntu is the one repository that I find I can suggest to people, and this solves most all of the non-free issues people have.  Everything from DVD playback to non-free codecs&#8211;even Google Earth!</p>
<p>A breakdown of what is available via Medibuntu:</p>
<ul>
<li>Non-Free Media Codecs (w32codecs, libdvdcss, etc)</li>
<li>Acroread</li>
<li>Google Earth</li>
<li>RealPlayer</li>
<li>Skype</li>
<li>Popular Media Players without stripped codecs (amarok, xmms, mplayer, kaffeine, k3b)</li>
</ul>
<p><strong>Adding the Medibuntu Repo<br />
</strong></p>
<p>To add the Medibuntu repository we&#8217;ll need to grab the sources.list available there.  Note: the following is for Ubuntu 7.10 &#8220;Gutsy&#8221;.  Replace gutsy.list with feisty.list, etc for your version:</p>
<blockquote><p><code>sudo wget http://www.medibuntu.org/sources.list.d/gutsy.list -O /etc/apt/sources.list.d/medibuntu.list</code></p></blockquote>
<p>We&#8217;ll also need the key in order to validate the packages as they come in:</p>
<blockquote><p><code>wget -q http://packages.medibuntu.org/medibuntu-key.gpg -O- | sudo apt-key add - &amp;&amp; sudo apt-get update</code></p></blockquote>
<p><strong>Installing Packages</strong></p>
<p>So the heavy lifting is now done, now for a few examples of adding some of these codecs or applications.</p>
<p>To install DVD playback use:</p>
<blockquote><p><code>sudo aptitude install <a title="libdvdcss2 - encrypted DVD playback" href="apt://libdvdcss2">libdvdcss2</a></code></p></blockquote>
<p>To install non-free codec support:</p>
<blockquote><p><code>sudo aptitude install <a title="w32codecs - nonfree media support" href="apt://w32codecs">w32codecs</a></code></p></blockquote>
<p>(<a title="w64codecs - nonfree media playback for 64bit" href="apt://w64codecs">w64codecs</a> for 64bit, <a title="ppc-codecs - nonfree media playback for PPC" href="apt://ppc-codecs">ppc-codecs</a> for PPC architecture)</p>
<p>More documentation is available at the <a title="medibuntu - media, entertainment and distractions in ubuntu." href="https://help.ubuntu.com/community/Medibuntu">Ubuntu Community Medibuntu Wiki</a>.</p>
<p><strong>Installation via apturl</strong></p>
<p>If you&#8217;ve added the repository in the above step you can now install any of the below by clicking on the link.  These will install from the Medibuntu repository ONLY if you&#8217;ve configured them as above.  These packages are not distributed or downloaded from my servers:</p>
<p><a title="Adobe's PDF Reader" href="apt://acroread">Adobe Reader</a> &#8211; Adobe&#8217;s PDF Reader</p>
<p><a title="plugins for acroread - ability to complete fillable forms" href="apt://acroread-plugins">Adobe Reader Plugins</a> &#8211; Ability to complete fillable forms</p>
<p><a title="adobe plugin for firefox, galeon and konqueror" href="apt://mozilla-acroread">Adobe Mozilla Plugin</a> &#8211; Adobe Plugin for Firefox, Galeon, Konqueror</p>
<p><a title="Explore, Search and Discover with Google Earth" href="apt://googleearth">Google Earth</a> &#8211; Google Earth : Explore, Search and Discover</p>
<p><a title="nonfree media playback for wma, realplayer and quicktime" href="apt://w32codecs">Win32 Codecs</a> &#8211; nonfree media playback (wma, realplayer, quicktime)</p>
<p><a title="amarok + mp3/mp4 integration" href="apt://amarok">Amarok</a> &#8211; The popular media player + mp3/mp4 integration</p>
<p><a title="VOIP with Skype" href="apt://skype-static">Skype</a> &#8211; VOIP with Skype</p>
<p><a title="media support with integrated mp3, mp4, h264, amr" href="apt://ffmpeg">ffmpeg</a> &#8211; Multimedia player, server and encoder (mp3,mp4,h264,amr support)</p>
<p><strong>Ubuntu Restricted Extras</strong></p>
<p>You may also want to read my previous, <a title="installing ubuntu restricted extras" href="http://ubuntu-tutorials.com/2007/08/17/ubuntu-restricted-extras-all-that-extra-stuff-all-in-one-place/">Installing Ubuntu Restricted Extras</a> for a wider list of the packages that are not installed by default.</p>
<p><strong>Disclaimer:</strong> These are not in base Ubuntu for a reason.  Either they are patent encumbered or not free software.</p>
<p>Patent and copyright laws operate differently depending on which country you are in. Please obtain legal advice if you are unsure whether a particular patent or restriction applies to a media format you wish to use in your country.</p>
]]></content:encoded>
			<wfw:commentRss>http://ubuntu-tutorials.com/2008/01/29/medibuntu-the-only-3rd-party-repo-i-use/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: basic (User agent is rejected)
Database Caching 2/12 queries in 0.006 seconds using disk: basic
Object Caching 242/253 objects using disk: basic

Served from: ubuntu-tutorials.com @ 2012-02-09 12:42:09 -->
