ccd ripping? - Printable Version +- The VG Resource (https://www.vg-resource.com) +-- Forum: Archive (https://www.vg-resource.com/forum-65.html) +--- Forum: July 2014 Archive (https://www.vg-resource.com/forum-139.html) +---- Forum: Other Stuff (https://www.vg-resource.com/forum-6.html) +----- Forum: Questions, Info, and Tutorials (https://www.vg-resource.com/forum-89.html) +----- Thread: ccd ripping? (/thread-19538.html) |
ccd ripping? - Tropicon - 02-15-2012 Does anybody know a program that can read or rip audio straight off of ccd format files? RE: ccd ripping? - John2k4 - 02-15-2012 What game/system are they from? RE: ccd ripping? - Tropicon - 02-15-2012 From PSX. I notice that a lot of them use ccd for their audio. I've tried Exact Audio Copy but even though it recognizes the files it won't rip them. RE: ccd ripping? - John2k4 - 02-15-2012 You can try VGStream. It doesn't explicitly support CCD, but it has CCC under the PSX category...and it might work if you modify the extension. =P Its list of supported audio file formats includes: Code: PS2/PSX ADPCM: Download VGStream r967. To convert files quickly: Edit the .bat file, and change the *.ogg to whatever the extensions are of your files. (Example: *.CCC) Code: for %%X in (*.CCC) do test.exe -o "%%X".wav -f 7.00 "%%X" RE: ccd ripping? - Tropicon - 02-15-2012 Thanks a ton! |