2

Изменить разрешение видеофайла

$ mencoder file.avi -ovc lavc -lavcopts vcodec=mpeg4 -vf  \
  scale=720:432 -oac copy -o newfile.avi
-----------