how do i make a cue sheet for a bin? :\

Tw3NTy0n3

New member
One last question. I have the .bin and .cue files I made from the conversion, saved them in a different folder, and burned them. Is it safe to delete all those other files? Some are pretty big. I'm talking about the bbMPEG_Muxed_File00 and Encoded_audio files.
 
Mount the BIN/CUE with something like Daemon-Tools and then test it, if it is ok then sure burn it and delete everything. After testing that the CD burnt ok.
 
I have a .BIN file but no .CUE?

Open notepad then using the following examples copy and paste into the untitled window.
The 'image-name.BIN' needs to be renamed to whatever the BIN with the missing CUE is named.
"image-name.BIN" being the name of the image file (e.g. ShallowHal.BIN, and so on...)

A typical Playstation (One or 2) .CUE file looks like this:

FILE "image-name.BIN" BINARY
TRACK 1 MODE2/2352
INDEX 1 00:00:00

A typical PC CD-ROM .CUE looks like this:

FILE "image-name.BIN" BINARY
TRACK 01 MODE1/2352
INDEX 01 00:00:00


Notice the difference of the track mode - PC-ROMs being Mode 1, Playstations CDs Mode 2 and (Super) Video CDs are also MODE2/2352.
When finished 'Save-As... name it the same as the BIN.
You can change the .TXT to .CUE before saving; this is preferable to renaming it after saving (and quicker).
 
Nero , and probably other programs, will often take a BIN as a "foreign image" option, though this is probably only suitable for something with a single data track, and where the data type can be determined or guessed successfully.

A CUE can also represent multiple tracks (eg. audio or mixed mode "don't play track 1" format), but I'm not sure if/how it could describe multiple sessions (eg. CD-Extra)

Bins usually seem to be RAW (eg. Mode1/2352 for data), but I'm pretty sure Mode1/2048 is also possible, particularly if converted from an ISO
 
Top