Important information: this site is currently scheduled to go offline indefinitely by end of the year.

help pls (wem2ogg)

Get help on any and all audio formats, or chip in and help others!
Post Reply
po1arBear
ultra-n00b
Posts: 3
Joined: Mon Jul 06, 2015 4:03 pm

help pls (wem2ogg)

Post by po1arBear »

Hello!
Can me somebody to extract audio files from this file ?? https://mega.nz/#!FUlVmLwZ!lyoniFd_reG0 ... 9qn39pd8G0
I used standard methods but every time I get an error
Parse error: expected 0x42 fmt if vorb Messing
or
parse error: unknown chunk type
file attached. if it Dirt Rally
thanks in advance to those who can help)
spider91
advanced
Posts: 78
Joined: Mon Feb 14, 2011 8:09 am
Has thanked: 18 times
Been thanked: 45 times

Re: help pls (wem2ogg)

Post by spider91 »

Use this tool
You do not have the required permissions to view the files attached to this post.
po1arBear
ultra-n00b
Posts: 3
Joined: Mon Jul 06, 2015 4:03 pm

Re: help pls (wem2ogg)

Post by po1arBear »

spider91 wrote:Use this tool
ty but Could you help and tell at what point to use the tool?
I unpack .bnk and receive .wav files and then?
I just do not quite understand all these subtleties :roll:

thanks in advance
spider91
advanced
Posts: 78
Joined: Mon Feb 14, 2011 8:09 am
Has thanked: 18 times
Been thanked: 45 times

Re: help pls (wem2ogg)

Post by spider91 »

When you unpack .bnk you receive .wem files. Then create bath file to decode them

Code: Select all

for %%i in (*.wem) do wwise_ima_adpcm.exe -d "%%i" "%%~dpni.wav"
po1arBear
ultra-n00b
Posts: 3
Joined: Mon Jul 06, 2015 4:03 pm

Re: help pls (wem2ogg)

Post by po1arBear »

spider91 wrote:When you unpack .bnk you receive .wem files. Then create bath file to decode them

Code: Select all

for %%i in (*.wem) do wwise_ima_adpcm.exe -d "%%i" "%%~dpni.wav"
thank you, friend.
You rescued me very much !!!
:bravo:
and after the file changes, .bnk created in reverse order ??
Post Reply