Run:
Click . A prompt will appear asking for format options. Leave them at default (Single bin file) and click OK .
When you create a disc image of a CD or DVD that has or multiple tracks (e.g., an old PC game with Red Book audio tracks, or a Playstation 1 game), ripping software often produces several .bin files plus a .cue sheet. The .cue file describes how the tracks are arranged on the disc, and the .bin files contain the raw sector data. A single ISO file, on the other hand, is a simpler format that stores a single data track without multi‑track or audio information.
: Go to File > Save As . Choose a new destination and file name. how to convert multiple bin files to one iso repack
Remember that an ISO file is inherently a single data track format. If your original disc contains multiple tracks or sessions, an ISO repack will always lose some information. Always keep a backup of the original multi‑BIN and CUE files if you’re archiving rare media.
Use the copy command with binary merge:
sudo apt install bchunk
If the other methods fail or you need to customize the output, these more hands-on techniques can help.
FILE "merged.bin" BINARY TRACK 01 MODE1/2048 INDEX 01 00:00:00
A raw, sector-by-sector binary copy of an optical disc. It contains the actual data, which can include data tracks, audio tracks, or video streams. Run: Click
If you are a fan of retro gaming, digital preservation, or managing older software, you have likely encountered game images split into a .cue file and multiple .bin files. While this format is accurate for preserving disc subcode data, it can be cumbersome.
– The resulting .iso file is a single, ready‑to‑use disc image.