Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Converts all GID, ISO and CUE files in a folder using chdman in Mame Tools to CHD. Skips existing chd files.
https://github.com/mtoensing/docker-chd-converter

Last synced: 1 day ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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