How To Convert Multiple Bin Files To One Iso Repack [ Ultra HD ]
The methodology requires the following software (all cross-platform via CLI or GUI):
| Tool | Purpose | Availability | |------|---------|---------------| | Bchunk | Converts BIN/CUE to ISO, CDR, or raw | Linux, macOS, Windows (Cygwin/WSL) | | CDRDAO | Inspect and extract track structures | Cross-platform | | IsoBuster (optional) | Visual validation of track layout | Windows/macOS | | PowerISO (GUI alternative) | Direct repack from multiple BINs | Commercial, multi-OS |
Extract files → mkisofs/xorriso
Direct commercial tools (PowerISO, UltraISO)
Low-level tools (dd, cdrdao)
If you lost the CUE sheet but have multiple BINs and know the disc structure, you can rebuild it manually.
FILE "data-track.bin" BINARY
TRACK 01 MODE1/2048
INDEX 01 00:00:00
FILE "audio-track-02.bin" BINARY
TRACK 02 AUDIO
INDEX 01 00:00:00
FILE "audio-track-03.bin" BINARY
TRACK 03 AUDIO
INDEX 01 00:00:00
Warning: Without the original pregap and index information (which a proper CUE contains), your game might have audio desyncs or fail copy protection checks. how to convert multiple bin files to one iso repack
Open a terminal in the folder containing your .CUE and multiple .BIN files.
Before fixing the problem, you must understand it. A .BIN file in a CUE/BIN pair is a raw, sector-by-sector copy of a disc. A .CUE (Cue Sheet) file is a text index telling the emulator or burner where each track starts and ends.
Why multiple BINs?
When you see file (Track 01).bin, file (Track 02).bin, etc., you are looking at a disc with multiple sessions or mixed modes. Simply renaming them will fail; you need a repacking strategy.
These are not separate tracks; they are a single large file split by software to bypass file system size limits. The extension numbers indicate the order of the byte stream.
Consolidating Your Collection: How to Convert Multiple BIN Files to One ISO Extract files → mkisofs/xorriso
If you’ve ever downloaded a classic game repack and found yourself staring at 30 different .bin files (Track 01, Track 02, etc.), you know how messy your storage folders can get. Converting these multi-track files into a single, clean .iso or .bin is essential for modern emulators, handheld consoles like the Analogue Pocket, or simply keeping your digital library organized. 1. The "Golden Standard" Method: CD Mage
For most retro enthusiasts—especially those dealing with PS1 or PC-Engine games—CD Mage (version 1.02.1 beta) is the top recommendation. It is lightweight and specifically designed to handle multi-track images.
Step 1: Download and extract the CD Mage 1.02.1 beta executable.
Step 2: Open the program and go to File > Open. Select the .cue file that accompanies your multiple .bin files.
Step 3: Go to File > Save As. Choose a destination and a name for your new file.
Step 4: Ensure the settings are set to Mode 2/2352 (common for PS1) and click Okay. Direct commercial tools (PowerISO, UltraISO)
The Result: You’ll get one single .bin and a new .cue file. You can then delete the old individual track files. 2. Automating the Process: Binmerge
If you have hundreds of games to process, manual conversion is a nightmare. Binmerge is a powerful command-line tool that can automate this.
Batch Merging: You can use a simple PowerShell script or batch file alongside Binmerge to scan every subfolder and merge all your games at once.
Cross-Platform: Since it runs on Python, it works on Windows, Linux, and Mac.
Watch these video guides for a visual walkthrough of the conversion process across different tools:
How To Convert Multiple Bin files to Single Bin files (Very Easy) 78K views · 7 years ago YouTube · Harrison Hacks
| Source Type | Convertible to ISO? | Data Loss? | |-------------|--------------------|-------------| | Single data track + multiple BIN parts (split by size) | ✅ Yes | None | | Mixed Mode CD (data + audio tracks) | ❌ No | Audio tracks lost | | CD with subchannel data (e.g., SafeDisc, SecuROM) | ❌ No | Copy protection broken | | Multi-session disc | ❌ No | Later sessions lost |
Warning: If your
.cuefile lists multiple.binfiles with different track types (e.g.,TRACK 01 MODE1/2048,TRACK 02 AUDIO), do not force an ISO repack.
