#!/bin/bash
ffmpeg -i "$1" -hq -deinterlace -s 352x288 -b 1150 -vcodec mpeg2video -ab 192 -ar 44100 -aspect 1.3333 -acodec mp2 "$2"