Welcome to Linux Screw! If you're new here, you may want to subscribe our RSS feed.
Actually this tip is applicable to any Linux distribution mencoder can be run at (like Ubuntu, Debian, Fedora, Suse and even Slackware
)
MEncoder is a free command line video decoding, encoding and filtering 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
Here is the fastest way to perform wmv to avi conversion:
- Ubuntu:
- Fedora:
sudo apt-get install mencoder
mencoder infile.wmv -ofps 23.976 -ovc lavc -oac copy -o outfile.avi
sudo yum install mencoder
mencoder infile.wmv -ofps 23.976 -ovc lavc -oac copy -o outfile.avi

Excelente
lo encontré rápido por google y me sirvió.
Gracias.
PS: Usé el de ubuntu.
Great!!!
Thank You!
works perfect!
added to my XXX2YYY scripts
thanks
only wmv to avi??
THANKS MATE
Only from wmv to avi? And the reverse? Is it possible to convert avi to wmv ? Thanks