Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/questionlp/chdscripts
Copy of CHD Scripts to use with EmuDeck or other emulation tools to convert CD images to/from BIN+CUE and CHD formats
https://github.com/questionlp/chdscripts
Last synced: 27 days ago
JSON representation
Copy of CHD Scripts to use with EmuDeck or other emulation tools to convert CD images to/from BIN+CUE and CHD formats
- Host: GitHub
- URL: https://github.com/questionlp/chdscripts
- Owner: questionlp
- Created: 2023-02-14T14:39:35.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-14T14:39:57.000Z (almost 2 years ago)
- Last Synced: 2024-10-27T17:51:11.773Z (3 months ago)
- Language: Shell
- Homepage:
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README_EN.txt
Awesome Lists containing this project
README
convertFromChdToCue.sh - Decompresses CHD (V5) to CUE.
The CUE format is used by CD-based games. CHD is supported by 3DO, Amiga CD32, Amiga CDTV, Dreamcast, Mega CD/Sega CD, Neo-Geo CD, PC Engine CD/TurboGrafx-CD, PlayStation et Saturn.convertFromChdToGdi.sh - Decompresses CHD (V5) to GDI.
The GDI format is used by disc-based games for Dreamcast.convertFromChdToIso.sh - Decompress CHD (V5) to ISO.
The ISO format is used by disc-based games for PlayStation 2.convertFromCueToChd.sh - Compresses BIN disc format to CHD (V5). It will search all sub-folders and make CHDs in folder this is used in with CHDMAN.
convertFromGdiToChd.sh - Compresses GDI disc format to CHD (v5). The GDI format is used by disc-based games for Dreamcast.
convertFromIsoToChd.sh - Compresses ISO disc format to CHD (V5). The ISO format is used by disc-based games for PlayStation 2.