HydrogenAudio

Hydrogenaudio Forum => Uploads => Topic started by: QuaintJade on 2012-05-10 05:26:47

Title: A wma encoder cmd interface based on Expression Encoder 4
Post by: QuaintJade on 2012-05-10 05:26:47
Well, only after I wrote this tiny program did I find a much stronger tool  :
http://www.hydrogenaudio.org/forums/index....showtopic=90519 (http://www.hydrogenaudio.org/forums/index.php?showtopic=90519)

So I recommend you to download from above link rather than from this topic.



Prerequisite
- .NET Framework 4
- Expression Encoder 4

Usage
foowmaenc -m in.wav
foowmaenc -md in.wav out.wma
foowmaenc -mpd in.wav wmalossless.xml out.wma

Feature
- Need to install Expression Encoder in order to use this.
- VERY SLOW startup thanks to reference to .NET Framework. (Takes about 10 sec to start for me, though encoding speed is not slow)
- VERY FEW option support. (Stream? No. Multi-thread? No. Tag? No. Ignorelength? No....)
- No progress display for fb2k. (Though a percentage will be displayed in cmdline console)
- Need an xml file to work. Need to modify the xml file to change settings.

Anyhow, it works... (trollface)
Source code included. Modified from Expression Encoder 4 SDK sample.

[attachment=7006:CommandE...20120510.zip]