<?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>Information Takes Over &#187; video</title>
	<atom:link href="http://informationtakesover.co.uk/category/video/feed/" rel="self" type="application/rss+xml" />
	<link>http://informationtakesover.co.uk</link>
	<description>Rocketing through library space...</description>
	<lastBuildDate>Wed, 14 Apr 2010 22:19:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Stop motion animation</title>
		<link>http://informationtakesover.co.uk/2010/01/stop-motion-animation/</link>
		<comments>http://informationtakesover.co.uk/2010/01/stop-motion-animation/#comments</comments>
		<pubDate>Sat, 30 Jan 2010 13:26:15 +0000</pubDate>
		<dc:creator>Tim Hodson</dc:creator>
				<category><![CDATA[Interupted]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://informationtakesover.co.uk/2010/01/stop-motion-animation/</guid>
		<description><![CDATA[This animation is a test using a DV camera and a little script I wrote to control it.
Basically I wanted to be able to use my DV camera to take single frames, which could then be rolled into a finished video.

A little shell script follows, which does just what I need, using dvgrab and ffplay.
#!/bin/bash
# [...]]]></description>
			<content:encoded><![CDATA[<p>This animation is a test using a DV camera and a little script I wrote to control it.</p>
<p>Basically I wanted to be able to use my DV camera to take single frames, which could then be rolled into a finished video.</p>
<div class="youtube-video" style="text-align: center;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="355" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="wmode" value="transparent" /><param name="src" value="http://www.youtube.com/v/0IrpDmZhRd4&amp;feature=youtube_gdata" /><embed type="application/x-shockwave-flash" width="425" height="355" src="http://www.youtube.com/v/0IrpDmZhRd4&amp;feature=youtube_gdata" wmode="transparent"></embed></object></div>
<p>A little shell script follows, which does just what I need, using dvgrab and ffplay.</p>
<pre class="brush:bash/shell">#!/bin/bash
# script to take a shot with DV camera

count=1
calldir=`pwd`
wrapdir='wraps'

function help_me
{
echo -e "HELP!"
echo -e "h - shows this help!"
echo -e "s - takes a shot"
echo -e "p - shows a preview of all the shots so far"
echo -e "w - writes the shots to a wrap file in ./$wrapdir"
echo -e "q - quits\n"
}

help_me

if [ ! -d $calldir/$wrapdir ] ; then
mkdir $calldir/$wrapdir || exit
fi

while [ "$ans" != "q" ]
do

echo -e "I'm waiting for instructions:(h|s|p|w|q)"
read -sn1 ans

if [ "$ans" = "h" ] ; then

help_me

elif [ "$ans" = "s" ] ; then

echo -e "grabbing a frame"
dvgrab --every 25 --duration 1 2&gt;/dev/null
echo -e "grabbed $count\n\a"

count=$(($count+1))

elif [ "$ans" = "p" ] ; then

echo -e "Preview"
cat $calldir/*.dv | ffplay -
echo -e "Preview ended"

elif [ "$ans" = "w" ] ; then

echo -e "Wrapping up"
echo -e "Creating in in $calldir/$wrapdir"
echo -e "Enter filename for wrap:"

read filename

cd $calldir/$wrapdir || exit

cat $calldir/*.dv | dvgrab -stdin --format dv2 $filename 2&gt;/dev/null

clear

# reset count after wrapping file
count=1

echo -e "Tidying up last wrap: deleting $calldir/*.dv"
rm $calldir/*.dv

echo -e "Preview wrap"
ffplay $calldir/$wrapdir/$filename*
echo -e "Preview wrap ended"

cd $calldir || exit

elif [ "$ans" = "q" ] ; then

echo -e "Quitting...\n"
exit

fi

done</pre>
]]></content:encoded>
			<wfw:commentRss>http://informationtakesover.co.uk/2010/01/stop-motion-animation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Day in the life&#8230;</title>
		<link>http://informationtakesover.co.uk/2010/01/a-day-in-the-life/</link>
		<comments>http://informationtakesover.co.uk/2010/01/a-day-in-the-life/#comments</comments>
		<pubDate>Sat, 30 Jan 2010 13:14:58 +0000</pubDate>
		<dc:creator>Tim Hodson</dc:creator>
				<category><![CDATA[Everyday Life]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://informationtakesover.co.uk/2010/01/a-day-in-the-life/</guid>
		<description><![CDATA[
A Day In The Life.  
]]></description>
			<content:encoded><![CDATA[<div class="youtube-video"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="355" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="wmode" value="transparent" /><param name="src" value="http://www.youtube.com/v/_SPLNcphtSw&amp;feature=youtube_gdata" /><embed type="application/x-shockwave-flash" width="425" height="355" src="http://www.youtube.com/v/_SPLNcphtSw&amp;feature=youtube_gdata" wmode="transparent"></embed></object></div>
<p>A Day In The Life. <img src='http://informationtakesover.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://informationtakesover.co.uk/2010/01/a-day-in-the-life/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jed &#8211; an experiment</title>
		<link>http://informationtakesover.co.uk/2007/01/jed-an-experiment/</link>
		<comments>http://informationtakesover.co.uk/2007/01/jed-an-experiment/#comments</comments>
		<pubDate>Mon, 22 Jan 2007 19:48:19 +0000</pubDate>
		<dc:creator>Tim Hodson</dc:creator>
				<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://informationtakesover.co.uk/archives/2007/01/22/jed-an-experiment/</guid>
		<description><![CDATA[Having never owned our own video camera, I have been some what of a frustrated video creator. But last week, through the marvels of freecycle.org, we have become the proud owner of a Panasonic video camera that uses real old-time VHS-C video tape!  Julie will be mainly using this to help submit coursework for [...]]]></description>
			<content:encoded><![CDATA[<p>Having never owned our own video camera, I have been some what of a frustrated video creator. But last week, through the marvels of <a href="http://freecycle.org">freecycle.org</a>, we have become the proud owner of a Panasonic video camera that uses real old-time <a href="http://www.answers.com/main/ntquery?s=vhs-c&#038;gwp=13">VHS-C</a> video tape!  <a href="http://juliehodson.co.uk">Julie</a> will be mainly using this to help submit coursework for her impending sign language degree, but in the mean time, I get to play!</p>
<p>Here is a very quick and dirty improvised piece, who&#8217;s aim is basically to see how well the camera works and how easy it is to import into the computer and then export into something that youtube and the web can consume.</p>
<p><object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/wry0w0J3FEE"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/wry0w0J3FEE" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object></p>
<p>If the embedded video doesn&#8217;t work for you, try <a href="http://www.youtube.com/watch?v=wry0w0J3FEE">this link</a>.</p>
<p>Technorati Tags: <a href="http://technorati.com/tag/video" rel="tag">video</a>, <a href="http://technorati.com/tag/youtube" rel="tag"> youtube</a>, <a href="http://technorati.com/tag/freecycle" rel="tag"> freecycle</a></p>
]]></content:encoded>
			<wfw:commentRss>http://informationtakesover.co.uk/2007/01/jed-an-experiment/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
