Optimistic
Still Fresh
I'm putting together a script to convert some videos for the Wiz, but I have a few questions.
Here is the relevant line from the script:
This works just fine for videos that are already 4/3, but it squishes movies (either 1.85/1 or 2.35/1). So, first question: How do I maintain the original aspect ratio without cropping while still reducing the resolution to the Wiz's 320/240---any way to add black-borders, for example?
Second question: I have a few black and white movies, but when I encode them with mencoder, there are green artifacts. Any way to encode in black and white?
Here is the relevant line from the script:
Code:
mencoder "$file" -ofps 23.976 -oac mp3lame -lameopts abr:br=128 -ovc xvid -xvidencopts pass=2:bitrate=400 -vf scale=320:240 -o new_"$file".avi
This works just fine for videos that are already 4/3, but it squishes movies (either 1.85/1 or 2.35/1). So, first question: How do I maintain the original aspect ratio without cropping while still reducing the resolution to the Wiz's 320/240---any way to add black-borders, for example?
Second question: I have a few black and white movies, but when I encode them with mencoder, there are green artifacts. Any way to encode in black and white?