Automation has simplified this for the average user. Tools like
Most ZIP files for CD-based systems (like PS1, Sega CD, or Saturn) contain .bin and .cue files. chdman is excellent at handling these. If your ZIP contains an ISO, the conversion will still work, but the space savings might be less dramatic.
Solves complex multi-track audio clipping issues. SEGA Dreamcast: Supports both .gdi and .cdi formats.
| Feature | ZIP | CHD | | :--- | :--- | :--- | | | Generic Deflate | Hunk-level, sector-based | | Multi-track support | Requires multiple files (BIN/CUE) | Single-file container | | Audio compression | None (WAV inside ZIP is huge) | Lossless FLAC for CD audio | | Space savings | Moderate (20–30%) | High (40–60%+ for CD audio) | | Streaming | Must decompress entire archive | Seekable & streamable | | Metadata/Error corr. | No | Yes (checksums) |
CHDMAN does not convert a generic ZIP file containing random files. It expects the ZIP to contain a disc image in a supported format: .cue , .gdi , .iso , .bin , .nrg , .cdi , or raw .img . For arcade CHDs (e.g., CHD hard drive images), the ZIP must hold .chd files already – but this article focuses on disc → CHD.
What are you running? (Windows, macOS, or Linux?)
: CHD often achieves 20% to 40% better compression than standard ISO or BIN/CUE formats, sometimes rivaling the efficiency of 7z. Single-File Simplicity
@echo off for /r %%i in (*.cue, *.gdi, *.iso) do chdman createcd -i "%%i" -o "%%~dpni.chd" pause Use code with caution. Click . Set the "Save as type" dropdown to All Files ( . ) .
Leaving your games compressed in standard ZIP files might save a little space, but most emulators cannot run disc-based games directly from a ZIP archive. This forces you to extract massive ISO or BIN/CUE files, cluttering your hard drive.
./chdtool.sh -r -k /path/to/roms
If you've been collecting ROMs for arcade games (MAME), PlayStation, Sega CD, or PC Engine CD games, you've likely encountered the format. While convenient for storage, ZIP files are inefficient for emulation. The solution? Convert to CHD .
Converting your game library to CHD offers three massive benefits:
Now for the main event. Here are detailed, step-by-step instructions for converting your ZIP files to CHD.
to represent arcade hard disks, but it has since been widely adopted for CD-based media. Unlike ZIP, CHD is a lossless compression
Share page
Recommend this page
Recommend this page by sending a link by mail.
Share page
Thank you for your recommendation!
Your recommendation has been sent and should arrive shortly.
Contact
We are here for you
Please specify your message and type of request
Tel.: +49 (0)2845 / 202-0 | Fax: +49 (0)2845/202-265
Contact
Thank you for your message!
Your message is send and will be processed shortly.
Our department for Service-Requests will contact you asap.
For general question regarding products or services you can also call:
Tel.: +49 (0)2845 / 202-0 | Fax: +49 (0)2845/202-265
Contact
We are here for you
Please specify your message and type of request
Tel.: +49 (0)2845 / 202-0 | Fax: +49 (0)2845/202-265
Contact
Thank you for your message!
Your message is send and will be processed shortly.
Our department for Service-Requests will contact you asap.
For general question regarding products or services you can also call:
Tel.: +49 (0)2845 / 202-0 | Fax: +49 (0)2845/202-265