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