#!/bin/bash -eu
# mp-right:	play video fullscreen to right of screen
mp --video-align-x=1 --vf=lavfi=cropdetect "$@"
