<?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>Creative Workflow Hacks &#187; Quicktime</title>
	<atom:link href="http://www.creative-workflow-hacks.com/category/quicktime/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.creative-workflow-hacks.com</link>
	<description>Sharing tips, scripts and hacks for your creative workflow.</description>
	<lastBuildDate>Mon, 10 May 2010 17:40:11 +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>Lost your Quicktime export options?</title>
		<link>http://www.creative-workflow-hacks.com/2008/03/04/lost-your-quicktime-export-options/</link>
		<comments>http://www.creative-workflow-hacks.com/2008/03/04/lost-your-quicktime-export-options/#comments</comments>
		<pubDate>Tue, 04 Mar 2008 17:06:12 +0000</pubDate>
		<dc:creator>Dale</dc:creator>
				<category><![CDATA[Quicktime]]></category>

		<guid isPermaLink="false">http://www.creative-workflow-hacks.com/2008/03/04/lost-your-quicktime-export-options/</guid>
		<description><![CDATA[If you updated to the latest version of Quicktime you lost some of your export options like Sorenson (You take the good with the bad with the beneficent dictatorship that is Apple UI design). To get it back&#8230;

Go to System Preferences on the Mac or Control Panel on Windows
Click on Quicktime
Click the Advanced Tab
Check Show Legacy Encoders 

Thanks Brandon
]]></description>
			<content:encoded><![CDATA[<p>If you updated to the latest version of <span style="font-weight: bold" class="Apple-style-span">Quicktime</span> you lost some of your export options like <span class="Apple-style-span" style="font-weight: bold">Sorenson</span> (You take the good with the bad with the <span class="Apple-style-span" style="font-weight: bold">beneficent dictatorship</span> that is <span class="Apple-style-span" style="font-weight: bold">Apple UI design</span>). To get it back&#8230;
<ol>
<li>Go to <span class="Apple-style-span" style="font-weight: bold">System Preferences </span>on the <span class="Apple-style-span" style="font-weight: bold">Mac</span> or <span class="Apple-style-span" style="font-weight: bold">Control Pane</span>l on <span class="Apple-style-span" style="font-weight: bold">Windows</span></li>
<li>Click on <span class="Apple-style-span" style="font-weight: bold">Quicktime</span></li>
<li>Click the <span class="Apple-style-span" style="font-weight: bold">Advanced</span> Tab</li>
<li>Check <span class="Apple-style-span" style="font-weight: bold">Show Legacy Encoders</span> </li>
</ol>
<p>Thanks <a href="http://deeperintomovies.net" title="Brandon">Brandon</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.creative-workflow-hacks.com/2008/03/04/lost-your-quicktime-export-options/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Apple Sample Code: QTKitTimeCode</title>
		<link>http://www.creative-workflow-hacks.com/2007/08/07/apple-sample-code-qtkittimecode/</link>
		<comments>http://www.creative-workflow-hacks.com/2007/08/07/apple-sample-code-qtkittimecode/#comments</comments>
		<pubDate>Tue, 07 Aug 2007 18:42:25 +0000</pubDate>
		<dc:creator>Dale</dc:creator>
				<category><![CDATA[Quicktime]]></category>

		<guid isPermaLink="false">http://www.creative-workflow-hacks.com/2007/08/07/apple-sample-code-qtkittimecode/</guid>
		<description><![CDATA[Apple posted some sample code demonstrating how to extract timecode from Quicktime files using the objective-c based QTKit only dropping down into the low level C API when &#8220;absolutely required&#8221;.
I&#8217;ve found myself deep into the Quicktime API before and the modernization of the Quicktime architecture can&#8217;t come too soon. Unfortunately, digging deeper into the sample [...]]]></description>
			<content:encoded><![CDATA[<p>Apple posted some <a href="http://developer.apple.com/samplecode/QTKitTimeCode/index.html">sample code</a> demonstrating how to extract <strong>timecode</strong> from <strong>Quicktime</strong> files using the <strong>objective-c based QTKit</strong> only dropping down into the low level <strong>C API</strong> when &#8220;absolutely required&#8221;.</p>
<p>I&#8217;ve found myself deep into the Quicktime API <a href="http://www.creative-workflow-hacks.com/2006/08/29/reading-quicktime-timecode-in-after-effects-redux-a-solution/">before</a> and the modernization of the <strong>Quicktime</strong> architecture can&#8217;t come too soon. Unfortunately, digging deeper into the sample code, it&#8217;s clear that it&#8217;s going to be slow-sledding before we get <strong>NSString *timeCodeTime = [movie tcTime]; or some such</strong>. Anyway, it&#8217;s good to have this info from the definitive source, it&#8217;s taken a bit of research to find before now.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.creative-workflow-hacks.com/2007/08/07/apple-sample-code-qtkittimecode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reading Quicktime Timecode in After Effects Redux: A Solution</title>
		<link>http://www.creative-workflow-hacks.com/2006/08/29/reading-quicktime-timecode-in-after-effects-redux-a-solution/</link>
		<comments>http://www.creative-workflow-hacks.com/2006/08/29/reading-quicktime-timecode-in-after-effects-redux-a-solution/#comments</comments>
		<pubDate>Wed, 30 Aug 2006 02:07:28 +0000</pubDate>
		<dc:creator>Dale</dc:creator>
				<category><![CDATA[After Effects ]]></category>
		<category><![CDATA[Final Cut Pro]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[Quicktime]]></category>

		<guid isPermaLink="false">http://www.creative-workflow-hacks.com/2006/08/30/reading-quicktime-timecode-in-after-effects-redux-a-solution/</guid>
		<description><![CDATA[When we were last talking about reading timecode from FCP sourced Quicktime&#8217;s I followed a tangent into Spotlight and other OS X technologies. Well, recently I revisited this problem for another project I&#8217;m working on and I think I&#8217;ve got a working solution for reading embedded timecode in After Effects on OS X.

timecodereader is a [...]]]></description>
			<content:encoded><![CDATA[<p>When we were last talking about <a href="http://www.creative-workflow-hacks.com/2006/05/09/moving-toward-reading-fcp-source-timecode-from-imported-quicktimes-in-after-effects/">reading timecode from FCP sourced Quicktime&#8217;s</a> I followed a tangent into <strong>Spotlight</strong> and other <strong>OS X</strong> technologies. Well, recently I revisited this problem for another project I&#8217;m working on and I think I&#8217;ve got a working solution for reading embedded timecode in <strong>After Effects</strong> on <strong>OS X</strong>.
</p>
<p><strong>timecodereader</strong> is a command-line utility that takes a path from <strong>After Effects</strong> via <strong>system.callSystem()</strong> and returns either the embedded timecode or the string <strong><unknown timecode></strong>. Right now the included <strong>.JSX script</strong> just writes that information to the console, but there are a lot of cool uses for <strong>Quicktime timecode</strong> in productivity scripts.
</p>
<h2>How to Use timecodereader</h2>
<p>
Download the zip archive, and either compile a new binary from the included <strong>XCode</strong> project or move the already compiled binary from <strong>build/release</strong> to a local binary directory. Since this is a command line tool you will want to move it to a location in your <strong>Path</strong> statement so you can use <strong>system.callSystem(&#8220;timecodereader &#8221; + String(thisItem.mainSource.file))&#8221;</strong> instead of <strong>system.callSystem(&#8220;/path/to/timecodereader &#8221; + String(thisItem.mainSource.file))</strong> .
</p>
<p>Update 09-09-2006: Lloyd Alvarez points out at <a href="http://www.aenhancers.com/viewtopic.php?t=430&#038;start=0">aenhancers</a> that <strong>AE</strong> preferers <strong>~/bin/timecodereader</strong> when we set up as below. I&#8217;ve adjusted the enclosed script.</p>
<p>
In the default <strong>Bash</strong> shell<br />
<code></p>
<pre>
export PATH="$PATH:~/bin"
echo 'PATH="$PATH:~/bin"' >> .profile
</pre>
<p></code><br />
will setup a path to <strong>bin</strong> in your <strong>User</strong> directory. Move the enclosed script to your <strong>Scripts</strong> folder, select a <strong>Quicktime file</strong> in the <strong>Project window</strong> and we&#8217;re done.
</p>
<p>
When I run the script, I get these results (The 1:00:00:00 timecode is due to the fact that I&#8217;m using <strong>writeln</strong> to write to the console so the previous lines scroll up until they are out of view).
</p>
<div style="height:175px">
<img src="http://www.creative-workflow-hacks.com/images/timecodeProjectWindow.jpg" alt="After Effects Project Window with Quicktime selected">
</div>
<div style="height:210px">
<img src="http://www.creative-workflow-hacks.com/images/timecodeInfoWindow.jpg" alt="After Effects Info Window with timecode displayed">
</div>
<p>I&#8217;ve tried <strong>timecodereader</strong> with quite a few <strong>Quicktime&#8217;s</strong> but obviously there might be a few that aren&#8217;t handled well, so consider this a beta release. The compiled binary is a universal binary so it should work on both <strong>PowerPC</strong> and <strong>Intel</strong> platforms. One gotcha, is that if you have a <strong>codec</strong> that is not compiled for the supported platform you might get a <strong>dyld returns 2</strong> log message that might futz with your script. You can either work around it via string handling or remove the <strong>codec</strong> since it won&#8217;t work anyway. You’ll need to turn on <strong>Allow Scripts to Write Files and Access Network</strong> and turn off <strong>Enable JavaSript Debugger</strong> so we can eat the errors.
</p>
<h2>timecodereader requires <strong>After Effects 7</strong>,  and <strong>OS X 10.4+</strong></h2>
<p>Updated file: 09.09.2006</p>
<p>Fixed a problem with external Hard Drives and Mounted Volumes. <strong>After Effects</strong> does not add <strong>/Volumes/</strong> to drive paths like <strong>OS X</strong>, so <strong>/Volumes/MyHardDriveName</strong> is reported as <strong>/MyHardDriveName</strong>I&#8217;m basically checking all mount points and adding /Volumes when appropriate, unfortunately the response is a bit slower if you have disk images or a lot of volumes mounted. If anybody knows anything faster send it my way.
</p>
<p>
Also. I&#8217;m using metadata checks for <strong>com.apple.quicktime-movie</strong> to check whether the file is a quicktime file. This only works on volumes that are indexed, so it might not work on mounted server volumes. I can add alternative QT detection if anybody finds it useful or necessary.
</p>
<p><a href="http://www.creative-workflow-hacks.com/downloads/timecodereader.zip">Zip Archive of Binary, Script and XCode Project</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.creative-workflow-hacks.com/2006/08/29/reading-quicktime-timecode-in-after-effects-redux-a-solution/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Kona 10bit RGB/Trillions+ with Endian Option producing black frames?</title>
		<link>http://www.creative-workflow-hacks.com/2006/08/19/kona-10bit-rgbtrillions-with-endian-option-producing-black-frames/</link>
		<comments>http://www.creative-workflow-hacks.com/2006/08/19/kona-10bit-rgbtrillions-with-endian-option-producing-black-frames/#comments</comments>
		<pubDate>Sat, 19 Aug 2006 17:52:29 +0000</pubDate>
		<dc:creator>Dale</dc:creator>
				<category><![CDATA[After Effects ]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[Quicktime]]></category>

		<guid isPermaLink="false">http://www.creative-workflow-hacks.com/2006/08/19/kona-10bit-rgbtrillions-with-endian-option-producing-black-frames/</guid>
		<description><![CDATA[Update 9/11/2006 6:20PMI said I&#8217;d update this post when updated drivers were available, and it looks like the 8/29/2006 drivers from AJA have addressed this issue. Download them here.

Update 8/19/2006 2:50PM OK. It appears that downgrading the codec to version 1.2 fixes the issue. Run the uninstaller, and grab the 1.2 codecs at Aja&#8217;s site. [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Update 9/11/2006 6:20PM</strong>I said I&#8217;d update this post when updated drivers were available, and it looks like the 8/29/2006 drivers from AJA have addressed this issue.<a href="http://www.aja.com/html/support_kona3_swd.html"> Download them here</a>.
</p>
<p><strong>Update 8/19/2006 2:50PM</strong> OK. It appears that downgrading the codec to version 1.2 fixes the issue. Run the uninstaller, and grab the 1.2 codecs at <a href="http://www.aja.com/html/support_kona3_swd.html">Aja&#8217;s site</a>. I&#8217;m going to leave this up for any future Google searches and I&#8217;ll update it when there is an upgraded codec. Thanks to Evan on this one.</p>
<p>I&#8217;m running into a problem with <strong>Kona 10bit RGB</strong> output with trillions+ that I&#8217;m hoping somebody might be able to help with since I&#8217;m on a really tight deadline. I&#8217;ve been happily producing <strong>10 bit RGB quicktimes</strong> with trillions + option for weeks now. I bought several new machines that have introduced a new <strong>endian option</strong> in the compressor options like so&#8230;</p>
<div style="height: 175px;">
<img src="http://www.creative-workflow-hacks.com/images/end.jpg" alt="big endian option">
</div>
<p>This is what all of our older machines with the same version of <strong>OSX, Quicktime and Kona drivers</strong> look like&#8230;
</p>
<div style="height: 165px">
<img src="http://www.creative-workflow-hacks.com/images/noEnd.jpg" alt="no big endian option">
</div>
<p>All of the <strong>Quicktimes</strong> we produce from the computers with the <strong>endian option</strong> produce <strong>black frames</strong> no matter what combination we use when <strong>trillions+</strong> is selected. I&#8217;m aware of <strong>endian issues</strong> with the new <strong>Intel Macs vs G5 Macs</strong>, but I can&#8217;t seem to produce a working combination and like I said all software is up to date on all machines. I&#8217;m guessing a firmware issue or something. I&#8217;m hoping somebody has a working workaround and can send a comment or email to dale(at)creative-workflow-hacks(dot)com. Normally, I&#8217;d just go through tech support options, but my deadline is pressing. Thanks folks.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.creative-workflow-hacks.com/2006/08/19/kona-10bit-rgbtrillions-with-endian-option-producing-black-frames/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stupid Scripting Tricks: Import every Quicktime available</title>
		<link>http://www.creative-workflow-hacks.com/2006/05/04/stupid-scripting-tricks-import-every-quicktime-available/</link>
		<comments>http://www.creative-workflow-hacks.com/2006/05/04/stupid-scripting-tricks-import-every-quicktime-available/#comments</comments>
		<pubDate>Thu, 04 May 2006 14:15:11 +0000</pubDate>
		<dc:creator>Dale</dc:creator>
				<category><![CDATA[After Effects ]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[Quicktime]]></category>
		<category><![CDATA[Scripting]]></category>

		<guid isPermaLink="false">http://www.creative-workflow-hacks.com/2006/05/04/stupid-scripting-tricks-import-every-quicktime-available/</guid>
		<description><![CDATA[Here&#8217;s a fun one. Run this script and it will import every Quicktime on your hard drive or mounted server that After Effects understands. Stupidest hack ever, right? Well yeah, but there is some real gold in this line of the script


mdfind 'kMDItemKind == "QuickTime Movie"'


mdfind is the command line version of Apple&#8217;s spotlight technology. [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a fun one. Run this script and it will import every Quicktime on your hard drive or mounted server that After Effects understands. Stupidest hack ever, right? Well yeah, but there is some real gold in this line of the script</p>
<p><code></p>
<pre>
mdfind 'kMDItemKind == "QuickTime Movie"'
</pre>
<p></code></p>
<p><strong>mdfind</strong> is the command line version of Apple&#8217;s <strong>spotlight</strong> technology. Combined with the new <a href="http://developer.apple.com/documentation/QuickTime/APIREF/WorkingWithQuickTimeMetadata.htm">Quicktime metadata API</a> and <strong>system.callSystem()</strong> there&#8217;s a lot for a hungry developer to chew on.
</p>
<p>The script, osX 10.4(Tiger) and After Effects 7 only (I know, I know)</p>
<p><code></p>
<pre>
var myProject = app.project;

var osString = "mdfind 'kMDItemKind == \"QuickTime Movie\"' | wc -l" ;
var numberOfQTs = system.callSystem(osString);
//After Effects seems to choke when I feed it more than 41 items at a time, so let's use sed to give it 40 to chew on at a time
for(x=1; x < numberOfQTs; x = x + 40){
	var osString = "mdfind 'kMDItemKind == \"QuickTime Movie\"' | sed -n '" + x + ", " + ( x + 40) + "p'";
	//alert(osString);
	var systemCall = system.callSystem(osString);

	var movArray= systemCall.split("\\n");

	for(y=0; y < movArray.length; y++){
			try{
				var my_io = new ImportOptions(new File( movArray[y]));
				var myItem = myProject.importFile(my_io);
			}catch(e){
				//eat errors
			}
	}
}
</pre>
<p></code></p>
<p>And the downloadable version</p>
<p><a href="http://creative-workflow-hacks.com/downloads/importEveryQuicktime.jsx.zip">importEveryQuicktime.jsx.zip</a></p>
<h2>followup 5/4/2006 2:30P EST:</h2>
<p>So, most folks working in motion graphics have a <strong>lot</strong> of quicktimes on their system and don't necessarily want to take a long time to import all of them into an After Effects project as a proof of concept ( I told you this was a Stupid Scripting Trick). Therefore, here's a version that imports the first 20 of them with <strong>head -n 20</strong> to act as a proof of concept for you busy people <grin>.</p>
<p><p>Here ya go:</p>
<p><a href="http://creative-workflow-hacks.com/downloads/import20Quicktimes.jsx.zip">import20Quicktimes.jsx.zip</a></p>
<p>You'll need to turn on <strong>Allow Scripts to Write Files and Access Network</strong> and turn off <strong>Enable JavaSript Debugger</strong> so we can eat the errors. As in anything that allows write access to your file system, be careful in experimenting with this script.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.creative-workflow-hacks.com/2006/05/04/stupid-scripting-tricks-import-every-quicktime-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
