#!/bin/bash
EXT=".mpg"
OPTS=" "
DIRNAME=`dirname "$0"`
. "$DIRNAME/to_common"
myconvert "$1"
