From http://www.jwz.org/xscreensaver/xscreensaver-5.24.tar.gz
[xscreensaver] / hacks / config / vidwhacker.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="vidwhacker" _label="VidWhacker">
4
5   <command arg="-root"/>
6
7   <number id="delay" type="slider" arg="-delay %"
8           _label="Duration" _low-label="2 seconds" _high-label="2 minutes"
9           low="2" high="120" default="5"/>
10
11   <file id="directory" _label="Image directory" arg="-directory %"/>
12
13   <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
14
15   <xscreensaver-updater />
16
17   <_description>
18 This is a shell script that grabs a frame of video from the system's
19 video input, and then uses some PBM filters (chosen at random) to
20 manipulate and recombine the video frame in various ways (edge
21 detection, subtracting the image from a rotated version of itself,
22 etc.)  Then it displays that image for a few seconds, and does it
23 again.  This works really well if you just feed broadcast television
24 into it.
25
26 Written by Jamie Zawinski; 1998.
27   </_description>
28 </screensaver>