CDROM-Guide forums  

PDA

View Full Version : Burning games with CDRecord


   
xTHeDoGgx
Jan 19, 2002, 05:25 PM
I used to use a method where i riped the games with CDIRip and then burned the first audio track with cdrecord and then the data with cdrwin or somthing like that, i just cant remember how to do it. Does anyone know of this method and could explain to me? Thanks...

Somin
Jan 19, 2002, 09:21 PM
You can burn data track with cdrecord to command line is:
cdrecord -dev=X,X,X -xa1 -speed=X data.iso

(first you have to create data.iso using mkisofs, dev=X,X,X is the same like audio for example 0,0,0 speed= is burning speed if you want to burn faster than 2X for example 4 and 8 are allowed but not 6, if you choose 6 he will burn at 4)

xTHeDoGgx
Jan 19, 2002, 09:50 PM
Cant you burn the audio track with cd record?

Somin
Jan 20, 2002, 09:01 AM
Audio can be burnt with cdrecord too, if you burn audio as the first track then use this command line:

cdrecord -dev=X,X,X -multi -audio -speed=X audio.raw

multi command opens a multisession disc (needed for selfboot) if you do not use this, it'll not open a multisession or close a multisession disx
audio.raw is the file included in Echelons selfboot kit, it is simply 4 empty seconds of audio (4 seconds are choosed according to CD structure standards where track length minimum is 4 seconds). :idea: