#!/bin/sh

mencoder -quiet -ovc lavc -of mpeg -lavcopts acodec=ac3:vcodec=mpeg2video:threads=2:vmax_b_frames=2:keyint=15:top=1:vrc_buf_size=7995:vqmin=2:vqmax=4:vbitrate=17000000:vratetol=1000:sc_threshold=1000000 -rawvideo on:fps=30000/1001:w=1280:h=720:yv12 - -o $1 2>/dev/null
