I would like to make a simple script for mencoder. I use it to resize movies to put on my Creative Zen Vision: M.
Here is the command I use:
Code:
mencoder file1.avi -o test1.avi -vf scale=320:240 -oac mp3lame -ovc xvid -xvidencopts
bitrate=800
I would like to somhow simplify it so that I can just run the script and type in the filename as I will be converting them to the same format every time.
Any assistance would be greatly appreciated.
Thanks