I have a few videos in WMV that I would like to convert to AVI to save some room. 259MB for 24 minutes just seems to large to me.
I have tried to convert a test WMV with the following command:
Code:
mencoder FILENAME.wmv -sws 2 -oac copy -ovc lavc -lavcopts vcodec=mpeg4 -vop scale=320:240 -ofps 25 -o FILENAME.avi
This works, but the file is only slightly smaller. Is this the best I can do? Should I try to convert them to something else?