#!/bin/sh

ffmpeg2theora "$1" -o "$2" --max_size 400 --no-upscaling -H 44100
