<?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>Digital Anthill &#187; Tutorial</title>
	<atom:link href="http://www.digitalanthill.com/category/tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.digitalanthill.com</link>
	<description>Experimental Multimedia Artist: 3D, Video, Photography, Motion Graphics and Beyond..</description>
	<lastBuildDate>Thu, 26 Jan 2012 11:17:34 +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>HTML5 Video Embed Tutorial</title>
		<link>http://www.digitalanthill.com/html5-video-in-wordpress/</link>
		<comments>http://www.digitalanthill.com/html5-video-in-wordpress/#comments</comments>
		<pubDate>Tue, 24 May 2011 21:41:02 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Personal Projects]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Embed]]></category>
		<category><![CDATA[Encode]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flowplayer]]></category>
		<category><![CDATA[H.264]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[MP4]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[WebM]]></category>

		<guid isPermaLink="false">http://www.digitalanthill.com/html5-video-in-wordpress/</guid>
		<description><![CDATA[You’ve probably heard about HTML5 and the ability to embed video. Well this sounds all well and good but its been a bit of a mission getting my head around it and finally getting to a point where it actually works. I first started looking into it about 2 months ago when creating videos for]]></description>
			<content:encoded><![CDATA[<p><video id="movie" preload controls width="552" height="312"><source src="http://www.digitalanthill.com/video/MainSite/Powder/powder.mp4" type="video/mp4; codecs=&quot;avc1.42E01E, mp4a.40.2&quot;" /><source src="http://www.digitalanthill.com/video/MainSite/Powder/powder.webm" type="video/webm; codecs=&quot;vp8, vorbis&quot;" /><object width="552" height="312" type="application/x-shockwave-flash" data="http://www.digitalanthill.com/flowplayer/flowplayer-3.2.7.swf"><param name="movie" value="http://www.digitalanthill.com/flowplayer/flowplayer-3.2.7.swf" /><param name="allowfullscreen" value="true" /><param name="flashvars" value="config={ &quot;clip&quot; : { &quot;url&quot; : &quot;http://www.digitalanthill.com/video/MainSite/Powder/powder.mp4&quot;, &quot;autoPlay&quot; : true, &quot;autoBuffering&quot; : true } }" /></object></video>
<p>You’ve probably heard about <strong>HTML5</strong> and the ability to <strong>embed</strong> <strong>video</strong>. Well this sounds all well and good but its been a bit of a mission getting my head around it and finally getting to a point where it actually works. I first started looking into it about 2 months ago when creating videos for the new <a href="http://www.tribeuk.co.uk/#/home"><strong>Tribe</strong></a> <strong>website</strong>. Me and <a href="http://twitter.com/#!/do_a_middleton" target="_blank"><strong>Ben</strong></a> (the web developer there) spent quite a bit of time scratching our heads and testing different methods until we came up with a solution that should work across all platforms.</p>
<p>In this tutorial I’ll try my best to explain the process of getting HTML5 video to embed into a <strong>WordPress</strong> Blog, you’re not limited to a WP blog, you should be able to adapt it for any type of site. Bear in mind I don’t have a great deal of knowledge in the web area, so I <strong>apologise</strong> now if this is a little sloppy.</p>
<p>Remember only HTML5 supported browsers can view the video, this currently includes the latest versions of <strong>Chrome</strong>, <strong>IE9</strong>, <strong>Firefox4</strong>, <strong>Safari</strong>, <strong>Opera</strong> and most mobile devices such as the <strong>iPhone</strong>, <strong>iPad</strong> etc.</p>
<p>  <span id="more-1300"></span>
<p>Okay there’s a few things you’ll need to get for this to work:</p>
<li>Access to your own hosting, via <strong>FTP</strong>. I will be using <a href="http://filezilla-project.org/" target="_blank"><strong>Filezilla</strong></a> </li>
<li>A video you want to host. (Here’s a <a href="http://www.digitalanthill.com/video/MainSite/Powder/powderHDOriginal.mp4" target="_blank"><strong>link</strong></a> to the original source file used in the above clip) </li>
<li>A file converter. I will be using <a href="http://www.xmedia-recode.de/download.html" target="_blank"><strong>xmedia</strong> <strong>Recode</strong></a> because its <strong>free</strong> and is the best <strong>WebM</strong> converter I’ve come across. </li>
<li>A text editor </li>
<li><a href="http://flowplayer.org/download/index.html" target="_blank"><strong>Flowplayer</strong></a>
<p>&#160;</p>
<p><strong>Step 1 – Converting The Video</strong></p>
</li>
<li>
<p>To get the video to play across multiple platforms you need to convert your original file in to <strong>two</strong> <strong>formats</strong>, the new and open source <strong>WebM</strong> which is supported by Chrome, Firefox4 and Opera also a <strong>H.264</strong> <strong>MP4</strong> file that’s supported by safari, IE9, mobile devices and will be used by <strong>Flowplayer</strong> if the browser does not support HTML5 (<strong>IE8</strong> and below for example)</p>
</li>
<li>Download and install <a href="http://www.xmedia-recode.de/download.html" target="_blank">xmedia-recode</a>. (Unfortunately this is <strong>only</strong> available for <strong>windows, </strong>I haven’t looked into mac alternatives) </li>
<li>Open it up and you should see this screen:
<p>&#160;</p>
<p><a href="http://www.digitalanthill.com/wp-content/uploads/2011/05/Capture.jpg" rel="lightbox[1300]" title="Capture"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="Capture" border="0" alt="Capture" src="http://www.digitalanthill.com/wp-content/uploads/2011/05/Capture_thumb.jpg" width="559" height="438" /></a></p>
</li>
<li>Drag your original file to where the <strong><font style="background-color: #ffffff">highlighted</font></strong> area is in the above screen shot or click ‘<strong>Open</strong> <strong>File’</strong>. </li>
<li>Select the imported video file by clicking it. </li>
<li>Where it says format select <strong>‘WebM’</strong> </li>
<li>At the bottom choose your <strong>destination</strong> for the converted video. I’ve chosen the <strong>desktop</strong>. </li>
<li>Now click the <strong>‘Filters/Preview’</strong> tab and change the resolution.
<p>&#160;</p>
<p><a href="http://www.digitalanthill.com/wp-content/uploads/2011/05/Capture6.jpg" rel="lightbox[1300]" title="Capture6"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="Capture6" border="0" alt="Capture6" src="http://www.digitalanthill.com/wp-content/uploads/2011/05/Capture6_thumb.jpg" width="559" height="498" /></a></p>
</li>
<li>
<p>All the content on my blog is <strong>555 pixels</strong> wide, for some reason you cannot enter this figure into the program, so I leave it at the nearest available option: <strong>‘552&#215;312’</strong></p>
</li>
<li>Now click the<strong> ‘Add Job’</strong> button at the top of the window. If you go to the ‘Jobs’ tab you can see that its been added to the list.
<p>The great thing about this program is its ability to <strong>batch</strong> process easily, So if you have a few files that need converting you can just keep importing them and adding them to the <strong>list</strong>.</p>
<p><a href="http://www.digitalanthill.com/wp-content/uploads/2011/05/Capture2.jpg" rel="lightbox[1300]" title="Capture2"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="Capture2" border="0" alt="Capture2" src="http://www.digitalanthill.com/wp-content/uploads/2011/05/Capture2_thumb.jpg" width="559" height="439" /></a></p>
</li>
<li>So now that you have the WebM ready to encode go back to the ‘<strong>Format’</strong> tab. </li>
<li>This time choose ‘<strong>MP4’</strong> from the ‘Format’ roll down. </li>
<li>Choose ‘<strong>MPEG-4 AVC /H.264’</strong> from the ‘Codec’ roll down.
<p>&#160;<a href="http://www.digitalanthill.com/wp-content/uploads/2011/05/Capture3.jpg" rel="lightbox[1300]" title="Capture3"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="Capture3" border="0" alt="Capture3" src="http://www.digitalanthill.com/wp-content/uploads/2011/05/Capture3_thumb.jpg" width="559" height="438" /></a>&#160; </p>
</li>
<li>Now select the <strong>‘Video’</strong> tab and make sure the settings are the same as mine below:
<p>Its important that these are correct, I have found if they are left as <strong>default</strong> then the video <strong>wont</strong> play on <strong>iPhones</strong>.</p>
<p><a href="http://www.digitalanthill.com/wp-content/uploads/2011/05/Capture4.jpg" rel="lightbox[1300]" title="Capture4"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="Capture4" border="0" alt="Capture4" src="http://www.digitalanthill.com/wp-content/uploads/2011/05/Capture4_thumb.jpg" width="559" height="437" /></a></p>
<p>Again make sure that you change the video resolu<br />
tion in the <strong>‘Filters/Preview’</strong> tab.. if you need to that is. Also worth noting that you should make sure the <strong>‘Keep aspect ratio’</strong> check box is selected when changing the size.</p>
<p><a href="http://www.digitalanthill.com/wp-content/uploads/2011/05/Capture5.jpg" rel="lightbox[1300]" title="Capture5"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="Capture5" border="0" alt="Capture5" src="http://www.digitalanthill.com/wp-content/uploads/2011/05/Capture5_thumb.jpg" width="559" height="437" /></a></p>
</li>
<li>Now click the <strong>‘Add Job’</strong> button again. </li>
<li>If you click the <strong>‘Jobs’</strong> tab you’ll see two files listed and ready to encode.. only one thing left to do….. </li>
<li>Click <strong>‘Encode’</strong> at the top. A<strong> pop up</strong> will appear with the encoding progress.
<p>&#160;</p>
<p><strong>Step 2 – Setting up your site</strong></p>
<p>I came across a problem when testing the video out in different browsers. <strong>Firefox4</strong> could not display it for some reason. After some time and <strong>frustration</strong> I finally worked out it must be something to do with the settings on my server and not a codec issue. Ben showed me that the <strong>‘.htaccess’</strong> folder hosted on my server needed updating so the <strong>WebM</strong> format could be recognised by some browsers. I have to be honest I’m not entirely sure <strong>why</strong> or <strong>how</strong> but this solution works..</p>
</li>
<li>So login to your site via your FTP and locate your <strong>‘.htaccess’</strong> file and open it with a<strong> text editor</strong>. </li>
<li>Add the following lines to the top of the document:
<p><em><font style="background-color: #d16349">AddType video/ogg .ogv          <br />AddType video/mp4 .mp4           <br />AddType video/webm .webm</font></em></p>
<p><em>Note that the .ogv file is probably unnecessary now that firefox4 supports WebM.</em></p>
<p><a href="http://www.digitalanthill.com/wp-content/uploads/2011/05/Capture7.jpg" rel="lightbox[1300]" title="Capture7"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto; padding-top: 0px" title="Capture7" border="0" alt="Capture7" src="http://www.digitalanthill.com/wp-content/uploads/2011/05/Capture7_thumb.jpg" width="424" height="361" /></a></p>
</li>
<li><strong>Save</strong> the file and upload it back to your server.
<p>Now your site is ready to play the video content.</p>
<p><strong></strong></p>
<p><strong>Step 3 – Uploading the video</strong></p>
<p>Now that the site is ready you need to upload your video.</p>
</li>
<li>Load up your <strong>FTP</strong> client and create a <strong>new</strong> directory, name it <strong>video</strong>. For <strong>organisational</strong> sake you could create sub directories for every set of videos you upload. </li>
<li>Copy the files you converted in <strong>xmedia</strong> to the newly created folder.
<p>&#160;<a href="http://www.digitalanthill.com/wp-content/uploads/2011/05/Capture8.jpg" rel="lightbox[1300]" title="Capture8"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="Capture8" border="0" alt="Capture8" src="http://www.digitalanthill.com/wp-content/uploads/2011/05/Capture8_thumb.jpg" width="559" height="214" /></a></p>
<p><strong>Step 4 – Embedding the video.</strong></p>
<p>So now you’re <strong>finally</strong> ready to embed the video!</p>
<p>If you want <strong>purely</strong> HTML5 video playing on your site then the code below will do just that. If you want to support more browsers by including a fall-back flash player, read the rest of section then follow the instructions in <strong>step 5.</strong></p>
<p><font style="background-color: #cccccc">&lt;video id=&quot;movie&quot; width=&quot;<strong>552</strong>&quot; height=&quot;<strong>312</strong>&quot; <strong>preload</strong> <strong>controls</strong> <strong>autoplay=&quot;autoplay&quot;</strong>&gt;</font></p>
<p><font style="background-color: #cccccc">&#160;&#160;&#160;&#160;&#160; &lt;source src=&quot;<strong>http://www.digitalanthill.com/video/randomblog/powder.mp4</strong></font><a href="http://www.tribeuk.co.uk/userfiles/videos/pp/pp.mp4&quot;"><font style="background-color: #cccccc">&quot;</font></a><font style="background-color: #cccccc"> type=&#8217;video/mp4; codecs=&quot;avc1.42E01E, mp4a.40.2&quot;&#8217; /&gt;</font></p>
<p><font style="background-color: #cccccc">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;source src=&quot;<strong>http://www.digitalanthill.com/video/randomblog/powder.webm</strong></font><a href="http://www.tribeuk.co.uk/userfiles/videos/pp/pp.webm&quot;"><font style="background-color: #cccccc">&quot;</font></a><font style="background-color: #cccccc"> type=&#8217;video/webm; codecs=&quot;vp8, vorbis&quot;&#8217; /&gt;        <br />&#160;&#160;&#160; &lt;/video&gt;</font></p>
<p><font style="background-color: #ffffff"><strong>Key:</strong></font></p>
</li>
<li><strong>preload</strong> <font style="background-color: #ffffff">= remove this if you don&#8217;t want the video to play as you load the page</font> </li>
<li><strong>controls</strong> <font style="background-color: #ffffff">= remove this if you want to build you own controller</font> </li>
<li><strong>autoplay=”autoplay”</strong> <font style="background-color: #ffffff">= remove this if you don&#8217;t want the video to autoplay</font> </li>
<li><strong>Bold URLs </strong><font style="background-color: #ffffff">= you need to replace these with links to the video you just uploaded</font>
<p>&#160;</p>
<p>The above code is the most <strong>efficient</strong> way (I’ve found) of getting a video to embed into your site. As long as you replace the bold areas with you own requirements it <strong>should</strong> work.</p>
<p>You can (and <strong>probably</strong> should) take it one step further by adding flash support in there too. This will allow browsers that don&#8217;t support HTML5 to resort back to a native flash player.</p>
<p>The following instructions will show you how to do just that.</p>
<p><strong>Step 5 – Enable Flash</strong></p>
<p>Download <a href="http://flowplayer.org/download/index.html" target="_blank"><strong>Flowplayer</strong></a> (free) and copy the <strong>‘flowplayer’</strong> folder to the<strong> ‘public_html’</strong> folder on your server.</p>
</li>
<li>
<p>Next you need to add <font style="background-color: #ffffff">the following to your header:</font></p>
<p><font style="background-color: #cccccc">&lt;script src=&quot;<strong>http://www.digitalanthill.com/flowplayer/example/flowplayer-3.2.6.min.js</strong>&quot;&gt;&lt;/script&gt;</font></p>
<p><font style="background-color: #ffffff">In this example I’ve added it just above the &lt;/head&gt; tag. Remember to replace the <strong>url</strong> with a link to </font><font style="background-color: #cccccc"><strong>flowplayer-3.2.6.min.js</strong></font><font style="background-color: #ffffff"> on your own site.</font></p>
<p><a href="http://www.digitalanthill.com/random/wp-content/uploads/2011/05/image5.png" rel="lightbox[1300]" title="image"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.digitalanthill.com/random/wp-content/uploads/2011/05/image_thumb5.png" width="555" height="659" /></a></p>
<p><a href="http://www.digitalanthill.com/wp-content/uploads/2011/05/image1.png" rel="lightbox[1300]" title="image"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.digitalanthill.com/wp-content/uploads/2011/05/image_thumb1.png" width="559" height="416" /></a></p>
<p>The grey highlighted code below is the same as the above HTML5 embed. The orange highlighted area is what you need to add to the grey code to get the flash flowplayer working.</p>
<p><font style="background-color: #cccccc">&lt;video id=&quot;movie&quot; width=&quot;552&quot; height=&quot;312&quot; preload controls autoplay=&quot;autoplay&quot;&gt; </font></p>
<p><font style="background-color: #cccccc">&lt;source src=&quot;http://www.digitalanthill.com/video/randomblog/powder.mp4&quot; type=&#8217;video/mp4; codecs=&quot;avc1.42E01E, mp4a.40.2&quot;&#8217; /&gt;</font></p>
<p><font style="background-color: #cccccc">&lt;source src=&quot;http://www.digitalanthill.com/video/randomblog/powder.webm&quot; type=&#8217;video/webm; codecs=&quot;vp8, vorbis&quot;&#8217; /&gt;</font></p>
<p><font style="background-color: #ffc000">&lt;object width=&quot;552&quot; height=&quot;312&quot; type=&quot;application/x-shockwave-flash&quot; data=&quot;<strong>http://www.digitalanthill.com/flowplayer/flowplayer-3.2.7.swf</strong>&quot;&gt; </font></p>
<p><font style="background-color: #ffc000">&lt;param name=&quot;movie&quot; value=&quot;<strong>http://www.digitalanthill.com/flowplayer/flowplayer-3.2.7.swf</strong>&quot; /&gt; </font></p>
<p><font style="background-color: #ffc000">&lt;param name=&quot;allowfullscreen&quot; value=&quot;true&quot; /&gt; </font></p>
<p><font style="background-color: #ffc000">&lt;param name=&quot;flashvars&quot; value=&#8217;config={ &quot;clip&quot; : { &quot;url&quot; : &quot;<strong>http://www.digitalanthill.com/video/randomblog/powder.mp4</strong>&quot;, &quot;autoPlay&quot; : true, &quot;autoBuffering&quot; : true } }&#8217; /&gt; </font></p>
<p><font style="background-color: #ffc000">&lt;/object&gt;</font></p>
<p><font style="background-color: #cccccc">&lt;/video&gt;</font></p>
<p>Again remember to change the bold text with links to your own content hosted on your site. If you use the links I’ve provided it will probably work but if I were to change the locations of the files your embeds will break.</p>
<p>Well I hope this tutorial is some help to someone. If you spot anything wrong with this post,&#160; come across any problems or you just want to say hello, leave a comment below.</p>
<p>Good luck <img src='http://www.digitalanthill.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>p.s. If you want to learn more about the above process check out this site: <a href="http://diveintohtml5.org/video.html"><strong>http://diveintohtml5.org/video.html</strong></a></p>
<p>The clip used was taken from this <a href="http://www.vimeo.com/21371158"><strong>video</strong></a>.</p>
</li>
<p><!-- PHP 5.x --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalanthill.com/html5-video-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
<enclosure url="http://www.digitalanthill.com/video/randomblog/powder.mp4" length="2384629" type="video/mp4" />
<enclosure url="http://www.digitalanthill.com/video/randomblog/powder.webm" length="1868881" type="video/webm" />
<enclosure url="http://www.digitalanthill.com/video/MainSite/Powder/powder.webm" length="1868881" type="video/webm" />
<enclosure url="http://www.digitalanthill.com/video/MainSite/Powder/powder.mp4" length="2384629" type="video/mp4" />
<enclosure url="http://www.digitalanthill.com/video/MainSite/Powder/powderHDOriginal.mp4" length="9076532" type="video/mp4" />
		</item>
		<item>
		<title>Fractals In After Effects &#8211; Tutorial</title>
		<link>http://www.digitalanthill.com/fractals-in-after-effects/</link>
		<comments>http://www.digitalanthill.com/fractals-in-after-effects/#comments</comments>
		<pubDate>Wed, 10 Nov 2010 12:01:18 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Personal Projects]]></category>
		<category><![CDATA[Random]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[after effects]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.digitalanthill.com/fractals-in-after-effects/</guid>
		<description><![CDATA[I found that you can generate a fractal in After Effects the other day.. I couldn&#8217;t resist having a little play. Here&#8217;s what I created… Be warned the video is ever so lightly trippy :p Fractalorama from Rob Antill on Vimeo. Click the More link below for a quick tutorial on how to do this.]]></description>
			<content:encoded><![CDATA[<p>I found that you can generate a <strong>fractal</strong> in After Effects the other day.. I couldn&#8217;t resist having a little play. Here&#8217;s what I created… Be warned the video is ever so lightly <strong>trippy</strong> :p</p>
<p align="center"><a href="http://www.digitalanthill.com/blog-pictures/fd627ff31094_A5A2/fractal.jpg" rel="lightbox[819]" title="fractal"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="fractal" border="0" alt="fractal" src="http://www.digitalanthill.com/blog-pictures/fd627ff31094_A5A2/fractal_thumb.jpg" width="559" height="351" /></a></p>
<p align="center"><iframe height="312" src="http://player.vimeo.com/video/16395454?portrait=0&amp;color=ff9933" frameborder="0" width="555"></iframe></p>
<p align="center"><a href="http://vimeo.com/16395454">Fractalorama</a> from <a href="http://vimeo.com/digitalanthill">Rob Antill</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<p align="left">Click the <strong>More</strong> link below for a quick tutorial on how to do this.</p>
<p>  <span id="more-819"></span>
<p>Load up <strong>After Effects</strong>.</p>
<p>Create a <strong>New</strong> <strong>Composition</strong>. You can use these settings..</p>
<p align="center"><a href="http://www.digitalanthill.com/blog-pictures/fd627ff31094_A5A2/comp-setup.jpg" rel="lightbox[819]" title="comp setup"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="comp setup" border="0" alt="comp setup" src="http://www.digitalanthill.com/blog-pictures/fd627ff31094_A5A2/comp-setup_thumb.jpg" width="244" height="219" /></a></p>
<p>Anywhere in the comp window <strong>Right Click &gt; New &gt; Soild… &gt; Click Ok</strong></p>
<p><strong>Right Click</strong> the newly generated Layer then <strong>Effect &gt; Generate &gt; Fractal</strong></p>
<p>You should see something like the image below.</p>
<p align="center"><a href="http://www.digitalanthill.com/blog-pictures/fd627ff31094_A5A2/Defualt-fractal.jpg" rel="lightbox[819]" title="Defualt fractal"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="Defualt fractal" border="0" alt="Defualt fractal" src="http://www.digitalanthill.com/blog-pictures/fd627ff31094_A5A2/Defualt-fractal_thumb.jpg" width="244" height="149" /></a></p>
<p align="left">Go into the <strong>settings</strong> tab on the left. </p>
<p align="left">By clicking the <strong>equation</strong> roll out you can generate different patterns.</p>
<p align="left">If you want to animate the zoom effect like my video check the <strong>stopwatch</strong> on the left next to the <strong>magnification</strong> slider. </p>
<p align="left">Now in the <strong>time</strong> <strong>line</strong> move the slider to <strong>20</strong> <strong>seconds</strong> for example and increase the <strong>zoom</strong> amount. As you zoom in change the position of the <strong>x(reel)</strong> and<strong> Y(Imaginary)</strong> making sure your always zooming in on one spot. and not just blackness. Watch out though the <strong>further</strong> you zoom in the <strong>smaller</strong> the amount you need to enter in the x and Y values. It takes a bit of <strong>playing</strong> around to get it working correctly! </p>
<p align="center"><a href="http://www.digitalanthill.com/blog-pictures/fd627ff31094_A5A2/settings.jpg" rel="lightbox[819]" title="settings"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="settings" border="0" alt="settings" src="http://www.digitalanthill.com/blog-pictures/fd627ff31094_A5A2/settings_thumb.jpg" width="229" height="244" /></a></p>
<p align="left">Once you&#8217;ve set it up and happy with the way it looks <strong>Click</strong> <strong>Composition</strong> at the top then <strong>Make Movie</strong>. Use the settings below. </p>
<p align="center"><a href="http://www.digitalanthill.com/blog-pictures/fd627ff31094_A5A2/render-settings.jpg" rel="lightbox[819]" title="render settings"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="render settings" border="0" alt="render settings" src="http://www.digitalanthill.com/blog-pictures/fd627ff31094_A5A2/render-settings_thumb.jpg" width="244" height="123" /></a></p>
<p><strong>Job Done.. </strong></p>
<p>&#160;</p>
<p>If you want any further <strong>help</strong> just post a comment below.. </p>
<p><!-- PHP 5.x --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalanthill.com/fractals-in-after-effects/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pixel Motion &#8211; Stop Motion Technique</title>
		<link>http://www.digitalanthill.com/181-2/</link>
		<comments>http://www.digitalanthill.com/181-2/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 17:54:06 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Pixel Motion]]></category>
		<category><![CDATA[Stop motion]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://www.digitalanthill.com/181-2/</guid>
		<description><![CDATA[I came across the following video the other week and was amazed by the effect mustardcuffins had created. I spent a long time trying to think how it was done. Drift from mustardcuffins on Vimeo. I was producing some work for a project when I came across the pixel motion frame blending option in After]]></description>
			<content:encoded><![CDATA[<p align="left">I came across the following video the other week and was amazed by the effect <strong>mustardcuffins</strong> had created. I spent a long time trying to think how it was done.</p>
<p align="center"><object width="500" height="281"><param name="wmode" value="transparent" /><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=7231932&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=ff9933&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=7231932&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=ff9933&amp;fullscreen=1" wmode="transparent" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="500" height="281"></embed></object></p>
<p align="center"><a href="http://vimeo.com/7231932">Drift</a> from <a href="http://vimeo.com/user306916">mustardcuffins</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<p align="left">I was producing some work for a project when I came across the <strong>pixel motion</strong> frame blending option in<strong> After Effects</strong>. I realized that this is what gave this stop motion that awesome smooth blending transition effect.</p>
<p align="left">The next day I went out and took some photos to see if I could recreate that effect.</p>
<p align="left">All these shots were taken with the <strong>Nikon D90</strong> and the <strong>18-107mm kit lens</strong>.</p>
<p align="left">First test. Not quite as smooth mustards but its nearly there.</p>
<p align="left">&#160;</p>
<p align="left">&#160;</p>
<p align="center"><embed src="http://www.digitalanthill.com/content/tower_bock_pmotion_crop.mov" width="500" height="297" ></embed></p>
<p align="left">More examples and a <strong>tutorial</strong> after the break. </p>
</p>
<p> <span id="more-182"></span>
</p>
<p align="left">I found that the subject you focus on needs to be quite big other wise it can look a bit odd for example the lamp post in the following clip.</p>
<p align="center"><embed src="http://www.digitalanthill.com/content/lamp%20pmotion%20smaller.mov" width="500" height="297" ></embed></p>
<p align="left">I thought I would also see what happens if the camera doesn&#8217;t move. It gives quite a nice effect on the train carriages.</p>
<p align="center"><embed src="http://www.digitalanthill.com/content/train%20pmotion%20crop.mov" width="500" height="297" ></embed></p>
<p align="center">&#160;</p>
<p align="left">I realized nearly all of <strong>mustardcuffins</strong> shots had a central focal point. In the tower block example above that point is the corner of the building. I took a photo every <strong>three steps</strong> or so making sure that the centre of the image was&#160; lined up with that point on the tower.</p>
<p align="left">Here’s how I then created the effect using <strong>After Effects</strong> I&#8217;m not sure if this is how he does it but it does produce similar results:</p>
<p align="left">&#160;</p>
<p align="left">File&gt;Import&gt;File – select the first image of the sequence</p>
<p align="left">Make sure Jpeg sequence is selected then click Open.</p>
<p align="left"><a href="http://www.digitalanthill.com/blog-pictures/d521304dffb9_13532/filelocation.jpg" rel="lightbox[182]" title="file location"><img title="file location" style="border-top-width: 0px; display: block; border-left-width: 0px; float: none; border-bottom-width: 0px; margin-left: auto; margin-right: auto; border-right-width: 0px" height="244" alt="file location" src="http://www.digitalanthill.com/blog-pictures/d521304dffb9_13532/filelocation_thumb.jpg" width="244" border="0" /></a>&#160;</p>
<p align="left">Right click in the project tab and select New Composition.</p>
<p align="left">Give the new Composition a name. I’ve set it up as 720p with 24fps, of course you can change this to what you want. Click ok</p>
<p align="left"><a href="http://www.digitalanthill.com/blog-pictures/d521304dffb9_13532/Rendersetup.jpg" rel="lightbox[182]" title="Render setup"><img title="Render setup" style="border-top-width: 0px; display: block; border-left-width: 0px; float: none; border-bottom-width: 0px; margin-left: auto; margin-right: auto; border-right-width: 0px" height="222" alt="Render setup" src="http://www.digitalanthill.com/blog-pictures/d521304dffb9_13532/Rendersetup_thumb.jpg" width="244" border="0" /></a>&#160;</p>
<p align="left">Drag your image sequence into the timeline. Depending on the resolution of your camera you may need to scale the image down a bit.</p>
<p align="left">I found that if the image sequence is played how it is at the moment there is some movement between frames. To fix this I used the stabilize motion feature.</p>
<p><a href="http://www.digitalanthill.com/blog-pictures/d521304dffb9_13532/stabilize.jpg" rel="lightbox[182]" title="stabilize"><img title="stabilize" style="border-top-width: 0px; display: block; border-left-width: 0px; float: none; border-bottom-width: 0px; margin-left: auto; margin-right: auto; border-right-width: 0px" height="244" alt="stabilize" src="http://www.digitalanthill.com/blog-pictures/d521304dffb9_13532/stabilize_thumb.jpg" width="190" border="0" /></a>&#160;</p>
<p>Click Stabilize Motion (if this window isn&#8217;t there go to Window&gt;Tracker). This will bring up a track point on your video. Zoom right in to the centre point of the video and drag the centre of the tracker to that point. Then click the Analyze 1 Frame Forward button if the tracker doesn&#8217;t stick to the same point move it manually to the correct position. I found that the automatic tracking doesn&#8217;t really work all that well with stop motion video the quickest way I could do it was to press the page down button and then move the tracker manually into position.</p>
<p>Once you have tracked the entire sequence click the apply button. If you play the video now you’ll notice that it has smoothed out the movement.</p>
<p>Now select the motion blend tool. click the box twice until it is a solid diagonal line appears. This is the pixel blending option (what gives it that warping effect) I think this is only available in the later versions of AE.</p>
<p><a href="http://www.digitalanthill.com/blog-pictures/d521304dffb9_13532/pixelmotionselect.jpg" rel="lightbox[182]" title="pixel motion select"><img title="pixel motion select" style="border-top-width: 0px; display: block; border-left-width: 0px; float: none; border-bottom-width: 0px; margin-left: auto; margin-right: auto; border-right-width: 0px" height="117" alt="pixel motion select" src="http://www.digitalanthill.com/blog-pictures/d521304dffb9_13532/pixelmotionselect_thumb.jpg" width="244" border="0" /></a>&#160;</p>
<p>If you play the video now it will be far to fast. So right click the video in the time line and select&#160; Time&gt;Time Stretch. The time you set the new duration depends on how many frames the current clip is. For this example the original clip was about 2 seconds and I increased it to 20 (just experiment with the times).</p>
<p><a href="http://www.digitalanthill.com/blog-pictures/d521304dffb9_13532/timeduration.jpg" rel="lightbox[182]" title="time duration"><img title="time duration" style="border-top-width: 0px; display: block; border-left-width: 0px; float: none; border-bottom-width: 0px; margin-left: auto; margin-right: auto; border-right-width: 0px" height="216" alt="time duration" src="http://www.digitalanthill.com/blog-pictures/d521304dffb9_13532/timeduration_thumb.jpg" width="244" border="0" /></a>&#160; </p>
<p>You can preview the video by clicking the Ram preview button. It might be an idea to turn the quality down while doing this because it can take a long time to create a preview.</p>
<p><a href="http://www.digitalanthill.com/blog-pictures/d521304dffb9_13532/rampreview.jpg" rel="lightbox[182]" title="ram preview"><img title="ram preview" style="border-top-width: 0px; display: block; border-left-width: 0px; float: none; border-bottom-width: 0px; margin-left: auto; margin-right: auto; border-right-width: 0px" height="57" alt="ram preview" src="http://www.digitalanthill.com/blog-pictures/d521304dffb9_13532/rampreview_thumb.jpg" width="230" border="0" /></a></p>
<p>Once you are happy with the results render out the movie<br />
. Composition&gt;Make Movie then select the compression settings you want then hit Render. That’s it.</p>
<p>I will be creating some more of my own videos based on this technique soon.</p>
<p>If you have any questions just post a comment ill try and answer it if i can..</p>
<p><!-- PHP 5.x --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalanthill.com/181-2/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
<enclosure url="http://www.digitalanthill.com/content/tower_bock_pmotion_crop.mov" length="18838107" type="video/quicktime" />
<enclosure url="http://www.digitalanthill.com/content/lamp%20pmotion%20smaller.mov" length="3113129" type="video/quicktime" />
<enclosure url="http://www.digitalanthill.com/content/train%20pmotion%20crop.mov" length="236464" type="video/quicktime" />
		</item>
	</channel>
</rss>

