#!/bin/bash
EXT=".flv"
OPTS="-ar 22050"
DIRNAME=`dirname "$0"`
. "$DIRNAME/to_common"
myconvert "$1"
