[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Sheflug] creating audio cd
And Lo! The Great Prophet " David Holden" uttered these words of wisdom...
>
> I want to create an audio CD of some of my favourite tracks, I guess
> there are two things that I need to do here
>
> 1) Get the tracks off of the CD's they are on now.
>
cdda2wav and cdparanoia :)
e.g., extract entire disc to one track-per-file: cdparanoia -B "1-"
> 2) Write them in an organised fashion to a new CD.
>
cdrecord -v speed=<x> dev=<y> -audio track1.wav track2.wav ...
where <x> is the write speed and <y> is the SCSI location of your device.
Use cdrecord -scanbus to get the address.
And for MP3s ...
for i in *.mp3
do
mpg123 -s $i | cdrecord -audio -pad -swab -nofix <other flags> -
done
cdrecord <flags> -fix
Chris...
--
\ Chris Johnson \
\ cej [at] nightwolf.org.uk \
\ http://cej.nightwolf.org.uk/ ~-----------------------------------+
\ Redclaw chat - http://redclaw.org.uk - telnet redclaw.org.uk 2000 \____
___________________________________________________________________
Sheffield Linux User's Group -
http://www.sheflug.co.uk/mailfaq.html
GNU the choice of a complete generation.