At the beginnig these commands where supposed to create a mixed cd (audio + video).
Currently, I do not remember if they works....
#Blank CD
cdrecord -dev=0,0,0 -blank=fast
#Burn Audio Tracks
cdrecord -multi -dao -dev=0,0,0 -audio track01.wav track02.wav .... trackNN.wav -pad
#The output of this command (XXX) will be used in the next command, should be two numbers with ','
cdrecord -msinfo -dev=0,0,0
#-l allows to have 31 character filename
mkisofs -J -C XXX -o isofilename -V volumeid -l
#Burn to CD
cdrecord -data isofilename -dev=0,0,0

Nessun commento:
Posta un commento