<?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>Adam Teale: News From Above &#187; fcp</title>
	<atom:link href="http://adamteale.com/tag/fcp/feed/" rel="self" type="application/rss+xml" />
	<link>http://adamteale.com</link>
	<description>ramblings of a 2 metre man</description>
	<lastBuildDate>Thu, 17 May 2012 17:16:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>fcp 7 to nuke</title>
		<link>http://adamteale.com/1785/</link>
		<comments>http://adamteale.com/1785/#comments</comments>
		<pubDate>Tue, 08 May 2012 19:47:49 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[computer stuff]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[VFX]]></category>
		<category><![CDATA[elementree]]></category>
		<category><![CDATA[fcp]]></category>
		<category><![CDATA[fcp7]]></category>
		<category><![CDATA[nuke]]></category>
		<category><![CDATA[parse]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://adamteale.com/?p=1785</guid>
		<description><![CDATA[Scenario A FCP 7 timeline with 20 shots in it (all in one video layer). I need to comp them all separately in nuke. I want to have each shot in a separate numbered directory, with subdirectories for &#8220;scripts&#8221; and &#8230; <a href="http://adamteale.com/1785/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strong>Scenario</strong><br />
<em>A FCP 7 timeline with 20 shots in it (all in one video layer).<br />
I need to comp them all separately in nuke.<br />
I want to have each shot in a separate numbered directory, with subdirectories for &#8220;scripts&#8221; and &#8220;renders&#8221;<br />
</em></p>
<p>Here is a little python script i wrote this morning to export a basic FCP 7 timeline as a series of nuke scripts into numbered shot directories.<br />
This script parses an XML file that I exported from FCP 7 (the sequence/edit).</p>
<p>I have only used this for the purposes i needed, but it works.<br />
Perhaps it could be expanded to incorporate multiple video layers.</p>
<p>Each nuke script that is generated is just a read node, with the nuke.root frame range set to the duration of the clip in FCP 7.</p>
<p>Even if the script doesn&#8217;t help everyone&#8217;s fcp7-nuke needs I found that i learnt a lot about Python&#8217;s elementTree XML library. Nice clean simple.<br />
And also this page was a big help to get things going:<br />
<a href="http://drumcoder.co.uk/blog/2010/jun/17/using-elementtree-python/">http://drumcoder.co.uk/blog/2010/jun/17/using-elementtree-python/</a></p>
<p>The script needs to be run from a shell/terminal:<br />
<strong>python /path/to/the/script/fcpNuke.py /path/to/you/xmlfile.xml</strong></p>
<p>*file re-uploaded 11 May 2012</p>
<p>The script:<br />
<a class="downloadlink" href="http://adamteale.com/download/fcpNuke.py.zip" title=" downloaded 16 times" >fcp7toNuke (16)</a></p>
<hr><h2>2 Comments</h2> <ul><li><p>At <a href="http://adamteale.com/1785/#comment-40658">Fri 11, May 2012</a>, <span class='eg-image' style='float:right; margin-left:10px; display:block; width:80px' ><img alt='' src='http://1.gravatar.com/avatar/bdc9c6f3c045255095e32533691d7ac6?s=80&amp;d=http%3A%2F%2Fuse.perl.org%2Fimages%2Fpix.gif%3Fs%3D80&amp;r=G' class='avatar avatar-80 photo' height='80' width='80' /></span>Bart Verkoeijen wrote:</p><p>The script download gives a error 500. Maybe archive to zip?</p></li><li><p>At <a href="http://adamteale.com/1785/#comment-40678">Sat 12, May 2012</a>, <span class='eg-image' style='float:right; margin-left:10px; display:block; width:80px' ><a rel='external nofollow' href='http://adamteale.com'><img alt='' src='http://1.gravatar.com/avatar/d4866d87a0ada27ce67b707bc56e460b?s=80&amp;d=http%3A%2F%2Fuse.perl.org%2Fimages%2Fpix.gif%3Fs%3D80&amp;r=G' class='avatar avatar-80 photo' height='80' width='80' /></a></span><a href="http://adamteale.com"   rel='external nofollow' class='url'>Adam</a> wrote:</p><p>Thanks for spotting that! dude! File is now available as a zip.</p></li></ul>]]></content:encoded>
			<wfw:commentRss>http://adamteale.com/1785/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>SubIt 1.1</title>
		<link>http://adamteale.com/1338/</link>
		<comments>http://adamteale.com/1338/#comments</comments>
		<pubDate>Sat, 10 Oct 2009 02:36:36 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[objective-c]]></category>
		<category><![CDATA[subit]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[fcp]]></category>
		<category><![CDATA[final cut pro]]></category>
		<category><![CDATA[logging]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[subtitle]]></category>
		<category><![CDATA[translation]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://adamteale.com/?p=1338</guid>
		<description><![CDATA[Latest release of SubIt &#8211; version 1.1 Finally it&#8217;s here! After a complete rewrite in Objective-C I am happy to say that I have a working version of SubIt. What&#8217;s new? Most noticeably the ability to select QTTracks in your &#8230; <a href="http://adamteale.com/1338/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img src="http://adamteale.com/wp-content/uploads/2009/03/subit_icon.png" alt="subit_icon" title="subit_icon" width="500" height="233" class="alignnone size-full wp-image-1324" /><br />
Latest release of <a href="http://adamteale.com/subit">SubIt</a> &#8211; version 1.1</p>
<p>Finally it&#8217;s here!<br />
After a complete rewrite in Objective-C I am happy to say that I have a working version of SubIt.</p>
<p><strong>What&#8217;s new?</strong><br />
Most noticeably the ability to select QTTracks in your media.<br />
Ability to select a font/style/size before exporting your work.</p>
<p><a href="http://adamteale.com/subit">Download it</a> and let me know what you think and what bugs you have found!</p>
<p><img src="http://adamteale.com/wp-content/uploads/2009/03/subit_window-1024x682.png" alt="subit_window" title="subit_window" width="512" height="341" class="alignnone size-large wp-image-1329" /></p>
<hr><h2>3 Comments</h2> <ul><li><p>At <a href="http://adamteale.com/1338/#comment-14163">Wed 14, October 2009</a>, <span class='eg-image' style='float:right; margin-left:10px; display:block; width:80px' ><img alt='' src='http://0.gravatar.com/avatar/2ce5a47ff0e6f35dab7a2655ba2301ef?s=80&amp;d=http%3A%2F%2Fuse.perl.org%2Fimages%2Fpix.gif%3Fs%3D80&amp;r=G' class='avatar avatar-80 photo' height='80' width='80' /></span>Nicholas Ward wrote:</p><p>Finally, Way to go Mate! love the logo :p 555</p></li><li><p>At <a href="http://adamteale.com/1338/#comment-14170">Wed 14, October 2009</a>, <span class='eg-image' style='float:right; margin-left:10px; display:block; width:80px' ><a rel='external nofollow' href='http://adamteale.com'><img alt='' src='http://1.gravatar.com/avatar/d4866d87a0ada27ce67b707bc56e460b?s=80&amp;d=http%3A%2F%2Fuse.perl.org%2Fimages%2Fpix.gif%3Fs%3D80&amp;r=G' class='avatar avatar-80 photo' height='80' width='80' /></a></span><a href="http://adamteale.com"   rel='external nofollow' class='url'>Adam</a> wrote:</p><p>Cheers man! Thanks again for all your hard work putting the logo together! :)</p></li><li><p>At <a href="http://adamteale.com/1338/#comment-14305">Tue 3, November 2009</a>, <span class='eg-image' style='float:right; margin-left:10px; display:block; width:80px' ><img alt='' src='http://0.gravatar.com/avatar/2fcdc6ce9c7758a41c4e18d6741c73ab?s=80&amp;d=http%3A%2F%2Fuse.perl.org%2Fimages%2Fpix.gif%3Fs%3D80&amp;r=G' class='avatar avatar-80 photo' height='80' width='80' /></span>ano wrote:</p><p>I wish i had something to write subtitles for!</p></li></ul>]]></content:encoded>
			<wfw:commentRss>http://adamteale.com/1338/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>SubIt 1.0.1</title>
		<link>http://adamteale.com/799/</link>
		<comments>http://adamteale.com/799/#comments</comments>
		<pubDate>Mon, 27 Apr 2009 18:42:39 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[computer stuff]]></category>
		<category><![CDATA[Extremely Cool]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[subit]]></category>
		<category><![CDATA[cocoa]]></category>
		<category><![CDATA[dvdsp]]></category>
		<category><![CDATA[export]]></category>
		<category><![CDATA[fcp]]></category>
		<category><![CDATA[import]]></category>
		<category><![CDATA[interface builder]]></category>
		<category><![CDATA[logging]]></category>
		<category><![CDATA[pyobjc]]></category>
		<category><![CDATA[stl]]></category>
		<category><![CDATA[subtitle]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[xcode]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://adamteale.com/?p=799</guid>
		<description><![CDATA[SubIt 1.0.1 is here! Support for Non-ASCII characters Method for cleaning up Overlapping Timecode Download here For a little bit more info: http://adamteale.com/subit/ 1 Comments At Tue 28, April 2009, warwick wrote:looks like new career in software development]]></description>
			<content:encoded><![CDATA[<p>SubIt 1.0.1 is here!</p>
<p><img src="http://adamteale.com/wp-content/uploads/2009/03/subitdog101.gif" alt="subitdog101" title="subitdog101" width="368" height="194" class="alignnone size-full wp-image-797" /></p>
<p>Support for Non-ASCII characters<br />
Method for cleaning up Overlapping Timecode</p>
<p>Download <a href="http://adamteale.com/wp-content/plugins/download-monitor/download.php?id=1">here</a></p>
<p>For a little bit more info:<br />
<a href="http://adamteale.com/subit/">http://adamteale.com/subit/</a></p>
<hr><h2>1 Comments</h2> <ul><li><p>At <a href="http://adamteale.com/799/#comment-10894">Tue 28, April 2009</a>, <span class='eg-image' style='float:right; margin-left:10px; display:block; width:80px' ><img alt='' src='http://1.gravatar.com/avatar/532026318997e340000e5572937677b6?s=80&amp;d=http%3A%2F%2Fuse.perl.org%2Fimages%2Fpix.gif%3Fs%3D80&amp;r=G' class='avatar avatar-80 photo' height='80' width='80' /></span>warwick wrote:</p><p>looks like new career in software development</p></li></ul>]]></content:encoded>
			<wfw:commentRss>http://adamteale.com/799/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

