Easy way of converting multiple BINs into a single working BIN?

marzsyndrome
Posts: 13
Joined: Mon Jun 08, 2026 1:26 am

Easy way of converting multiple BINs into a single working BIN?

Post by marzsyndrome »

I'm aware that combining all the tracks of a Redumped title is as simple as using "copy /b", but how easy would it be to determine the correct positions of said tracks afterwards so that you can adjust the cuesheet accordingly and it'll still remain accurate?

Did try googling around for information, but it seems nobody's said anything or given out a dummies' guide.  So any help round here is muchly appreciated. :-)  Thanks!
User avatar
Rocknroms
Posts: 858
Joined: Mon Jun 08, 2026 1:26 am

Re: Easy way of converting multiple BINs into a single working BIN?

Post by Rocknroms »

Mount image (.cue) on a virtual drive (daemon tools) and then simply create a cue with correct sttings via EAC appending gaps to previous track as in the dump guide. Then you have only to edit it for obvious corrections (image name, etc.).
My patch requests thread
--------------------------------
User avatar
Nexy
Posts: 729
Joined: Mon Jun 08, 2026 1:26 am

Re: Easy way of converting multiple BINs into a single working BIN?

Post by Nexy »

better to use cdmage and load the cue sheet, and save the image to a different directory.
Plextor PX-760A 1.07 (+30) : Plextor PX-716SA 1.11 (+30) : Plextor PX-W5224A 1.04 (+30) : Plextor PX-W4824 1.07 (+30) : Plextor PX-W4012TA 1.07 (+98) : Plextor PX-W1610TA (+99) : Plextor PX-W1210TA 1.10 (+99) : Lite-On LTR-48246S (+6) : Lite-On LTR-52246S (+6) : Lite-On LH-20A1H LL0DN (+6) : BenQ DW1655 BCIB (+618) : ASUS DRW-2014L1 1.02 (+6) : Yamaha CRW-F1 (+733) : Optiarc SA-7290H5 1H44 (+48) : ASUS BW-16D1HT 3.02 (+6)
FitzRoy
Posts: 3
Joined: Mon Jun 08, 2026 1:27 am

Re: Easy way of converting multiple BINs into a single working BIN?

Post by FitzRoy »

This is related to something I also don't understand about CD ripping. Why separate the disc data into a bunch of segments when a cue sheet can do that differentiation for you? At least if you rip the disc to a single file, user error regarding pregaps and shit can't affect the data's integrity/hash, only the cue
Last edited by FitzRoy on Mon Jan 18, 2010 5:38 am, edited 1 time in total.
F1ReB4LL
Posts: 3395
Joined: Mon Jun 08, 2026 1:26 am

Re: Easy way of converting multiple BINs into a single working BIN?

Post by F1ReB4LL »

FitzRoy wrote:This is related to something I also don't understand about CD ripping. Why separate the disc data into a bunch of segments when a cue sheet can do that differentiation for you?
Different discs can have the same tracks.
FitzRoy wrote:At least if you rip the disc to a single file, user error regarding pregaps and shit can't affect the data's integrity/hash, only the cue
Wrong. Data tracks are stored on CD in a different form (scrambled), audio tracks are stored "as is", so the gap issues _can_ affect the single file dump.
User avatar
Nexy
Posts: 729
Joined: Mon Jun 08, 2026 1:26 am

Re: Easy way of converting multiple BINs into a single working BIN?

Post by Nexy »

Also the single dump will have data missing from the end of the last track due to the write offset most of the time.
Plextor PX-760A 1.07 (+30) : Plextor PX-716SA 1.11 (+30) : Plextor PX-W5224A 1.04 (+30) : Plextor PX-W4824 1.07 (+30) : Plextor PX-W4012TA 1.07 (+98) : Plextor PX-W1610TA (+99) : Plextor PX-W1210TA 1.10 (+99) : Lite-On LTR-48246S (+6) : Lite-On LTR-52246S (+6) : Lite-On LH-20A1H LL0DN (+6) : BenQ DW1655 BCIB (+618) : ASUS DRW-2014L1 1.02 (+6) : Yamaha CRW-F1 (+733) : Optiarc SA-7290H5 1H44 (+48) : ASUS BW-16D1HT 3.02 (+6)
marzsyndrome
Posts: 13
Joined: Mon Jun 08, 2026 1:26 am

Re: Easy way of converting multiple BINs into a single working BIN?

Post by marzsyndrome »

Nexy wrote:better to use cdmage and load the cue sheet, and save the image to a different directory.
This turned out to work better than the method suggested by RocknRoms - cheers for that. Image

The problem with EAC is that when creating a cuesheet based on "Current Gap Settings" it lists the tracks as if they were seperate WAV files, rather than referencing start points and pregaps within a BIN file.

The new BIN CDMage creates thankfully matches exactly with a BIN created through the "copy /b" method in CRC32, MD5 etc hashes.
F1ReB4LL
Posts: 3395
Joined: Mon Jun 08, 2026 1:26 am

Re: Easy way of converting multiple BINs into a single working BIN?

Post by F1ReB4LL »

Nexy wrote:Also the single dump will have data missing from the end of the last track due to the write offset most of the time.
PerfectRip is able to do the single file dumps with offset correction, so, no problem with that.
marzsyndrome wrote:The problem with EAC is that when creating a cuesheet based on "Current Gap Settings" it lists the tracks as if they were seperate WAV files, rather than referencing start points and pregaps within a BIN file.
Also, EAC is horrible at detecting the correct pregaps and, especially, postgaps.
User avatar
ghost
Posts: 165
Joined: Mon Jun 08, 2026 1:26 am

Re: Easy way of converting multiple BINs into a single working BIN?

Post by ghost »

After you do that, mount and redump again as i it was an actual cd in an physical drive. same settings in EAC except leave the offset at 0. And check the pregap o track02. It will be very fast process since it does that from the hard drive. I allways do it with my personal backups.
User avatar
Rocknroms
Posts: 858
Joined: Mon Jun 08, 2026 1:26 am

Re: Easy way of converting multiple BINs into a single working BIN?

Post by Rocknroms »

marzsyndrome wrote:The problem with EAC is that when creating a cuesheet based on "Current Gap Settings" it lists the tracks as if they were seperate WAV files, rather than referencing start points and pregaps within a BIN file.
You don't have to save as "Current Gap Settings", there's another option. Sorry I don't remember how it's named, I have to check.
You don't even have to redump anything.
F1ReB4LL wrote:Also, EAC is horrible at detecting the correct pregaps and, especially, postgaps.
Here there's no problem about EAC detecting bugs because everything is loaded from a .cue file so it takes whats on the .cue loeded on virtual drive. By the way I could be wrong.
My patch requests thread
--------------------------------
Post Reply