Convert WMV to AVI in Ubuntu
Posted: September 12, 2008 Filed under: General Leave a comment »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