Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: A wma encoder cmd interface based on Expression Encoder 4 (Read 2779 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

A wma encoder cmd interface based on Expression Encoder 4

Well, only after I wrote this tiny program did I find a much stronger tool  :
http://www.hydrogenaudio.org/forums/index....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]