Audio (342) Datatype (51) Demo (203) Development (593) Document (22) Driver (96) Emulation (146) Game (992) Graphics (494) Library (113) Network (228) Office (65) Utility (912) Video (69)
Total files: 4326
Full index file Recent index file
Amigans.net OpenAmiga Aminet IntuitionBase
|
Unxwb | Description: | Unpack XWB/ZWB files | Download: | unxwb.lha (TIPS: Use the right click menu if your browser takes you back here all the time) | Size: | 45kb | Version: | 0.3.2 | Date: | 20 Mar 2009 | Author: | Luigi Auriemma, Fredrik Wikström (OS4 port) | Submitter: | Fredrik Wikström | Email: | fredrik/a500 org | Homepage: | http://aluigi.org | Category: | utility/archive | License: | GPL | Distribute: | yes | Min OS Version: | 4.0 | FileID: | 4643 | | | Comments: | 0 | Snapshots: | 0 | Videos: | 0 | Downloads: | 672 (Current version) | | 672 (Accumulated) | Votes: | 1 (0/0) (30 days/7 days) | |
XWB/ZWB files unpacker 0.3.2
by Luigi Auriemma
e-mail: aluigi(at)autistici.org
web: aluigi.org
Usage: unxwb [options] <file.XWB>
Options:
-l lists the files without extracting them
-d DIR output directory where extracting the files
-v verbose output
-b N OFF N is the name of the XSB containing the names of the XWB audio
files and OFF is the offset where these names start
-x OFF offset of the input file for reading the XWB data in it
-r "EXE" runs a tool for each output file. EXE is the complete command-line,
use the #FILE pattern which will be substituited with the output file
Example for fast Xbox ADPCM decoding:
unxwb -r "xbadpdec #FILE #FILE.wav" music.xwb
-o don't create files, simply dumps them to stdout (probably useless)
-s SEG show the hex content of the segment number SEG (for debugging only)
-R raw output files (by default the tool adds headers and extensions)
|