<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

      <title>Comments on: Need Vista Compatible .wav to .mp3 converter software</title>
      <link>http://ask.metafilter.com/93000/Need-Vista-Compatible-wav-to-mp3-converter-software/</link>
      <description>Comments on Ask MetaFilter post Need Vista Compatible .wav to .mp3 converter software</description>
	  	  <pubDate>Mon, 02 Jun 2008 12:11:25 -0800</pubDate>
      <lastBuildDate>Mon, 02 Jun 2008 12:11:25 -0800</lastBuildDate>
      <language>en-us</language>
	  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
	  <ttl>60</ttl>

<item>
  	<title>Question: Need Vista Compatible .wav to .mp3 converter software</title>
  	<link>http://ask.metafilter.com/93000/Need-Vista-Compatible-wav-to-mp3-converter-software</link>	
  	<description>I need a Vista-compatable, cheap or freeware audio interface that can convert a .wav file to .mp3.  &lt;br /&gt;&lt;br /&gt; I just got a nice 8-track hard disk recorder which outputs to a computer in a .wav format. The guy at [gulp] guitar center said that there are no good audio programs that work with Vista. Since I automatically don&apos;t believe anything that anyone who works at guitar center says, I&apos;m here asking about it. &lt;br&gt;
&lt;br&gt;
I&apos;m planning on doing all of my mixdowns on the platform, not on the computer, so I&apos;m not concerned with a program that does much more than convert the .wav files to .mp3 so I can put them up on the band&apos;s webpage and/or send around to the rest of the band.&lt;br&gt;
&lt;br&gt;
Looking for the quick and dirty solution here and I&apos;m not going to be using the software to do any real work, so no need for recommendations for a complete recording set up.&lt;/gulp&gt;</description>
  	<guid isPermaLink="false">post:ask.metafilter.com,2008:site.93000</guid>
  	<pubDate>Mon, 02 Jun 2008 12:08:21 -0800</pubDate>
  	<dc:creator>Ironmouth</dc:creator>
	
	<category>homeaudio</category>
	
	<category>recorder</category>
	
	<category>mp3</category>
	
	<category>conversion</category>
	
	<category>wav</category>
	
</item>
<item>
  	<title>By: arniec</title>
  	<link>http://ask.metafilter.com/93000/Need-Vista-Compatible-wav-to-mp3-converter-software#1361141</link>	
  	<description>&lt;a href=&quot;http://lame.sourceforge.net/&quot;&gt;
&lt;br&gt;
If you want to have a GUI front end, add on the open source &lt;a href=&quot;http://mediacoder.sourceforge.net/&quot;&gt;Mediacoder&lt;/a&gt;.  &lt;br&gt;
&lt;br&gt;
Both are free, both are easy installs, and then you can convert to MP3s very quickly.&lt;/a&gt;</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.93000-1361141</guid>
  	<pubDate>Mon, 02 Jun 2008 12:11:25 -0800</pubDate>
  	<dc:creator>arniec</dc:creator>
</item>
<item>
  	<title>By: arniec</title>
  	<link>http://ask.metafilter.com/93000/Need-Vista-Compatible-wav-to-mp3-converter-software#1361144</link>	
  	<description>Sorry for the double post...the first one had bad HTML...I&apos;ll preview from now on ::oops::&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://lame.sourceforge.net/&quot;&gt;LAME&lt;/a&gt; is an open source MP3 encoder.  It will do what you want...BUT it&apos;s command line only.&lt;br&gt;
&lt;br&gt;
If you want to have a GUI front end, add on the open source &lt;a href=&quot;http://mediacoder.sourceforge.net/&quot;&gt;Mediacoder&lt;/a&gt;.  &lt;br&gt;
&lt;br&gt;
Both are free, both are easy installs, and then you can convert to MP3s very quickly.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.93000-1361144</guid>
  	<pubDate>Mon, 02 Jun 2008 12:12:04 -0800</pubDate>
  	<dc:creator>arniec</dc:creator>
</item>
<item>
  	<title>By: Inspector.Gadget</title>
  	<link>http://ask.metafilter.com/93000/Need-Vista-Compatible-wav-to-mp3-converter-software#1361165</link>	
  	<description>You can use &lt;a href=&quot;http://www.foobar2000.org&quot;&gt;foobar2000&lt;/a&gt; as a LAME/NERO AAC/FLAC whatever batch conversion tool.  &lt;em&gt;Way&lt;/em&gt; less crap included than mediacoder or winamp or mediamonkey.&lt;br&gt;
&lt;br&gt;
If you&apos;re OK with a command-line process, something like a high-quality VBR mp3 is as easy as &lt;i&gt;lame -V 2 --vbr-new infile.wav outfile.mp3&lt;/i&gt; while compressing for the web could be &lt;em&gt;lame -b 192 -h --cbr infile.wav outfile.mp3&lt;/em&gt;.&lt;br&gt;
&lt;br&gt;
If you really need a cut-down GUI, try &lt;a href=&quot;http://rarewares.org/mp3-lamedrop.php&quot;&gt;LamedropXPd&lt;/a&gt; where you set the options with a contextual menu and then drag-and-drop your input files.&lt;br&gt;
&lt;br&gt;
With any of the above, you&apos;ll need the &lt;a href=&quot;http://rarewares.org/mp3-lame-bundle.php&quot;&gt;Windows LAME binary&lt;/a&gt; because for legal reasons the LAME project can&apos;t host it.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.93000-1361165</guid>
  	<pubDate>Mon, 02 Jun 2008 12:21:48 -0800</pubDate>
  	<dc:creator>Inspector.Gadget</dc:creator>
</item>
<item>
  	<title>By: Mitheral</title>
  	<link>http://ask.metafilter.com/93000/Need-Vista-Compatible-wav-to-mp3-converter-software#1361178</link>	
  	<description>I use &lt;a href=&quot;http://cdexos.sourceforge.net/&quot;&gt;CDex&lt;/a&gt; for this.  It&apos;s simple and it works without taking over or the need to learn some huge media appliance application.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.93000-1361178</guid>
  	<pubDate>Mon, 02 Jun 2008 12:29:59 -0800</pubDate>
  	<dc:creator>Mitheral</dc:creator>
</item>
<item>
  	<title>By: Ironmouth</title>
  	<link>http://ask.metafilter.com/93000/Need-Vista-Compatible-wav-to-mp3-converter-software#1361190</link>	
  	<description>I need easy on this. I&apos;m no computer person. Which is the best for the less computer inclined?</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.93000-1361190</guid>
  	<pubDate>Mon, 02 Jun 2008 12:36:15 -0800</pubDate>
  	<dc:creator>Ironmouth</dc:creator>
</item>
<item>
  	<title>By: Inspector.Gadget</title>
  	<link>http://ask.metafilter.com/93000/Need-Vista-Compatible-wav-to-mp3-converter-software#1361211</link>	
  	<description>&lt;em&gt;Which is the best for the less computer inclined?&lt;/em&gt;&lt;br&gt;
&lt;br&gt;
LameDropXPd (linked in my first post in this thread) basically works like: launch program, right-click on icon and select mp3 quality and output directory, drag and drop .WAV files on icon, drink some coffee while files convert, finished.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.93000-1361211</guid>
  	<pubDate>Mon, 02 Jun 2008 12:41:34 -0800</pubDate>
  	<dc:creator>Inspector.Gadget</dc:creator>
</item>
<item>
  	<title>By: Ironmouth</title>
  	<link>http://ask.metafilter.com/93000/Need-Vista-Compatible-wav-to-mp3-converter-software#1361220</link>	
  	<description>What is Windows LAME binary? That&apos;s the part that bothers me.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.93000-1361220</guid>
  	<pubDate>Mon, 02 Jun 2008 12:47:09 -0800</pubDate>
  	<dc:creator>Ironmouth</dc:creator>
</item>
<item>
  	<title>By: odinsdream</title>
  	<link>http://ask.metafilter.com/93000/Need-Vista-Compatible-wav-to-mp3-converter-software#1361277</link>	
  	<description>A binary is an executable file...the thing you run that performs an action. LAME is the name of the project and the software. The binary is the actual program, i.e., lame.exe.&lt;br&gt;
&lt;br&gt;
Binary files are compiled from source code. A project may offer several binaries for different operating systems and architectures, so you choose the one that matches what you have.&lt;br&gt;
&lt;br&gt;
You can download them from &lt;a href=&quot;http://lame.bakerweb.biz/&quot;&gt;here.&lt;/a&gt;</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.93000-1361277</guid>
  	<pubDate>Mon, 02 Jun 2008 13:18:32 -0800</pubDate>
  	<dc:creator>odinsdream</dc:creator>
</item>
<item>
  	<title>By: Mitheral</title>
  	<link>http://ask.metafilter.com/93000/Need-Vista-Compatible-wav-to-mp3-converter-software#1361280</link>	
  	<description>LAME is the library that actually does the conversion to MP3.  CDex comes with LAME if you download the installer so no separate install.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.93000-1361280</guid>
  	<pubDate>Mon, 02 Jun 2008 13:20:16 -0800</pubDate>
  	<dc:creator>Mitheral</dc:creator>
</item>
<item>
  	<title>By: odinsdream</title>
  	<link>http://ask.metafilter.com/93000/Need-Vista-Compatible-wav-to-mp3-converter-software#1361282</link>	
  	<description>Typically, for legal reasons, any of the graphical tools you get that make use of the LAME binary will expect you to find it on your own. They don&apos;t include it with their software.&lt;br&gt;
&lt;br&gt;
So, you&apos;d pick one of the above, then also download the LAME binary (which is just an exe file) and you&apos;d save it somewhere on your computer, like C:\.&lt;br&gt;
&lt;br&gt;
In the graphical tool, you&apos;d probably open up a settings area and be prompted for the location of the LAME binary. You would direct it to C:\ where you previously saved the LAME exe file.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.93000-1361282</guid>
  	<pubDate>Mon, 02 Jun 2008 13:21:40 -0800</pubDate>
  	<dc:creator>odinsdream</dc:creator>
</item>
<item>
  	<title>By: IAmBroom</title>
  	<link>http://ask.metafilter.com/93000/Need-Vista-Compatible-wav-to-mp3-converter-software#1361344</link>	
  	<description>Zune Video Converter is free, simple, and has never failed me. Drag &amp;amp; drop a bunch of files from anywhere (explorer window, for instance), and freely convert between FLV, MP3, MPG, MP4, WMV... Despite the &amp;quot;Video&amp;quot; part of the name, it converts several audio formats.&lt;br&gt;
&lt;br&gt;
Simple video conversions (such as resolution or rotation) are also possible, and the program remembers settings (last input &amp;amp; output directories, naming conventions, etc).</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.93000-1361344</guid>
  	<pubDate>Mon, 02 Jun 2008 14:01:22 -0800</pubDate>
  	<dc:creator>IAmBroom</dc:creator>
</item>
<item>
  	<title>By: ArkhanJG</title>
  	<link>http://ask.metafilter.com/93000/Need-Vista-Compatible-wav-to-mp3-converter-software#1361413</link>	
  	<description>The reason for this mess is that the the method for making mp3&apos;s is patented in the US. As such, anyone distributing a program that converts sound files like wav to mp3 in the US has to pay the patent holder a fee for every copy distributed.&lt;br&gt;
&lt;br&gt;
As such, the program that does the actual maths behind the scene creating an mp3, LAME, has to be hosted outside the US, separate to any US hosted program that does the rest of the interface. It&apos;s also one of the reasons windows can only create windows media files using the built in tools, and not mp3s.&lt;br&gt;
&lt;br&gt;
Yes, it sucks that the US allows patents on pretty basic maths. GIF image files used to have the same problem, and JPEG still does.&lt;br&gt;
&lt;br&gt;
Downloading LAME is no different than downloading any other program, it&apos;s just split out separately because of the patent. Some programs can include LAME (or its equivalent) because they&apos;re outside the US altogether.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.93000-1361413</guid>
  	<pubDate>Mon, 02 Jun 2008 14:30:32 -0800</pubDate>
  	<dc:creator>ArkhanJG</dc:creator>
</item>
<item>
  	<title>By: rhizome</title>
  	<link>http://ask.metafilter.com/93000/Need-Vista-Compatible-wav-to-mp3-converter-software#1361432</link>	
  	<description>I&apos;ve been using CDex with the LAME codec for years and years. It works great.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.93000-1361432</guid>
  	<pubDate>Mon, 02 Jun 2008 14:39:47 -0800</pubDate>
  	<dc:creator>rhizome</dc:creator>
</item>
<item>
  	<title>By: puritycontrol</title>
  	<link>http://ask.metafilter.com/93000/Need-Vista-Compatible-wav-to-mp3-converter-software#1361492</link>	
  	<description>iTunes -- open wav file in iTunes, right click on file, select &amp;quot;convert selection to mp3&amp;quot;.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.93000-1361492</guid>
  	<pubDate>Mon, 02 Jun 2008 15:28:30 -0800</pubDate>
  	<dc:creator>puritycontrol</dc:creator>
</item>
<item>
  	<title>By: Susurration</title>
  	<link>http://ask.metafilter.com/93000/Need-Vista-Compatible-wav-to-mp3-converter-software#1361700</link>	
  	<description>Thirding CDEX - you just click one button to convert WAV to MP3 and you can set up the MP3 quality that you want for the conversion (if you are fussy). The Lame encoder is built in - so all you need is the CDEX program. I have been using this for years - dead easy!</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.93000-1361700</guid>
  	<pubDate>Mon, 02 Jun 2008 18:22:41 -0800</pubDate>
  	<dc:creator>Susurration</dc:creator>
</item>
<item>
  	<title>By: MythMaker</title>
  	<link>http://ask.metafilter.com/93000/Need-Vista-Compatible-wav-to-mp3-converter-software#1361789</link>	
  	<description>iTunes actually has a good mp3 encoder, as does Quicktime Pro.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.93000-1361789</guid>
  	<pubDate>Mon, 02 Jun 2008 19:18:34 -0800</pubDate>
  	<dc:creator>MythMaker</dc:creator>
</item>
<item>
  	<title>By: Ironmouth</title>
  	<link>http://ask.metafilter.com/93000/Need-Vista-Compatible-wav-to-mp3-converter-software#1361945</link>	
  	<description>thanks all! working great.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.93000-1361945</guid>
  	<pubDate>Mon, 02 Jun 2008 21:30:04 -0800</pubDate>
  	<dc:creator>Ironmouth</dc:creator>
</item>
<item>
  	<title>By: jluce50</title>
  	<link>http://ask.metafilter.com/93000/Need-Vista-Compatible-wav-to-mp3-converter-software#1362333</link>	
  	<description>Not trying to hijack, but I have basically the same questions about converting WMAs to MP3. Do any of these programs do that as well?</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.93000-1362333</guid>
  	<pubDate>Tue, 03 Jun 2008 07:08:44 -0800</pubDate>
  	<dc:creator>jluce50</dc:creator>
</item>

    </channel>
</rss>
