[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: copy audio-cds



On 11-09-2004, at 15h 55'18", Christian Christmann wrote about "copy audio-cds"
> Hi,
> 
> I'm using Sarge.
> 
> How can i create a copy of an audio cd in the
> command line (X server is not running)?
> 
> Thanks.
> 
> Christian
> 

Something along those lines:

#taken from the man-page of cdrecord
#first copy the audio tracks
#cdda2wav -v255 -D0,0,0 -B -Owav
cdda2wav -v255 -D0,0,0 -B -Owav -s -x -S 40

#then copy audio files back to cd
cdrecord -v dev=0,0,0 -useinfo speed=24  *.wav
# no info files?
# edit cd.toc and
cdrdao write --device 0,0,0 --driver generic-mmc --speed 24 cd.toc


Ionel



Reply to: