Program to convert flac to mp3? [closed]

Solution 1:

foobar2000 (on Windows) has a built-in, multi-format converter. To convert to mp3, you need to download the LAME mp3 encoder binary files; foobar2000 will ask for the location of lame.exe before converting.

Solution 2:

xrecode II preserves album art and other metadata, and is fast -- it uses all available cores. It's shareware, and works very well on Windows 7.

Solution 3:

ffmpeg -i input.flac -ab 196k -ac 2 -ar 48000 output.mp3

I'm not sure if it keeps tag and metadata. If FFmpeg doesn't work, for what platform do you need your converted (Windows, OSx, Linux) ?

Solution 4:

Since you're using Linux, get SoundConverter.

alt text

The sound conversion application for the GNOME environment. It reads anything the GStreamer library can read (Ogg Vorbis, AAC, MP3, FLAC, WAV, AVI, MPEG, MOV, M4A, AC3, DTS, ALAC, MPC, Shorten, APE, SID, etc...), and writes WAV, FLAC, MP3, AAC, and Ogg Vorbis files.

SoundConverter aims to be simple to use, and very fast. Thanks to its multithreaded design, it will use as many cores as possible to speed up the conversion. It can also extract the audio from videos.

SoundConverter preserves meta information (tags).

Solution 5:

Media Monkey can do this.

It's Windows based (but you haven't specified your OS) and the mp3 encoder that comes with the free version is time limited. However, you can just replace the dll manually to remove this restriction.

It will also do batch conversions. You can either add your flac files to the library or just browse to them using the built in explorer view, select them all and then Tools > Convert Audio Format works on all the selected items.