Skyrim
0 of 0

File information

Last updated

Original upload

Created by

IlanF

Uploaded by

IlanF

Virus scan

Safe to use

About this mod

This small utility will convert any mp3 or wav file to xwm for use in Skyrim.

Permissions and credits
This small utility will convert any mp3 or wav file to xwm for use in Skyrim.

Requirements
To use this utility you must have the .NET framework 3.0 installed.
Two more files must be downloaded and placed at the same folder with the xwmConvert.exe:
- ffmpeg.exe
- xWMAEncode.exe
as I cannot provide you these files, you must get them elsewhere.
The ffmpeg can be downloaded from http://ffmpeg.zeranoe.com/builds/, and the xWMAEncode.exe can be found as part of the DirectX SDK.

How to use
Drag and drop the file of choice (currently supports only mp3 and wav) into the app window,
The app will do it's magic and eventually spit out a xwm file.
Currently supports only one file at a time, but hopefully I'll add the option to drag n drop multiple files at once.

The magic behind it
It uses two small command-line utilities to convert the files to xwm.
ffmpeg.exe - To convert mp3 to wav, as the the xwma encoder accept only wav files
xWMAEncode.exe - Converts the wav file to xwma (xwm) format

Change log
version 1.0.0.3:
-Updated to support dragging in multiple files at once (no matter which file type they are, be it mp3, wav or xwm)

version 1.0.0.2:
-Added xwm to wav convertion support

version 1.0.0.1:
-Initial release