<?xml version="1.0"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>The Open Source Weblog</title>
<link>http://opensource.weblogsinc.com</link>
<description>The Open Source Weblog</description>
<image>
<url>http://opensource.weblogsinc.com/media/feedlogo.gif</url>
<title>The Open Source Weblog</title>
<link>http://opensource.weblogsinc.com</link>
</image>
<language>en-us</language>
<copyright>Copyright 2009 Blogsmith, LLC. The contents of this feed are available for non-commercial use only.</copyright>
<generator>Blogsmith http://www.blogsmith.com/</generator><item><title>Convert WAV files to MP3 or FLAC</title><link>http://opensource.weblogsinc.com/2006/06/20/convert-wav-files-to-mp3-or-flac/</link><guid isPermaLink="true">http://opensource.weblogsinc.com/2006/06/20/convert-wav-files-to-mp3-or-flac/</guid><comments>http://opensource.weblogsinc.com/2006/06/20/convert-wav-files-to-mp3-or-flac/#comments</comments><description><![CDATA[<p>Filed under: <a href="http://opensource.weblogsinc.com/category/music/" rel="tag">music</a>, <a href="http://opensource.weblogsinc.com/category/rip-mix-burn/" rel="tag">rip-mix-burn</a>, <a href="http://opensource.weblogsinc.com/category/mp3/" rel="tag">mp3</a>, <a href="http://opensource.weblogsinc.com/category/flac/" rel="tag">flac</a></p><p>Assume you have a whole mess of WAV files that you want to convert. First let's turn them into MP3s.</p>
<p><code>lame --preset insane *wav</code></p>
<p>This basically creates the mp3 at 320, which is, uh, insane, but it's the highest quality level. If its not 320, I don't want it. You may choose 192 or above; unless it's speech, I would NEVER use anything less than 192.</p>
<p>Now let's convert your WAVs to FLAC files.</p>
<p><code>shntool conv -o flac *.wav</code></p>
<p>If you're using a Debian-based system, you'll probably need to do this first:</p>
<p><code>sudo apt-get install shntool</code></p>
<p>Is that not easy or what?</p>
<p><em>(Check out all of our posts on <a href="http://opensource.weblogsinc.com/search/?q=convert">conversions</a>, <a href="http://opensource.weblogsinc.com/search/?q=wav">WAV</a>, <a href="http://opensource.weblogsinc.com/search/?q=mp3">MP3</a>, &amp; <a href="http://opensource.weblogsinc.com/search/?q=flac">FLAC</a>.)</em></p><h6 style="clear: both; padding: 8px 0 0 0; height: 2px; font-size: 1px; border: 0; margin: 0; padding: 0;"></h6><a href="http://opensource.weblogsinc.com/2006/06/20/convert-wav-files-to-mp3-or-flac/" rel="bookmark" title="Permanent link to this entry">Permalink</a>&nbsp;|&nbsp;<a href="http://opensource.weblogsinc.com/forward/623244/" title="Send this entry to a friend via email">Email this</a>&nbsp;|&nbsp;<a href="http://opensource.weblogsinc.com/2006/06/20/convert-wav-files-to-mp3-or-flac/#comments" title="View reader comments on this entry">Comments</a><br />]]></description><category>convert</category><category>flac</category><category>mp3</category><category>music</category><dc:creator>Scott Granneman</dc:creator><dc:date>2006-06-20T13:01:00+00:00</dc:date></item></channel></rss>