-
Notifications
You must be signed in to change notification settings - Fork 2
/
vb2rip.txt
39 lines (33 loc) · 1.05 KB
/
vb2rip.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
vb2rip(1)
=========
:doctype: manpage
NAME
----
vb2rip - VB2 sound format ripping utility
SYNOPSIS
--------
*vb2rip* ['options'] 'FILE'...
DESCRIPTION
-----------
Rips music in .VB2 and similar formats found in PlayStation and
PlayStation 2 games.
Supported input formats:
raw:: raw data (for experimentation)
vb2:: Konami multi-song .BIN/.VB2 file (DDR, etc)
8:: 8 file (Suikoden)
msa:: MSA file (Psyvariar, possibly other PS2 games)
xa2:: XA2 file (Extreme-G 3, possibly other PS3 games)
OPTIONS
-------
*-fmt FORMAT*:: Specify the input file format
*-o PATH*:: Specify the output file name, or specify the output
directory
*-mono*:: Treat input file as monoaural
*-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