New svn version of ffmpeg can encode wma v2. I'm using this command to encode live stream to wmv+wma: usr/local/bin/vlc -vvvv --color \ http://source.ip:port \ --sout '#transcode{vcodec=WMV2,vb=196,acodec=wma2,ab=64,samplerate=44100,channels=2}:\ std{access=http,mux=asf,dst=dest.ip:port}' But when i...