Codecs, formats, encoding/decoding of game audio, video and music
-
DellC
- Posts: 5
- Joined: Thu Apr 19, 2018 4:00 am
Post
by DellC »
I'm trying to change a wem file to an ogg file.
I'm trying with ww2ogg022 , revorb.exe , bnkextr.exe , convert.bat files.
Code: Select all
convert.bat
for %%f in (*.wem) do ww2ogg.exe %%f --pcb packed_codebooks_aoTuV_603.bin
pause
for %%f in (*.ogg) do revorb.exe %%f
pause
When I try to convert
1.PNG
How can I fix it?
-
brendan19
- Posts: 144
- Joined: Fri Aug 08, 2014 11:25 am
Post
by brendan19 »
Upload some samples of the .wem file you're trying to convert
-
DellC
- Posts: 5
- Joined: Thu Apr 19, 2018 4:00 am
Post
by DellC »
I tried it but it does not work with the same symptoms.
Last edited by
DellC on Thu Jun 21, 2018 8:06 am, edited 1 time in total.
-
DellC
- Posts: 5
- Joined: Thu Apr 19, 2018 4:00 am
Post
by DellC »
brendan19 wrote:Upload some samples of the .wem file you're trying to convert
Here's a sample file.
-
brendan19
- Posts: 144
- Joined: Fri Aug 08, 2014 11:25 am
Post
by brendan19 »
How was this file extracted?
-
DellC
- Posts: 5
- Joined: Thu Apr 19, 2018 4:00 am
Post
by DellC »
brendan19 wrote:How was this file extracted?
It was just in the game client folder.