<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Phoar.com &#187; vidwhacker</title>
	<atom:link href="http://phoar.com/wordpress/tag/vidwhacker/feed/" rel="self" type="application/rss+xml" />
	<link>http://phoar.com/wordpress</link>
	<description>This is not a blog, Don.</description>
	<lastBuildDate>Tue, 13 Sep 2011 22:02:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Generate random JPG&#8217;s from vidwhacker (xscreensaver module)</title>
		<link>http://phoar.com/wordpress/2009/08/generate-random-jpgs-from-vidwhacker-xscreensaver-module/</link>
		<comments>http://phoar.com/wordpress/2009/08/generate-random-jpgs-from-vidwhacker-xscreensaver-module/#comments</comments>
		<pubDate>Mon, 17 Aug 2009 19:27:03 +0000</pubDate>
		<dc:creator>shs</dc:creator>
				<category><![CDATA[Fiddling]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[vidwhacker]]></category>

		<guid isPermaLink="false">http://phoar.com/wordpress/?p=14</guid>
		<description><![CDATA[I&#8217;ve replaced the Ubunutu/Gnome screensaver with the superior (IMHO) Xscreensaver, using this guide. I like the VidWhacker module, and have it set to choose a random image from my ~/Pictures/ dir. I wanted to save some of the funky random images it produces, so I did this: while true; do /usr/lib/xscreensaver/vidwhacker -stdout &#124; convert - [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve replaced the Ubunutu/Gnome screensaver with the superior (IMHO) Xscreensaver, using <a href="http://ubuntuforums.org/showthread.php?t=195557">this guide</a>.</p>
<p>I like the VidWhacker module, and have it set to choose a random image from my ~/Pictures/ dir. I wanted to save some of the funky random images it produces, so I did this:</p>
<p><code>while true; do /usr/lib/xscreensaver/vidwhacker -stdout | convert - `date +%s`.jpg ; echo "Generated jpg"; done</code></p>
<p>

<a href='http://phoar.com/wordpress/2009/08/generate-random-jpgs-from-vidwhacker-xscreensaver-module/vidwhack1/' title='vidwhack1'><img width="150" height="150" src="http://phoar.com/wordpress/wp-content/uploads/2009/08/vidwhack1-150x150.jpg" class="attachment-thumbnail" alt="vidwhack1" title="vidwhack1" /></a>
<a href='http://phoar.com/wordpress/2009/08/generate-random-jpgs-from-vidwhacker-xscreensaver-module/vidwhack2/' title='vidwhack2'><img width="150" height="150" src="http://phoar.com/wordpress/wp-content/uploads/2009/08/vidwhack2-150x150.jpg" class="attachment-thumbnail" alt="vidwhack2" title="vidwhack2" /></a>
<a href='http://phoar.com/wordpress/2009/08/generate-random-jpgs-from-vidwhacker-xscreensaver-module/vidwhack3/' title='vidwhack3'><img width="150" height="150" src="http://phoar.com/wordpress/wp-content/uploads/2009/08/vidwhack3-150x150.jpg" class="attachment-thumbnail" alt="vidwhack3" title="vidwhack3" /></a>

]]></content:encoded>
			<wfw:commentRss>http://phoar.com/wordpress/2009/08/generate-random-jpgs-from-vidwhacker-xscreensaver-module/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

