Hello I tried to rip some Audio CDs into the lossless flac format.
Flac has different compression rates and multiple arguments which can be passed. Normally I like to use flac
with the argument -V8
which means, that the ripped content is validated and that the highest compression rate is used. Remember: Flac is lossless. So the compression rate influences not the quality. It influences just the processing time and the file size.
I used Rhythmbox and RipperX to rip my Audio CDs.
Well, Rhythmbox can identify the Audio CD and shows the interprets name and all track titles automatically. But it is not possible to edit the ripping format options. It is not possible to adjust the compression level. It uses the default compression level of 5 instead.
So I tried RipperX. In the options menu I can add additional arguments, which are used, when flac
is called. This good, so I can adjust the compression level. Well, but RipperX cannot identify the Audio CD. It does not show the interprets name and all track titles.
I'm searching for a way to rip my Audio CDs into flac format with the highest compression level and the correct interprets name and all track titles. Of course I could use Rhythmbox to rip my Audio CDs into wave and then use flac
to convert into flac and then delete the old wave files, but I am searching for a way to do both steps at once.
Does anybody know a way to rip an audio CD into flac without my issues?
I suggest the application
abcde
. Install it with:Now, put the CD into the tray. You might wish to create a directory of music files:
In order to get track information, etc., abcde queries the CDDB via an internet connection. If there is no internet connection, or if the CD is not registered, no track information will be retieved, although you may manually edit the input. Here is an example of the track information gathered:
Pressing Enter selects the default, No.
After ripping, a file appears named "Muddy Waters / The Real Folk Blues". Within it are the track listings CDDB found.
If the CD is not on file with CDDB, you will have the option to edit the titles and other information and submit it. If there is no internet connection, then you must manually edit the file.
You can set the variables you wish to use by default by creating a conf file:
Use nano or kate or leafpad if you don't have the text editor gedit. Check for the common variables that you wish to use. Uncomment the settings you'd like to use by default. For example, change:
To:
In this example, once you have specified the output type as flac, it is no longer necessary to specify it on the command line. Merely do:
I think you are looking for something more like soundconverter.
To install, open a terminal and run the following commands:
If you cannot find the application right away in your installed apps, just run the following command to start it up:
You should be able to use your favourite file manager to copy and paste the files from your compact-disk to a directory (folder) like your Music directory.
These files should be in wav format when copied from the CD.
Converting from wav to flac should be lossless as flac has more compression than wav.
You can convert the tracks to flac using soundconverter after the files have been copied to your computer.
There is a way to convert tracks using the command-line which allows more control over the parameters; I can post this method if you are interested.
If that is not good enough, copy all the wav files to your ~/Music directory and then run the following command in a terminal to convert the files to flac:
source