#!/bin/sh

ffmpeg -i "$1" -target pal-dvd "$2"
