<?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>Austin Matzko&#039;s Blog &#187; lltag</title>
	<atom:link href="http://austinmatzko.com/tag/lltag/feed/" rel="self" type="application/rss+xml" />
	<link>http://austinmatzko.com</link>
	<description>A blog about philosophy, Christianity, web development and whatever else I feel like writing about.</description>
	<lastBuildDate>Wed, 16 Mar 2011 17:14:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2-RC4-18391</generator>
		<item>
		<title>How I Rip and Encode MP3s on the Ubuntu Linux Command Line</title>
		<link>http://austinmatzko.com/2008/04/10/shell-mp3-encoding/</link>
		<comments>http://austinmatzko.com/2008/04/10/shell-mp3-encoding/#comments</comments>
		<pubDate>Thu, 10 Apr 2008 11:00:03 +0000</pubDate>
		<dc:creator>filosofo</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[cdparanoia]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[lltag]]></category>
		<category><![CDATA[mp3]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.ilfilosofo.com/?p=438</guid>
		<description><![CDATA[I like to know how to use the command line for everything I can. Here are the tools and commands I use to make mp3s. First, I rip from the CDROM to a wav file. cdparanoia 1 prokofiev1.wav cdparanoia lets me specify the input device, but I don&#8217;t need to, since the default&#8212;/dev/cdrom&#8212;is what I [...]]]></description>
			<content:encoded><![CDATA[<p>I like to know how to use the command line for everything I can.  Here are the tools and commands I use to make mp3s.</p>
<p>First, I rip from the CDROM to a <code>wav</code> file.  </p>
<p><code>cdparanoia 1 prokofiev1.wav</code></p>
<p><code>cdparanoia</code> lets me specify the input device, but I don&#8217;t need to, since the default&#8212;<code>/dev/cdrom</code>&#8212;is what I want.  The line above just says to rip the first track to a <code>wav</code> file named <code>prokofiev1.wav</code>.</p>
<p><code>lame -h prokofiev1.wav prokofiev1.mp3</code></p>
<p>Encode the <code>wav</code> file to a <code>mp3</code> file, in high quality (128 kb).</p>
<p><code>lltag --cddb prokofiev1.mp3</code></p>
<p><code>lltag</code> helps me look up the <a href="http://en.wikipedia.org/wiki/Cddb">CDDB</a> data about the track and then add it to the mp3. I&#8217;m first prompted to make a CDDB query:</p>
<p><strong><code>Enter CDDB query [<query>q] (no default, h for help) ?</code></strong></p>
<p>I&#8217;ve tried entering the hexadecimal strings I get from <code>cd-discid</code>, but I&#8217;ve never gotten it to return any results.  Instead, I enter &#8220;prokofiev violinsonaten&#8221; verbatim from the CD&#8217;s title.  I get one matching result, which I select, and then I choose the appropriate track and save the CDDB data. </p>
<p><code>id3ed -i prokofiev1.mp3</code> and <code>id3v2 -l prokofiev1.mp3</code> let me verify that the data has been saved. </p>
<p>Now I&#8217;m all set to import the mp3 to Banshee and then to my iPod. </p>
]]></content:encoded>
			<wfw:commentRss>http://austinmatzko.com/2008/04/10/shell-mp3-encoding/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
