#!/bin/sh mkfifo /tmp/640 2> /dev/null echo "$@" > /tmp/640.file mencoder -ovc raw -of rawvideo -o /tmp/640 $@