Couldn't get that working. Got it working with a webservice + Windows Media Encoder

. Anyways thanks for your help!
Command:
Code:
cscript.exe "c:\Program Files\Windows Media Components\Encoder\wmcmd.vbs" -input "<input file>.wmv" -description "<input file>" -author "<author>" -output "<output file.wmv>" -loadprofile "wmv_convert.prx"
Profile (wmv_convert.prx):
Code:
<profile version="589824"
storageformat="1"
name="Multiple bit rates audio (CBR) / Multiple bit rates video (CBR)"
description="">
<streamconfig majortype="{73647561-0000-0010-8000-00AA00389B71}"
streamnumber="1"
streamname="Audio Stream"
inputname="Audio409"
bitrate="256032"
bufferwindow="-1"
reliabletransport="0"
decodercomplexity=""
rfc1766langid="en-us"
>
<wmmediatype subtype="{00000161-0000-0010-8000-00AA00389B71}"
bfixedsizesamples="1"
btemporalcompression="0"
lsamplesize="5945">
<waveformatex wFormatTag="353"
nChannels="2"
nSamplesPerSec="44100"
nAvgBytesPerSec="32004"
nBlockAlign="5945"
wBitsPerSample="16"
codecdata="008800000F0000000000"/>
</wmmediatype>
</streamconfig>
<streamconfig majortype="{73646976-0000-0010-8000-00AA00389B71}"
streamnumber="2"
streamname="Video Stream"
inputname="Video409"
bitrate="10000000"
bufferwindow="-1"
reliabletransport="0"
decodercomplexity="SP"
rfc1766langid="en-us"
>
<videomediaprops maxkeyframespacing="100000000"
quality="50"/>
<wmmediatype subtype="{33564D57-0000-0010-8000-00AA00389B71}"
bfixedsizesamples="0"
btemporalcompression="1"
lsamplesize="0">
<videoinfoheader dwbitrate="10000000"
dwbiterrorrate="0"
avgtimeperframe="416666">
<rcsource left="0"
top="0"
right="0"
bottom="0"/>
<rctarget left="0"
top="0"
right="0"
bottom="0"/>
<bitmapinfoheader biwidth="0"
biheight="0"
biplanes="1"
bibitcount="24"
bicompression="WMV3"
bisizeimage="0"
bixpelspermeter="0"
biypelspermeter="0"
biclrused="0"
biclrimportant="0"/>
</videoinfoheader>
</wmmediatype>
</streamconfig>
</profile>