#!/bin/sh
echo "YUV4MPEG2 W$1 H$2 I$3 F$4"
while true
do
	echo FRAME
	cat $5
done
