wmv to avi, wmv to mp4
by hackprime
«wmv to avi» on linuxscrew.com
sudo apt-get install mencoder
mencoder in.wmv -ofps 23.976 -ovc lavc -oac copy -o out.avi
«wmv to mp4» on ubuntuforums.org
sudo apt-get install avidemux
avidemux --force-alt-h264 --load "in.wmv" --audio-bitrate 224 --audio-codec aac --video-codec x264 --save "$out.mp4" --output-format MP4 --quit