|
|
|
#1
|
|||
|
|||
|
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_FR
Traceback (most recent call last):
File "F:\fmod\extract.py", line 131, in <module>
main()
File "F:\fmod\extract.py", line 127, in main
exit(app.run(sys.argv[1:]))
File "F:\fmod\extract.py", line 120, in run
with open(fname, 'rb') as f:
PermissionError: [Errno 13] Permission denied: 'VO_FR.FSB'
and 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
Traceback (most recent call last):
File "F:\fmod\extract.py", line 131, in <module>
main()
File "F:\fmod\extract.py", line 127, in main
exit(app.run(sys.argv[1:]))
File "F:\fmod\extract.py", line 121, in run
self.handle_file(f)
File "F:\fmod\extract.py", line 110, in handle_file
for sample_fakepath, sample_name, sample_data in self.read_samples(fakepath_prefix, fsb, ext):
File "F:\fmod\extract.py", line 86, in read_samples
yield sample_fakepath, sample.name, fsb.rebuild_sample(sample)
File "F:\fmod\fsb5\__init__.py", line 211, in rebuild_sample
from . import vorbis
File "F:\fmod\fsb5\vorbis.py", line 12, in <module>
vorbis = load_lib('vorbis')
File "F:\fmod\fsb5\utils.py", line 76, in load_lib
raise LibraryNotFoundException("Could not load the library %r" % (names[0]))
fsb5.utils.LibraryNotFoundException: Could not load the library 'vorbis'
Last edited by fabrieunko; 28-06-2022 at 23:36. |
| Sponsored Links |
|
#2
|
|||
|
|||
|
Put libogg.dll and libvorbis.dll from that archive in System32. That's how I fixed this.
|
|
#3
|
|||
|
|||
|
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 |
|
#4
|
|||
|
|||
|
Use another hdiff patch from the decoded data from oggre_dec.exe to the concatenated ogg files. That hdiff patch should be tiny. Don't use oggre under freearc if you get a CRC fail.
|
| The Following User Says Thank You to Masquerade For This Useful Post: | ||
wareck (15-04-2024) | ||
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to correctly process WWise Vorbis Audio | Guide + WemTool | Masquerade | Conversion Tutorials | 25 | 01-09-2024 22:45 |
| Anno 1701 won't load, just get a blue screen! | Shadow22 | General Gaming | 5 | 28-08-2012 12:52 |
| CPU jumps up to 100% now, not before | dav6 | Software | 11 | 24-05-2008 03:33 |
| air force delta | snake | DC Games | 0 | 15-04-2001 04:34 |
| air force delta | snake | DC Games | 1 | 13-04-2001 20:04 |