#!/bin/bash
EXT=".mp4"
OPTS="-strict experimental -map 0 -c:s copy -c:a aac -ar 44100 -c:v libx264 -profile:v baseline -async 5"
# Add this if necessary "-vf scale='trunc(in_w/2)*2:trunc(in_h/2)*2'"
DIRNAME=`dirname "$0"`
. "$DIRNAME/to_common"
myconvert "$1"
