#!/bin/sh

#ffmpeg -i "$1" -target pal-dvd "$2"
stringOut="$2"
tovid mpg -pal -ffmpeg -dvd -force -noask -in "$1" -out ${stringOut%.*}
