Categories:


- System -

- Internet -

- Video -

- Audio -

- Pictures -

- Other -


HOW TO install Ubuntu - complete guide

List of everyday used applications (in process)








HOW TO convert flac to mp3 files



First of all you'll have to install following deb package:
audio-convert

If it happens that this link doesn't work, open following link and download latest deb package.
audio-convert homepage

When you download the file simply double click on it and then click on install. Next, open terminal and navigate to the folder where your music in flac format is located.
To convert single file type:

audio-convert file.flac

If this is not working you probably need to install lame and flac, you can do so by typing in terminal:

sudo apt-get install lame flac

To convert whole folder type:

audio-convert *.flac

On next screen select the audio format you wish to convert to. In our case it's mp3.



On next screen select "pass the metatags on to the new files".



And on the final screen select the quality of the new mp3 files.

medium - 165 kbps
standard - 190 kbps
extreme - 245 kbps
insane - 320 kbps




You can leave a comment at the homepage.



SEARCH



  • Ubuntu official

  • Ubuntuguide, helps you start using Ubuntu

  • Order latest Ubuntu cd at your doorstep, for FREE


  • If you have problems installing programs with 'apt-get' or 'aptitude' be sure you have enabled universe repositories.
    Click here to see how to enable them.