#!/bin/bash
nice -n 19 mencoder "$1" -ovc lavc -lavcopts vcodec=mpeg4:abitrate=48:vhq:vqmin=2:vqmax=20:vmax_b_frames=2:vbitrate=128:vqcomp=0.6 -vop scale=320:320 -lameopts aq=4:q=7:mode=1:vbr=2:br=96 -srate 24000 -oac mp3lame -ovc lavc -ofps 16 -o pda_"$1"

[ -f "divx2pass.log" ] && rm divx2pass.log