Skyrim
0 of 0

File information

Last updated

Original upload

Created by

Oketado

Uploaded by

cptPauer

Virus scan

Some manually verified files

About this mod

This script convert audio files to Skyrim's/Fallout4 xwm (or fuz) and vise versa.

Permissions and credits
This script convert audiofiles to Skyrim's xwm (or fuz) and vise versa.

Usage:
1. put your music files (xwm, fuz and others) in folder "audio"
2. run audio2xwm.bat if your need XWM, audio2wav.bat if want WAV
3. transcoded files will be in folder named "converted"
4. profit


Use audio2xwm-HQ.bat to encode to more quality (useful for music files), audio2xwm.bat is Ok for voices.
If LIP files lying with files in "audio", then they will be saved as FUZ.

example:
file.wav, file.lip  -> audio2xwm.bat = file.fuz
file.mp3, file.lip  -> audio2xwm.bat = file.fuz
file.xwm, file.lip  -> audio2xwm.bat = file.fuz
file.ogg -> audio2xwm.bat = file.xma
file.ogg -> audio2mp3.bat = file.mp3
file.xma -> audio2mp3.bat = file.mp3
file.fuz -> audio2wav.bat = file.wav, file.lip

etc.

file format supported as input:
mp3, ogg, fuz, xwm, wma
and
adx, xm, mod, it, flac, aac, avi, youtube flv and mp4, s3m, spc, vgm

file format supported as output:
xwm, fuz, mp3, wav.


Tested on Win7 64bit and Win10 x64 (v1703 Creator's Update).
Should work on WinXP SP3 and Win8.1 too. 64bit & 32bit compatible

ffmpeg, xWMAEncode, sox, fuz_extractor used for the script
version 1.3RC1



Changelog:
Spoiler:  
Show

- build 20170624 v1.3 RC1

 file.xwm + file.lip = file.fuz

 added support of FUZ from XWM + LIP files. Just put your XWM with LIPs and run audio2xwm.bat. Files will not be transcoded, original XWM will be used

 converting FUZ to FUZ now not gives an error anymore.
 
 more info reports about encoding process (for large wav's).

 minor improvements. Now, if you force-exit script during encoding - it will be OK and nothing wrong will not happen when you run it next time

--------------------------------------
- build 20170608 v1.2
 improved log for FUZ.

When your tried to convert more then thousand of FUZ files it can take some time. If you wait, converting will go on, but you might think that the script freezes coz you not see any progress in console. Now you can see report "File is preparing.." for every FUZ that still preparing and you won't worry 'bout something wrong happens.

--------------------------------------
- build 20151204 v1.1
 initial release