<?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: Time-Lapse Video of San Francisco Bay Bridge Construction Closure</title>
	<atom:link href="http://laughingsquid.com/time-lapse-video-of-san-francisco-bay-bridge-construction-closure/feed/" rel="self" type="application/rss+xml" />
	<link>http://laughingsquid.com/time-lapse-video-of-san-francisco-bay-bridge-construction-closure/</link>
	<description>an online resource for art, culture and technology</description>
	<lastBuildDate>Sat, 24 Jul 2010 17:49:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Drew Rogge</title>
		<link>http://laughingsquid.com/time-lapse-video-of-san-francisco-bay-bridge-construction-closure/comment-page-1/#comment-690219</link>
		<dc:creator>Drew Rogge</dc:creator>
		<pubDate>Tue, 15 Sep 2009 14:05:51 +0000</pubDate>
		<guid isPermaLink="false">http://laughingsquid.com/?p=32189#comment-690219</guid>
		<description>Here&#039;s the linux tcsh commands I used to aquire the images. It just sucks them from the web
once a minute and then renames the image file to some sequential unique name.

while 1
  wget http://images.earthcam.com/ecnetwork/hatchmot2cc.jpg
  mv hatchmot2cc.jpg `date +%F_%T.jpg`
  sleep 60
end 

Once I had all the images I ran the following commands to create simple sequentialy numbred
frames in another directory:

set f = 0
foreach i (`find . -name &quot;2009-*&quot;`)
  echo $i $f
  cp $i hatchmot2cc/hatchmot2cc.${f}.jpg
  @ f=$f + 1
end

I then used a utility we have here at work to create the Quicktime movie.</description>
		<content:encoded><![CDATA[<p>Here&#8217;s the linux tcsh commands I used to aquire the images. It just sucks them from the web<br />
once a minute and then renames the image file to some sequential unique name.</p>
<p>while 1<br />
  wget <a href="http://images.earthcam.com/ecnetwork/hatchmot2cc.jpg" rel="nofollow">http://images.earthcam.com/ecnetwork/hatchmot2cc.jpg</a><br />
  mv hatchmot2cc.jpg `date +%F_%T.jpg`<br />
  sleep 60<br />
end </p>
<p>Once I had all the images I ran the following commands to create simple sequentialy numbred<br />
frames in another directory:</p>
<p>set f = 0<br />
foreach i (`find . -name &#8220;2009-*&#8221;`)<br />
  echo $i $f<br />
  cp $i hatchmot2cc/hatchmot2cc.${f}.jpg<br />
  @ f=$f + 1<br />
end</p>
<p>I then used a utility we have here at work to create the Quicktime movie.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rich</title>
		<link>http://laughingsquid.com/time-lapse-video-of-san-francisco-bay-bridge-construction-closure/comment-page-1/#comment-689681</link>
		<dc:creator>Rich</dc:creator>
		<pubDate>Mon, 14 Sep 2009 18:27:18 +0000</pubDate>
		<guid isPermaLink="false">http://laughingsquid.com/?p=32189#comment-689681</guid>
		<description>Any chance you could post the script and explain how you got it into a movie format?</description>
		<content:encoded><![CDATA[<p>Any chance you could post the script and explain how you got it into a movie format?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: slajax</title>
		<link>http://laughingsquid.com/time-lapse-video-of-san-francisco-bay-bridge-construction-closure/comment-page-1/#comment-689621</link>
		<dc:creator>slajax</dc:creator>
		<pubDate>Mon, 14 Sep 2009 16:42:42 +0000</pubDate>
		<guid isPermaLink="false">http://laughingsquid.com/?p=32189#comment-689621</guid>
		<description>Hey Great stuff! Can you tell us more about the type of script? Was it like a flash script that captured an instance of the video or something? This seems like a pretty innovative way to do time lapses.</description>
		<content:encoded><![CDATA[<p>Hey Great stuff! Can you tell us more about the type of script? Was it like a flash script that captured an instance of the video or something? This seems like a pretty innovative way to do time lapses.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: J Law</title>
		<link>http://laughingsquid.com/time-lapse-video-of-san-francisco-bay-bridge-construction-closure/comment-page-1/#comment-686724</link>
		<dc:creator>J Law</dc:creator>
		<pubDate>Thu, 10 Sep 2009 01:04:55 +0000</pubDate>
		<guid isPermaLink="false">http://laughingsquid.com/?p=32189#comment-686724</guid>
		<description>PFC! Great video.</description>
		<content:encoded><![CDATA[<p>PFC! Great video.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

