<?xml version="1.0" encoding="ISO-8859-1"?>

<screensaver name="vidwhacker" _label="VidWhacker">

  <command arg="-root"/>

  <number id="speed" type="slider" arg="-delay %"
          _label="Duration" _low-label="2 seconds" _high-label="2 minutes"
          low="2" high="120" default="5"/>

  <file id="directory" _label="Image Directory" arg="-directory %"/>

  <_description>
This is actually just a shell script that grabs a frame of video from
the system's video input, and then uses some PBM filters (chosen at
random) to manipulate and recombine the video frame in various ways
(edge detection, subtracting the image from a rotated version of
itself, etc.)  Then it displays that image for a few seconds, and does
it again.  This works really well if you just feed broadcast television
into it.
  </_description>
</screensaver>
