#!/bin/sh
vrate=2000
#ffmpeg2theora  --aspect 4:3 -x 640 -y 480 --channels 1 --cropright 16 --cropleft 4 --croptop 8 --cropbottom 8 -V $vrate  -S 0 -G 0.8 $@
ffmpeg2theora  --aspect 4:3 -x 640 -y 480 --channels 1 -V $vrate -S 0 $@
