Gnuru.org
Adventures in Linux


Ripping to Flac with Grip
8 October 2007 @ 10:13 BST
by Paul


These days with big hard drives, there is some sense in using the highest possible audio quality when ripping your CDs. The best audio quality is provided by FLAC (Free Lossless Audio Codec).

Previously, I've always used Grip to rip CDs to mp3 or ogg. However, when ripping to Flac I noticed that the meta-data such as track title, album title and so on were disappearing! The data were not being written to the Flac file and therefore were not being displayed by any player, whether Amarok or xmms.

The reason for this is that Flac does not use the same type of tagging system that mp3 files do. Instead Flac files use something called "Vorbis comments" to store the data.

To get the players to display information like 'song title', the Grip configuration options must be changed so that Grip writes these data to the flac file when ripping.

I fixed this by clicking on the 'Config' tab and then on the 'Encode' tab. In the box called 'Encoder command-line', the correct options must be entered.

Grip dialogue box

For me these are:

--best -V -o %m %w -T "ARTIST=%A" -T "TRACKNUMBER=%t" -T "ALBUM=%d" -T "TITLE=%n" -T "GENRE=%G" -T "DATE=%y"

All works fine now!



Leave a comment:

Are you human?