Convert WMV to AVI in Ubuntu

Here is the fastest way to perform WMV to AVI conversion:

1. sudo apt-get install mencoder

Mencoder is a free command line video decoding, encoding and filetring tool released under the GNU General Public License. It is a close sibling to MPlayer and can convert all the formats that MPlayer understands into a variety of compressed and uncompressed formats using different codecs.

2. mencoder infile.wmv -ofps 23.976 -ovc lavc -oac copy -o outfile.avi


Follow

Get every new post delivered to your Inbox.

Join 53 other followers