From http://www.jwz.org/xscreensaver/xscreensaver-5.30.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 Displays a distorted frame video.
19
20 This is a shell script that grabs a frame of video from the system's
21 video input, and then uses some PBM filters (chosen at random) to
22 manipulate and recombine the video frame in various ways (edge
23 detection, subtracting the image from a rotated version of itself,
24 etc.)  Then it displays that image for a few seconds, and does it
25 again.  This works really well if you just feed broadcast television
26 into it.
27
28 Written by Jamie Zawinski; 1998.
29   </_description>
30 </screensaver>