The VG Resource
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:
- .ads/.ss2
- .ass
- .ast
- .bg00
- .bmdx
- .ccc
- .cnk
- .dxh
- .enth
- .sir
- .filp
- .gcm
- .gms
- .hgc1
- .ikm
- .ild
- .ivb
- .joe
- .kces
- .khv
- .leg
- .mcg
- .mib, .mi4 (w/ or w/o .mih)
- .mic
- .mihb (merged mih+mib)
- .msa
- .msvp
- .musc
- .npsf
- .pnb
- .psh
- .rkv
- .rnd
- .rstm
- .rws
- .rxw
- .snd
- .sfs
- .sl3
- .smpl (w/ bad flags)
- .ster
- .str+.sth
- .str (MGAV blocked)
- .sts
- .svag
- .svs
- .tec (w/ bad flags)
- .tk5 (w/ bad flags)
- .vas
- .vag
- .vgs (w/ bad flags)
- .vig
- .vpk
- .vs
- .vsf
- .wp2
- .xa2
- .xa30

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"

pause
exit



RE: ccd ripping? - Tropicon - 02-15-2012

Thanks a ton!