echo "Converting avi to mpg."
OUT=`basename $1 avi`mpg
mencoder  -o $OUT -ovc lavc -lavcopts vcodec=mpeg1video -oac copy $1
