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: 11 months ago
JSON representation
Converts all GID, ISO and CUE files in a folder using chdman in Mame Tools to CHD. Skips existing chd files.
- Host: GitHub
- URL: https://github.com/mtoensing/docker-chd-converter
- Owner: mtoensing
- Created: 2021-08-06T15:03:18.000Z (almost 5 years ago)
- Default Branch: latest
- Last Pushed: 2023-03-26T18:18:24.000Z (about 3 years ago)
- Last Synced: 2025-01-01T18:12:54.098Z (over 1 year ago)
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/marctv/chd-converter
- Size: 12.7 KB
- Stars: 9
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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