<?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"
	>
<channel>
	<title>Comments on: Reading Quicktime Timecode in After Effects Redux: A Solution</title>
	<atom:link href="http://www.creative-workflow-hacks.com/2006/08/29/reading-quicktime-timecode-in-after-effects-redux-a-solution/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.creative-workflow-hacks.com/2006/08/29/reading-quicktime-timecode-in-after-effects-redux-a-solution/</link>
	<description>Sharing tips, scripts and hacks for your creative workflow.</description>
	<pubDate>Sat, 22 Nov 2008 02:32:35 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Creative Workflow Hacks &#187; Blog Archive &#187; Apple Sample Code: QTKitTimeCode</title>
		<link>http://www.creative-workflow-hacks.com/2006/08/29/reading-quicktime-timecode-in-after-effects-redux-a-solution/#comment-5686</link>
		<dc:creator>Creative Workflow Hacks &#187; Blog Archive &#187; Apple Sample Code: QTKitTimeCode</dc:creator>
		<pubDate>Tue, 07 Aug 2007 18:42:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.creative-workflow-hacks.com/2006/08/30/reading-quicktime-timecode-in-after-effects-redux-a-solution/#comment-5686</guid>
		<description>[...] found myself deep into the Quicktime API before and the modernization of the Quicktime architecture can&#8217;t come too soon. Unfortunately, [...]</description>
		<content:encoded><![CDATA[<p>[...] found myself deep into the Quicktime API before and the modernization of the Quicktime architecture can&#8217;t come too soon. Unfortunately, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dale Bradshaw</title>
		<link>http://www.creative-workflow-hacks.com/2006/08/29/reading-quicktime-timecode-in-after-effects-redux-a-solution/#comment-566</link>
		<dc:creator>Dale Bradshaw</dc:creator>
		<pubDate>Tue, 10 Oct 2006 00:37:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.creative-workflow-hacks.com/2006/08/30/reading-quicktime-timecode-in-after-effects-redux-a-solution/#comment-566</guid>
		<description>Mel,

Thanks for the kind words.
&lt;em&gt;
That way, I can look at the EDL from the FCP timeline, and just slip/slide the layers in AE to match the timecodes.
&lt;/em&gt;
Your best bet to handle this kind of thing is to use &lt;strong&gt;FCP-XML&lt;/strong&gt;. I've written a post about working with &lt;strong&gt;FCP-XML&lt;/strong&gt; in &lt;strong&gt;AE&lt;/strong&gt; via sripting.

&lt;a href="http://www.creative-workflow-hacks.com/2006/03/09/moving-between-final-cut-pro-and-after-effects-the-scripting-option/" rel="nofollow"&gt;Moving Between Final Cut Pro and After Effects: The Scripting Option&lt;/a&gt;

The &lt;strong&gt;timecodereader &lt;/strong&gt; utility is handy for working with &lt;strong&gt;FCP timelines&lt;/strong&gt;, but you need to do a bit of work via scriptiing to calculate from the first frame, so it helps to have some scripting experience  to work with these tools.
&lt;em&gt;
Is this even possible using these hacks you came up with? Or do I still have to shell out the big bucks for a copy of Automatic Duck?
&lt;/em&gt;
I'm a big fan of Automatic Duck, it's a great piece of software. It's definitely possible to do similar kinds of things with scripting, but you won't be able to duplicate the seemless experience you get with such well designed software. I use scripts and hacks to develop custom workflows and project management solutions, but I still use Automatic Duck daily for project integration between AE and FCP.</description>
		<content:encoded><![CDATA[<p>Mel,</p>
<p>Thanks for the kind words.<br />
<em><br />
That way, I can look at the EDL from the FCP timeline, and just slip/slide the layers in AE to match the timecodes.<br />
</em><br />
Your best bet to handle this kind of thing is to use <strong>FCP-XML</strong>. I&#8217;ve written a post about working with <strong>FCP-XML</strong> in <strong>AE</strong> via sripting.</p>
<p><a href="http://www.creative-workflow-hacks.com/2006/03/09/moving-between-final-cut-pro-and-after-effects-the-scripting-option/" rel="nofollow">Moving Between Final Cut Pro and After Effects: The Scripting Option</a></p>
<p>The <strong>timecodereader </strong> utility is handy for working with <strong>FCP timelines</strong>, but you need to do a bit of work via scriptiing to calculate from the first frame, so it helps to have some scripting experience  to work with these tools.<br />
<em><br />
Is this even possible using these hacks you came up with? Or do I still have to shell out the big bucks for a copy of Automatic Duck?<br />
</em><br />
I&#8217;m a big fan of Automatic Duck, it&#8217;s a great piece of software. It&#8217;s definitely possible to do similar kinds of things with scripting, but you won&#8217;t be able to duplicate the seemless experience you get with such well designed software. I use scripts and hacks to develop custom workflows and project management solutions, but I still use Automatic Duck daily for project integration between AE and FCP.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mel Matsuoka</title>
		<link>http://www.creative-workflow-hacks.com/2006/08/29/reading-quicktime-timecode-in-after-effects-redux-a-solution/#comment-565</link>
		<dc:creator>Mel Matsuoka</dc:creator>
		<pubDate>Mon, 09 Oct 2006 23:34:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.creative-workflow-hacks.com/2006/08/30/reading-quicktime-timecode-in-after-effects-redux-a-solution/#comment-565</guid>
		<description>Nice hack, I have to say! But I still haven't figured out how to utilize this script in a real-world fashion. 

I need to recreate a sequence which was cut in FCP in my AE comp (using the same media, of course). The media/sequence was consolidated with 30 frames of handles. 

The timecodereader script only seems to return the timecode of the first frame of the .mov file. What I would like it to do is return the timecode number of the selected clip's frame which is currently under the timeline cursor. That way, I can look at the EDL from the FCP timeline, and just slip/slide the layers in AE to match the timecodes.

Is this even possible using these hacks you came up with? Or do I still have to shell out the big bucks for a copy of Automatic Duck? :P</description>
		<content:encoded><![CDATA[<p>Nice hack, I have to say! But I still haven&#8217;t figured out how to utilize this script in a real-world fashion. </p>
<p>I need to recreate a sequence which was cut in FCP in my AE comp (using the same media, of course). The media/sequence was consolidated with 30 frames of handles. </p>
<p>The timecodereader script only seems to return the timecode of the first frame of the .mov file. What I would like it to do is return the timecode number of the selected clip&#8217;s frame which is currently under the timeline cursor. That way, I can look at the EDL from the FCP timeline, and just slip/slide the layers in AE to match the timecodes.</p>
<p>Is this even possible using these hacks you came up with? Or do I still have to shell out the big bucks for a copy of Automatic Duck? <img src='http://www.creative-workflow-hacks.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
</channel>
</rss>
