Convert .flac to .mp3

Soldato
Joined
4 Jan 2005
Posts
15,009
I'm looking for a single, simple program that can do this easily (preferably in mass quantities). Would really appreciate it. I don't want to have to download two or three separate little programs and a bunch of little gimmicks that start making a ton of audio files to become associated with some obscure program.

Thanks in advance!
 
Most will require you to download two programs as you'll need something to encode the mp3 with, and few programs will include LAME or the like.

I'd reccomend just downloading Foobar2000, adding all your FLACs, right click, convert to mp3, and then you just have to download lame.exe and direct foobar to it...
 
Apparently the beta version of Audacity supports .flac files, and its pretty simple to add .mp3 support (with the LAME DLL thing).

It doesnt support batch file conversion though (I think?).
 
I use MediaMonkey, but the option isn't in the free version (you can of course use TrialPay and get the paid-for version for free).
 
i use foobar + lame. the easiest way it to drop lame.exe in the foobar program directory. then you don't have to mess about setting it up. it just works.

the only thing to note is that foobar writes id3v2.4 tags by default which many hardware/software players don't recognise. but you can change that setting in the preferences.

paying for software to do this is insanity. :D
 
All2Lame

Once you've set it up, you'll not need to do anything other than click encode. Here's a guide stolen from another site:

OK. Here's a little tutorial for those of you who would like to convert Flac to mp3 using a simple little freeware app.

First, if you don't have them yet, download & install the Flac (FLAC for Windows with installer) and Lame mp3 codecs. Next, download & install this small & simple app called All2Lame.
*You may also need Tag (by Case), which is used for adding ID3 tags to files. It can be found on the All2Lame homepage.

Now that you've done all that, open up the program. You'll need to point it to the codecs that you just downloaded. Do this by clicking on "Locations" and then browsing to each one.

Next, you'll want to add a command line (or a bunch or 'em) to the "Switches" box at the bottom. Click the " " button beside it to add new ones. Later on you can just click the arrow button there to bring up whatever command line you choose, for different bitrate encodings. Here's the ones I use:

-b 320 --add-id3v2 --ignore-tag-errors
-V 0 --vbr-new --add-id3v2 --ignore-tag-errors <------ this is the best one to choose.
-V 2 --vbr-new --add-id3v2 --ignore-tag-errors

You will want the "Add ID3 tags" box checked, and you can configure that option how you want. (I just use "Copy tags from source files")

Now you just add the files you want converted, choose a command line, set the "Output folder" location, and then click "Encode". A DOS window will appear, showing the process in action. It doesn't take too long.

That's it! After that initial setup, it's a very quick & simple job whenever you want to encode Flac to mp3. Also, if you like, you can click "Decode" to decode to .wav files.
 
I use MediaMonkey, but the option isn't in the free version (you can of course use TrialPay and get the paid-for version for free).
IIRC, the free version of mediamonkey will encode to mp3 for 30 days or so. After that, if you replace the lame_enc.dll with one from your latest lame encoder download it keeps on working...
 
Back
Top Bottom