![]() |
How to properly compress FMOD vorbis audio
1 Attachment(s)
How to properly compress FMOD vorbis audio
Good evening everyone. I will not spend too long writing up this one since I detailed a lot in the WWise guide. Like I noted in my guide for WWise audio, the WAV version of FMOD can be compressed with MSC just fine. FSB files contain OGG audio or WAV (and in some cases, both). OGGs, when done correctly, can be compressed with Oggre, saving you some space. Here is the guide for how to properly compress FMOD audio. Part credits go to sowwyitsanalt for helping dig up some of these tools to help with the process. Guide Step 1: if you have an FMOD .bank file
Step 2: now that you have a file that starts with FSB5 header
Step 3: Building the big ogg file
Step 4: OGG to FMOD
Step 5: Make a patch to the original bank
https://i.ibb.co/98Wg1bG/Capture.png Hopefully you now understand the process of compressing FMOD audio. Referring to the above method, Master.TMP will be able to be compressed with oggre leading to smaller size than if you ran LZMA or whatever over the BANK. This method is hit and miss, since there can be frequent errors with the python script. It isn't perfect. If you would like a visual example, with screenshots and demonstration on a sample bank, please let me know and I shall provide. |
Has anyone else encountered/attempted to apply this method to a "*.fsb" file present amongst a selection of "*.bank* files? I'm currently attempting to do so with the title "Hades" and have unfortunately had little success. Rebuilding the extracted Vorbis OGG audio files into a generated "*.tmp" fails, crashing "bincat", which I assume is likely due to the ~20,000 files extracted. Attempting to create 2 seperate ".tmp" files and manually merging them also seems to not be possible however further experimentation is required to discern whether the methods employed are at fault rather than the concept itself. I believe figuring out a viable solution is important for this title as the "VO.fsb" makes up for 655 MB out of the total 1.09 GB of FMOD audio containers present.
|
Quote:
|
Hello, I try your tutorial but I have this message on all the files I test. Is this normal?
Code:
extract.py VO_FR.FSB -o VO_FRand if I directly indicate the name of the fsb file I have this message Code:
f:\fmod>extract.py VO_FR.dat -o VO_FR |
Put libogg.dll and libvorbis.dll from that archive in System32. That's how I fixed this.
|
Hello
I follow this guide but I've got some but I'm having trouble finalizing the project... What I've done: file.bank => extract FSB file with quickbms PythonFSB5=>extract all .ogg file bincat to concatenate all .ogg file now i do not understand that : if I use oggvorb2fsb on this file I have a very small gain durring compression almost nothing If i use oggre I have a very high gain , but crc error when I unpack file... for now if I do this file.bank => extract FSB file with quickbms PythonFSB5=> extract all .ogg files bincat => one big file oggvorb2fsb5 => one big encoded file hdiffpatch between original.bank and my new file compress encoded file + diff file during unpack hpatchz encoded + diff file => restore my original file.bank It works but very small ratio gain in conversion... thanks for your help regards |
Quote:
|
| All times are GMT -7. The time now is 20:34. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com