» ffmpeg » libx264

mencoder $1 \
-vf harddup,yadif,unsharp=cl5x5:1,scale=720:480 \
-ovc lavc -oac lavc -channels 6 \
-lavcopts vcodec=mjpeg:nr=400:vqmin=1:vqscale=0:vbitrate=20000:mbd=1:aspect=16/9 \
-noskip -mc 0 \
-of lavf \
-o $2.mov

./ffmpeg/ffmpeg -i $2.mov -deinterlace -vcodec libx264 -vpre libx264-hq -crf 22 -ab 32k -ar 22050 $2.mp4