The VG Resource

Full Version: ccd ripping?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Does anybody know a program that can read or rip audio straight off of ccd format files?
What game/system are they from?

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.
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
Thanks a ton!