linux:rip-audio-cd
This is an old revision of the document!
Rip Audio CDs to MP3s
Converting audio CDs to MP3 consists of two steps:
- rip the audio tracks from the cd and save them as wave file
- convert the wave files to mp3 files
The tools required for these two steps are cdparanoia and lame. The graphical front-end ripperx can be used which also provides the option to add artist and title details and write mp3 tags.
Installation of the required tools (if graphical front-end is not required, remove ripperx):
apt-get install cdparanoia lame ripperx
To rip and convert a cd on the command line:
cdparanoia -B #to extract only part of a track like time 0:13.13-1:13.00 from track 1, you can use #cdparanoia "1[:13.13]-1[1:13]" for t in *.wav; do lame -b 192 -h -V 6 $t; done
linux/rip-audio-cd.1468323455.txt.gz · Last modified: 2023/05/29 11:53 (external edit)