chdman
all
Manage and convert CHD (Compressed Hunks of Data) images. Commonly used with MAME and retro game images.
More info →Options (2)
-i, --inputbooleanCreate a CHD from a BIN/CUE pair (CD-ROM image)
Example:
chdman createcd {{[-i|--input]}} {{path/to/file.cue}} {{[-o|--output]}} {{path/to/file.chd}}-o, --outputbooleanCreate a CHD from a BIN/CUE pair (CD-ROM image)
Example:
chdman createcd {{[-i|--input]}} {{path/to/file.cue}} {{[-o|--output]}} {{path/to/file.chd}}Examples (7)
Create a CHD from a BIN/CUE pair (CD-ROM image)
chdman createcd [-i|--input] path/to/file.cue [-o|--output] path/to/file.chdCreate a CHD from a raw hard drive image
chdman createhd [-i|--input] path/to/disk.img [-o|--output] path/to/disk.chdExtract (decompress) a CHD back to BIN/CUE
chdman extractcd [-i|--input] path/to/file.chd [-o|--output] path/to/file.cueVerify integrity of CHD file
chdman verify [-i|--input] path/to/file.chdUpdate a CHD file to the latest format version
chdman copy [-i|--input] path/to/old_file.chd [-o|--output] path/to/new_file.chdConvert a compressed hard drive image to uncompressed (for editing)
chdman extracthd [-i|--input] path/to/disk.chd [-o|--output] path/to/disk.imgmade by @shridhargupta | data from tldr-pages