<?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>GoodCamel Blog &#187; ogg vorbis</title>
	<atom:link href="http://blog.goodcamel.com/tag/ogg-vorbis/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.goodcamel.com</link>
	<description></description>
	<lastBuildDate>Fri, 19 Feb 2010 23:28:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Convert your MP3 files to Ogg Vorbis with mp32ogg</title>
		<link>http://blog.goodcamel.com/2008/02/08/converting-mp3-file-to-ogg-vorbis-using-mp32ogg/</link>
		<comments>http://blog.goodcamel.com/2008/02/08/converting-mp3-file-to-ogg-vorbis-using-mp32ogg/#comments</comments>
		<pubDate>Sat, 09 Feb 2008 02:35:52 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[convert]]></category>
		<category><![CDATA[mp3]]></category>
		<category><![CDATA[mp32ogg]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[ogg vorbis]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.goodcamel.com/?p=3</guid>
		<description><![CDATA[Recently, I wanted to convert all my MP3 music library to the more open Ogg Vorbis format. I also wanted to reduce the bitrate (from 320 kbps to 156 kbps) so I can stream my music over the internet even with a low speed connection. I know, I know, converting from a lossy format to [...]]]></description>
			<content:encoded><![CDATA[<p>Recently, I wanted to convert all my MP3 music library to the more open Ogg Vorbis format. I also wanted to reduce the bitrate (from 320 kbps to 156 kbps) so I can stream my music over the internet even with a low speed connection. I know, I know, converting from a lossy format to another lossy format is not recommended and it decreases the audio quality. Anyway, it did a pretty good job and I am very pleased with the results.</p>
<p>So I searched the web and found a very useful script called <a href="http://directory.fsf.org/project/mp32ogg/" title=" Mp32ogg" target="_blank">mp32ogg</a>. That script can convert a whole directory tree recursively. You can choose the desired quality and it will also transfer the meta information (artist, album, track, song title, etc). It even lets you change the file name according to the meta information and will also delete the old mp3 files if you want to. It is a simple Perl script and it is easy to modify to fit your needs if you need to. Here is how to do it in under <a href="http://www.ubuntu.com/" title="Ubuntu" target="_blank">Ubuntu</a>.</p>
<p>First you need to install it</p>
<blockquote><p><code>sudo apt-get install mp32ogg</code></p></blockquote>
<p>Then just use the script on the directory containing files you want to convert. The following command will also delete old mp3 files:</p>
<blockquote><p><code>mp32ogg --delete --quality=5 &lt;path-to-mp3-directory&gt;</code></p></blockquote>
<p>That&#8217;s it, you are done. Just wait for the script to finish converting all your library. For more options, just type:</p>
<blockquote><p><code>mp32ogg --help</code></p></blockquote>
<p>Have fun!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.goodcamel.com/2008/02/08/converting-mp3-file-to-ogg-vorbis-using-mp32ogg/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
