[expert] Ripping Multiple Tracks into One w/ Grip?

2002-04-19 Thread Sevatio

LM8.2

How do you rip multiple CD tracks into one file?

Sevatio




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Ripping Multiple Tracks into One w/ Grip?

2002-04-19 Thread jipe

On Fri, 19 Apr 2002 11:41:44 -0700
Sevatio <[EMAIL PROTECTED]> wrote:

> LM8.2
> 
> How do you rip multiple CD tracks into one file?
> 
> Sevatio
> 
> 
> 


[PUB] ;))
here are some scripts to:
organise your audio files
burn cd from your mp3 or ogg files
edit playlists and play them in several modes, random, time limit...
fix mp3 files
rip audio cd in wav mp3 or ogg format and rename tracks
create an icon which can recognize if the CD is a data or audio one and launch a 
cdplayer or a filemanager, according to the CD
etc...

http://prdownloads.sourceforge.net/jipe-dream/5OWLS-0.5.tar.gz
http://prdownloads.sourceforge.net/jipe-dream/5OWLS-0.5.tar.bz2
[END OF PUB] ;))

but to do what you want.

with cdparanoia

contiguous files

rip tracks 2 to 4:
to a wav file
cdparanoia -w "2-4"
to a mp3 file
cdparanoia -w "2-4" - | lame -q 2 - file.mp3
to a ogg file
cdparanoia -w "2-4" - | oggenc -q 5 -o file.ogg -

non contiguous files

rip tracks 4 and 8:
to a wav file
for a in 4 8; do cdparanoia -r $a - ; done | sox -t raw -s -w -r 44100 -c2 - file.wav 
to a mp3 file
for a in 4 8; do cdparanoia -r $a - ; done | lame -r -q 2 - file.mp3
to a ogg file
for a in 4 8; do cdparanoia -r $a - ; done | oggenc -r -q 5 -o file.ogg -

bye
jipe






Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com