Friday, April 3, 2009

Change resolution / scale in mencoder

mencoder -oac copy -ovc xvid -vf scale -zoom -xy 320 -xvidencopts bitrate=450 -o output.avi ~/input.avi

audio is copied
video is xvid
-xy is the resolution, in this case 320 is X and the Y will be proportional
bitrate is 450 (this is small).. usually 8-900kbps

No comments: