Skip to content

Converts all GID, ISO and CUE files in a folder using chdman in Mame Tools to CHD. Skips existing chd files.

Notifications You must be signed in to change notification settings

rogueosb/Docker-chd-converter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker CHD "Compressed Hunks of Data" Converter

Compresses GDI, ISO, BIN and CUE files to CHD using CHDMAN from Mame Tools.

  • Skips existing chd files.
  • Does not delete anything.

Quick Start

  docker run \
  --rm \
  -v $(pwd)/images/:/tmp/images/:rw \
  -it marctv/chd-converter

GitHub

https://github.com/mtoensing/Docker-chd-converter

About

Converts all GID, ISO and CUE files in a folder using chdman in Mame Tools to CHD. Skips existing chd files.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 64.7%
  • Shell 35.3%