Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mtoensing/docker-chd-converter
- Owner: mtoensing
- Created: 2021-08-06T15:03:18.000Z (over 3 years ago)
- Default Branch: latest
- Last Pushed: 2023-03-26T18:18:24.000Z (almost 2 years ago)
- Last Synced: 2024-11-08T18:04:19.824Z (about 2 months ago)
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/marctv/chd-converter
- Size: 12.7 KB
- Stars: 8
- 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