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