DDR ripping help.
-
- Joined: Sun Jun 25, 2006 9:02 pm
DDR ripping help.
actually i think this belongs in the music section but this is also ripping i guess... anyways i was wondering if their was anyway to rip music from a ddr game? i wanted to make an amv with this song from the game but nothing really happened, so does anybody know.
- Scintilla
- (for EXTREME)
- Joined: Mon Mar 31, 2003 8:47 pm
- Status: Quo
- Location: New Jersey
- Contact:
It's quite possible. I've done it myself (for my FY:Eikoden trailer).
<a href="http://www.ddrfreak.com/phpBB2/viewtopi ... =">Read</a>.
(But note that this only applies to PS2 games, not XBOX ones.)
<a href="http://www.ddrfreak.com/phpBB2/viewtopi ... =">Read</a>.
(But note that this only applies to PS2 games, not XBOX ones.)
-
- Joined: Sun Jun 25, 2006 9:02 pm
- Scintilla
- (for EXTREME)
- Joined: Mon Mar 31, 2003 8:47 pm
- Status: Quo
- Location: New Jersey
- Contact:
-
- Joined: Sun Jun 25, 2006 9:02 pm
- AMV_4000
- Joined: Wed Apr 10, 2002 6:29 am
- Location: USA
- Contact:
- Scintilla
- (for EXTREME)
- Joined: Mon Mar 31, 2003 8:47 pm
- Status: Quo
- Location: New Jersey
- Contact:
I'm going to assume you got this screen:superlaos91 wrote:ok i got it to work it says like stereo mono and all this other stuff but what do i do next o by the way does this work with supernova? well i guess i better read some more lol
Code: Select all
Usage: vb2rip [options] inputfile(s)
Options:
-fmt format Specify the input file format
-o path Specify the output filename (if one input file is given)
or specify the output directory (if several are given)
-mono Treat input file as monaural
-stereo Treat input file as stereo
-rate n Specify the sample rate
-interleave n Specify the block interleave size
-skip n Skip this many bytes after each block
-offset n Start at the given offset in the input file
-endflag Stop decoding when the sample end flag is reached
-noendflag Ignore the sample end flag
-maxbytes n Set the maximum number of input bytes to decode
Supported input formats:
Format Description
------------------------------------------------------------
raw Raw data (for experimentation)
vb2 Konami multi-song .BIN/.VB2 file (Dance Dance Revolution, etc.)
8 .8 file (Suikoden)
msa .MSA file (Psyvariar, possibly other PS2 games)
xa2 .XA2 file (Extreme-G 3, possibly other PS2 games)
So if I wanted to extract the songs from the file D:\FILEDATA.BIN and save them to C:\songs\, my command line would look like this:
Code: Select all
vb2rip -fmt vb2 -o C:\songs\ -stereo D:\FILEDATA.BIN
Geez. Kids these days. Don't even know how to run a program from the command line. Why, back in 1993 when I was 8 and we got our first IBM-compatible and it had Windows 3.11...
-
- Joined: Sun Jun 25, 2006 9:02 pm