Mpg to Wmv

Howto convert an Mpg video format file to Wmv

Below is a snippet we obtained from a forum which may work to convert an Mpg video format file to a Windows Media Video file. In order that you can convert one video file format to another you will need some packages installed and you will need some codecs.

#> mencoder -ovc lavc -lavcopts vcodec=mpeg4:vbitrate=1000:vhq -oac mp3lame -lameopts br=98 -o videofile.mpg videofile.wmv