• Home
  • Articles
  • Portfolio
  • Contact
Linux/Ubuntu Tutorials
  • Convert AVCHD
  • Convert UIF to ISO
  • Drupal Theming
  • Xbox 360 Media Sharing

How to Convert FLAC to MP3

Posted by Wes on December 23, 2009 | 2 comments

FLAC (Free Lossless Audio CodeFLAC (Free Lossless Audio Codec) is an audio file format for lossless audio data. FLAC does not lose quality from the audio stream, during compression. Which is the biggest advantage over the lossy compression formats such as MP3, AAC, and Vorbis. The disadvantage of using FLAC to digitally store music is the files are quite a bit larger than the lossy formats.

However most portable music players use the lossy compression MP3 format. So you will need to convert FLAC to MP3, i.e. in order to play it on your iPod.

There are several free FLAC to MP3 converters, however Sound Converter is the best way to convert with a GUI. So that’s what I’ll use here. However, if you want to do all the conversion via command line FFmpeg will work for you.

Okay, on with the tutorial :) Here’s the step-by-step guide for converting FLAC to MP3.

1. Install the MP3 audio codec (gstreamer0.10-plugins-ugly-multiverse) either through Synaptic Package Manager , or via apt-get install.

sudo apt-get install gstreamer0.10-plugins-ugly-multiverse

2. Install Sound Converter a sound conversion application for the GNOME environment.Gnome.

sudo apt-get install soundconverter

3. Start up the Sound Converter, located in the ubuntu menu here : Sound & Video -> Sound Converter

4. Click Edit->Preferences, and a preferences window will pop up. There’s a lot of options here, in most cases you will only need to change the default output codec from OGG to MP3.
Sound Converter FLAC (Free Lossless Audio Code

5. Now you can select a file to convert from Flac to MP3, or you can convert and entire directory(batch conversion). Once you have added all the files you want, click Convert.

6. Sound Converter will then convert the FLAC files to the MP3 format. Depending on how many files you’re converting, this could take a few minutes.
Sound Converter FLAC (Free Lossless Audio Code

7. Good Work! Now you can put the converted MP3’s on your iPod.

Comments

on July 23rd, 2010 Anonymous said:

How do I convert mp3 to flac

  • reply
on January 8th, 2010 MP3 Converter (not verified) said:

Do you have any idea for MAC? I got MAC lately but don't have best software to work flawlessly with my computer.

  • reply

Post new comment

  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • You may post code using <code>...</code> (generic) or <?php ... ?> (highlighted PHP) tags.
  • Lines and paragraphs break automatically.

More information about formatting options

CAPTCHA
This is how I tell if you are human or a bot.
Image CAPTCHA
copy the characters (respecting upper/lower case) from the image.

Search Linux Articles