#!/bin/bash
[ -z "$3" ] && echo "usage: $0 <width> <height> <file>" && exit 1
mplayer -demuxer rawvideo -rawvideo w=$1:h=$2:y8 $3