<?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><item><title>New features in Amarok 1.4</title><link>http://opensource.weblogsinc.com/2006/06/05/new-features-in-amarok-1-4/</link><guid isPermaLink="true">http://opensource.weblogsinc.com/2006/06/05/new-features-in-amarok-1-4/</guid><comments>http://opensource.weblogsinc.com/2006/06/05/new-features-in-amarok-1-4/#comments</comments><description><![CDATA[<p>Filed under: <a href="http://opensource.weblogsinc.com/category/music/" rel="tag">music</a></p><p><a href="http://amarok.kde.org/amarokwiki/index.php/What's_New_in_1.4">What's new in Amarok 1.4</a>? Oh baby! Amarok is the best - &amp; I mean the <em>best</em> - music jukebox on Linux (too bad it doesn't run on Windows or Mac OS). It's already killer, but some new goodies are coming, like support for metadata in other file formats, support for scriptable lyrics, podcast support, statistics, &amp; lots more. Can't wait!</p>
<p><em>(Check out all of our posts on <a href="http://opensource.weblogsinc.com/search/?q=amarok">Amarok</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/05/new-features-in-amarok-1-4/" rel="bookmark" title="Permanent link to this entry">Permalink</a>&nbsp;|&nbsp;<a href="http://opensource.weblogsinc.com/forward/622930/" title="Send this entry to a friend via email">Email this</a>&nbsp;|&nbsp;<a href="http://opensource.weblogsinc.com/2006/06/05/new-features-in-amarok-1-4/#comments" title="View reader comments on this entry">Comments</a><br />]]></description><category>amarok</category><category>music</category><dc:creator>Scott Granneman</dc:creator><dc:date>2006-06-05T10:50:00+00:00</dc:date></item><item><title>Rip CDs to mp3 on Windows</title><link>http://opensource.weblogsinc.com/2006/03/21/rip-cds-to-mp3-on-windows/</link><guid isPermaLink="true">http://opensource.weblogsinc.com/2006/03/21/rip-cds-to-mp3-on-windows/</guid><comments>http://opensource.weblogsinc.com/2006/03/21/rip-cds-to-mp3-on-windows/#comments</comments><description><![CDATA[<p>Filed under: <a href="http://opensource.weblogsinc.com/category/music/" rel="tag">music</a></p><p>My buddy Rich emailed me today and asked me how to rip CDs to mp3 files so he can to them on his new Cowon musicplayer. Yeah, I know he's a bit behind the times, but the important thing is that he's on the train now. So here's whatI told him.</p>
<blockquote>
<p>OK, download Quintessential Player:</p>
<p><a href="http://www.quinnware.com/">http://www.quinnware.com/</a></p>
<p>It's not open source, but it's the best media player I know of for Windows, as it handles EVERYTHING - music,video, ripping, managing, etc. Also download these plugins:</p>
<p><ahref="http://www.quinnware.com/list_plugins.php?plugin=126">http://www.quinnware.com/list_plugins.php?plugin=126</a><br/><ahref="http://www.quinnware.com/list_plugins.php?plugin=42">http://www.quinnware.com/list_plugins.php?plugin=42</a><br/><a href="http://www.quinnware.com/list_plugins.php?plugin=25">http://www.quinnware.com/list_plugins.php?plugin=25</a>&lt;-- THE MOST IMPORTANT</p>
<p>Install Quintessential Player and then the plugins. Now open Quintessential Player.</p>
<p>Right-click in the player &amp; go to Preferences (or press ctrl p).</p>
<p>On the Settings tab, go to the Encoder section &amp; choose Encode Format.</p>
<p>Make these changes:</p>
<p><strong>Select Encoding Format:</strong> MP3 Audio<br /><strong>Encoder Method</strong>: Average Bitrate, and movethe slider all the way to the right, so that it says ~320 (This will result in mp3s as close to the CD as possible, butthey will be much bigger in file size. My attitude is "so what?". I'd rather have good sound, with thetrade-off of larger files. If you want smaller files, or if you can't hear the difference, move the slider until it'sat 192.)</p>
<p>Press Save &amp; Close. </p>
<p>Now, insert a CD. It should show up in Quintessential Player automatically. It should also connect online &amp;auto enter all the track names, etc.</p>
<p>Right-click on a track, &amp; choose Encode All (or something like that). Choose mp3 with the LAME encoder. </p>
<p>A few minutes later (it's really fast), Quintessential Player will be done. By default, it places tunes in the MyDocuments\My Music folder.</p>
<p>Quintessential Player will also act as a media library for you, showing you all your music, etc.</p>
<p>Hope that helps. Let me know if you need more guidance.</p>
<p>Scott</p>
</blockquote>
<p><em>(Check out all of our posts on <a href="http://opensource.weblogsinc.com/search/?q=music">music</a> and <ahref="http://opensource.weblogsinc.com/search/?q=mp3">mp3</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/03/21/rip-cds-to-mp3-on-windows/" rel="bookmark" title="Permanent link to this entry">Permalink</a>&nbsp;|&nbsp;<a href="http://opensource.weblogsinc.com/forward/601491/" title="Send this entry to a friend via email">Email this</a>&nbsp;|&nbsp;<a href="http://opensource.weblogsinc.com/2006/03/21/rip-cds-to-mp3-on-windows/#comments" title="View reader comments on this entry">Comments</a><br />]]></description><dc:creator>Scott Granneman</dc:creator><dc:date>2006-03-21T16:05:00+00:00</dc:date></item></channel></rss>