Jump to content
LaunchBox Community Forums

CCD2CHD


Nologic

Recommended Posts

Question how are you guys going about converting CCD+IMG+SUB to CHD?

So far because of the SUB file I've had to mount the whole thing in DaemonTools...then rip with ether UltraISO or PowerISO to get a workable BIN file with matching SHA-1 values. However the markup of the CUE files seems to create a noticeable size difference in the resulting CHD...so clearly the SHA-1 values aren't going to match at all.

UltraISO CUE

FILE "cd.bin" BINARY
  TRACK 01 MODE1/2352
    INDEX 01 00:00:00
  TRACK 02 AUDIO
    INDEX 01 00:32:32
  TRACK 03 AUDIO
    INDEX 01 01:42:51
  TRACK 04 AUDIO
    INDEX 01 03:33:61
  TRACK 05 AUDIO
    INDEX 01 04:44:22
  TRACK 06 AUDIO
    INDEX 01 05:17:00
  TRACK 07 AUDIO
    INDEX 01 06:39:40
  TRACK 08 AUDIO
    INDEX 01 11:58:05
  TRACK 09 AUDIO
    INDEX 01 13:26:60
  TRACK 10 AUDIO
    INDEX 01 18:57:53
  TRACK 11 AUDIO
    INDEX 01 22:19:48
  TRACK 12 AUDIO
    INDEX 01 27:14:57

PowerISO CUE

FILE "cd.bin" BINARY
  TRACK 01 MODE1/2352
    INDEX 01 00:00:00
  TRACK 02 MODE1/2352
    INDEX 01 00:32:32
  TRACK 03 MODE1/2352
    INDEX 01 01:42:51
  TRACK 04 MODE1/2352
    INDEX 01 03:33:61
  TRACK 05 MODE1/2352
    INDEX 01 04:44:22
  TRACK 06 MODE1/2352
    INDEX 01 05:17:00
  TRACK 07 MODE1/2352
    INDEX 01 06:39:40
  TRACK 08 MODE1/2352
    INDEX 01 11:58:05
  TRACK 09 MODE1/2352
    INDEX 01 13:26:60
  TRACK 10 MODE1/2352
    INDEX 01 18:57:53
  TRACK 11 MODE1/2352
    INDEX 01 22:19:48
  TRACK 12 MODE1/2352
    INDEX 01 27:14:57

UltraISO by the way made the smaller resulting CHD.

IsoBuster when used to make a CUE\BIN created a larger BIN file & a more simplistic CUE file...and an massively smaller CHD file that I don't trust at all...I haven't tested it...just looked at the resulting file and called bullshit on it.

Anyway here are the commands for the tools I'm using:

\\ Mount CCD Image In Virtual CD Drive
DTCommandLine.exe --mount --letter "I" --ro --path "G:\Emulation\Sega CD\After Burner III (USA)\After Burner III (USA).ccd"

\\ UltraISO Rip Virtual CD Drive to CUE\BIN
ultraiso.exe -silent -copy I: -output "G:\Emulation\Sega CD\After Burner III (USA)\After Burner III (USA).bin"
>> OR
\\ PowerISO Rip Virtual CD Drive to CUE\BIN
piso.exe make-image I: -o "G:\Emulation\Sega CD\After Burner III (USA)\After Burner III (USA).bin"
>> OR
\\ ImgBurn Rip Virtual CD Drive to CUE\BIN
ImgBurn.exe /MODE READ /OVERWRITE YES /SRC I: /DEST "G:\Emulation\Sega CD\After Burner III (USA)\After Burner III (USA).bin" /START /CLOSE

\\ UnMount CCD Image From Virtual CD Drive
DTCommandLine.exe --unmount --letter "I"

\\ Convert CUE\BIN to CHD
chdman.exe createcd -i "G:\Emulation\Sega CD\After Burner III (USA)\After Burner III (USA).cue" -o "G:\Emulation\Sega CD\After Burner III (USA)\After Burner III (USA).chd"


\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\


\\ CLI For DAEMON Tools Lite & Ultra
DTCommandLine.exe --mount --letter "I" --ro --path "G:\Emulation\Sega CD\After Burner III (USA)\After Burner III (USA).ccd"
DTCommandLine.exe --unmount --letter "I"

\\ CLI For DAEMON Tools Pro
DTAgent.exe -mount scsi, I,"G:\Emulation\Sega CD\After Burner III (USA)\After Burner III (USA).ccd"
DTAgent.exe -unmount I

So what tools are you using?

I'll likely write an AutoIT script to do all  this once I have things nailed down fairly well.

Oh some FYI

267mb 7z archive 
320mb Flat Files 
200mb CHD UltraISO 
269mb CHD PowerISO 
169mb CHD IsoBuster 

 

Edited by Nologic
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...