Page 1 of 1
Dumping Question
Posted: Thu Jun 25, 2015 7:20 am
by tossEAC
I was going to use DiscImageCreator to dump 2 discs on my Plextor.
Both are CD one is Audio and one is a PC Disc that came with an xbox game, pretty sure it doesn't have protection.
I'm struggling to work out the commands to use, for both discs.
Could someone paste a command line for me to use, my drive letter is P (for Plextor)

Re: Dumping Question
Posted: Thu Jun 25, 2015 11:42 am
by iR0b0t
Something like that:
for data or mixed mode CD
Code: Select all
DiscImageCreator cd p dic_PX-760A 8
for audio CD only
Code: Select all
DiscImageCreator audio p dic_PX-760A 8
- dic_PX-760A stands here for filename
- 8 for read speed, you can increase it to 16 if you want. i would avoid 16+ read speeds
Re: Dumping Question
Posted: Thu Jun 25, 2015 11:51 am
by tossEAC
thanks
Re: Dumping Question
Posted: Fri Jun 26, 2015 12:58 pm
by tossEAC
I can seem to get it to rip Audio cds
I was trying this cmd line...
DiscImageCreator audio p "Image.bin" 8 and was getting nothing, so I added start and end sector like this...DiscImageCreator audio p "Image.bin" 8 0 286653 but it just dumped an Image.bin and then did nothing after, it didn't extract all the separate tracks.
Any help.
Re: Dumping Question
Posted: Sat Jun 27, 2015 6:46 am
by sarami
I am using "audio" command to dump lead-in, lead-out.
If you dump an audio CD from lba 0 to end, you should use "cd" command.
Re: Dumping Question
Posted: Sat Jun 27, 2015 12:37 pm
by tossEAC
I did do, sussed it last night by myself.
Thanks anyway
