<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: no love / linux timelapse howto</title>
	<atom:link href="http://www.ludumdare.com/compo/2008/08/09/no-love-linux-timelapse-howto/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ludumdare.com/compo/2008/08/09/no-love-linux-timelapse-howto/</link>
	<description>A tri-annual 48 hour solo game development competition.</description>
	<lastBuildDate>Wed, 22 May 2013 23:52:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Simple time lapse video in Linux &#124; cenolan.com</title>
		<link>http://www.ludumdare.com/compo/2008/08/09/no-love-linux-timelapse-howto/comment-page-1/#comment-6420</link>
		<dc:creator>Simple time lapse video in Linux &#124; cenolan.com</dc:creator>
		<pubDate>Sun, 10 May 2009 16:24:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.ludumdare.com/compo/?p=2817#comment-6420</guid>
		<description><![CDATA[[...] lapse software he wrote but as yet there is no published source or binary. There were various other suggestions dotted around the web but each one I tried had some problem or other. So here&#039;s how I did [...]]]></description>
		<content:encoded><![CDATA[<p>[...] lapse software he wrote but as yet there is no published source or binary. There were various other suggestions dotted around the web but each one I tried had some problem or other. So here&#8217;s how I did [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GBGames</title>
		<link>http://www.ludumdare.com/compo/2008/08/09/no-love-linux-timelapse-howto/comment-page-1/#comment-2922</link>
		<dc:creator>GBGames</dc:creator>
		<pubDate>Sat, 09 Aug 2008 12:58:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.ludumdare.com/compo/?p=2817#comment-2922</guid>
		<description><![CDATA[Er, there were tabs originally, but you should be able to figure it out. Time ti wiki this info!]]></description>
		<content:encoded><![CDATA[<p>Er, there were tabs originally, but you should be able to figure it out. Time ti wiki this info!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GBGames</title>
		<link>http://www.ludumdare.com/compo/2008/08/09/no-love-linux-timelapse-howto/comment-page-1/#comment-2921</link>
		<dc:creator>GBGames</dc:creator>
		<pubDate>Sat, 09 Aug 2008 12:58:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.ludumdare.com/compo/?p=2817#comment-2921</guid>
		<description><![CDATA[Here&#039;s a makefile I made:

default:
        @echo &quot;Use make capture to get images once a minute&quot;
        @echo &quot;Use make movie to combine images into an avi&quot;

capture:
        while true; do scrot -e &#039;convert $$f -resize 50% $$f.jpg; rm -f $$f&#039; &amp; sleep 60; done

movie:
        @mencoder &quot;mf://*.jpg&quot; -mf fps=4 -o timelapse.avi -ovc lavc -lavcopts vcodec=mpeg4:vbitrate=800


clean:
        rm -f *.jpg
        rm -f *.avi]]></description>
		<content:encoded><![CDATA[<p>Here&#8217;s a makefile I made:</p>
<p>default:<br />
        @echo &#8220;Use make capture to get images once a minute&#8221;<br />
        @echo &#8220;Use make movie to combine images into an avi&#8221;</p>
<p>capture:<br />
        while true; do scrot -e &#8216;convert $$f -resize 50% $$f.jpg; rm -f $$f&#8217; &amp; sleep 60; done</p>
<p>movie:<br />
        @mencoder &#8220;mf://*.jpg&#8221; -mf fps=4 -o timelapse.avi -ovc lavc -lavcopts vcodec=mpeg4:vbitrate=800</p>
<p>clean:<br />
        rm -f *.jpg<br />
        rm -f *.avi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gugu</title>
		<link>http://www.ludumdare.com/compo/2008/08/09/no-love-linux-timelapse-howto/comment-page-1/#comment-2916</link>
		<dc:creator>gugu</dc:creator>
		<pubDate>Sat, 09 Aug 2008 11:00:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.ludumdare.com/compo/?p=2817#comment-2916</guid>
		<description><![CDATA[wow this a amaging BLog i got info which i want.
thanxs]]></description>
		<content:encoded><![CDATA[<p>wow this a amaging BLog i got info which i want.<br />
thanxs</p>
]]></content:encoded>
	</item>
</channel>
</rss>
