#!/bin/bash
DIR="`dirname \"$1\"`"
cd "$DIR"
ffplay-gtk "$1"