<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Script Dictionary Documentation</title>
	<atom:link href="http://michael-mccracken.net/2006/08/script-dictionary-documentation/feed/" rel="self" type="application/rss+xml" />
	<link>http://michael-mccracken.net/2006/08/script-dictionary-documentation/</link>
	<description>This is a weblog</description>
	<lastBuildDate>Mon, 06 Feb 2012 22:21:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>By: William</title>
		<link>http://michael-mccracken.net/2006/08/script-dictionary-documentation/comment-page-1/#comment-198</link>
		<dc:creator>William</dc:creator>
		<pubDate>Tue, 01 Aug 2006 21:19:10 +0000</pubDate>
		<guid isPermaLink="false">http://michael-mccracken.net/wp/?p=56#comment-198</guid>
		<description>&lt;p&gt;This infomration mostly comes from the description of the QTTime struct, whose values include timeScale and timeValue.  Check out:
http://developer.apple.com/documentation/QuickTime/Reference/QTKitFramework/Miscellaneous/QTKit_Functions/index.html
It&#039;s similarly vague.  Then again, its not as bad as:
http://developer.apple.com/documentation/QuickTime/Reference/QTKitFramework/Classes/QTMovie_Class/Reference/Reference.html#//apple_ref/doc/c_ref/QTMovieExport
(&quot;Information to come&quot;...)  that I had to figure out to export movies.  Ugh.  Far more helpful is to look at the FAQ:
http://developer.apple.com/technotes/tn2005/tn2138.html
where some code snippets (ie the ones using the makeTime function) make it fairly obvious what is going on.  I am totally in agreement that if the reference for API is bad, it is as bad as writing a bad GUI for an App.  On the other hand, I&#039;d rather have an undocumented API to an unsupported one, and I&#039;d even rather have the later to an non-existant one...
Gotta go catch the 41=).
william&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>This infomration mostly comes from the description of the QTTime struct, whose values include timeScale and timeValue.  Check out:
<a href="http://developer.apple.com/documentation/QuickTime/Reference/QTKitFramework/Miscellaneous/QTKit_Functions/index.html" rel="nofollow">http://developer.apple.com/documentation/QuickTime/Reference/QTKitFramework/Miscellaneous/QTKit_Functions/index.html</a>
It&#8217;s similarly vague.  Then again, its not as bad as:
<a href="http://developer.apple.com/documentation/QuickTime/Reference/QTKitFramework/Classes/QTMovie_Class/Reference/Reference.html#//apple_ref/doc/c_ref/QTMovieExport" rel="nofollow">http://developer.apple.com/documentation/QuickTime/Reference/QTKitFramework/Classes/QTMovie_Class/Reference/Reference.html#//apple_ref/doc/c_ref/QTMovieExport</a>
(&#8220;Information to come&#8221;&#8230;)  that I had to figure out to export movies.  Ugh.  Far more helpful is to look at the FAQ:
<a href="http://developer.apple.com/technotes/tn2005/tn2138.html" rel="nofollow">http://developer.apple.com/technotes/tn2005/tn2138.html</a>
where some code snippets (ie the ones using the makeTime function) make it fairly obvious what is going on.  I am totally in agreement that if the reference for API is bad, it is as bad as writing a bad GUI for an App.  On the other hand, I&#8217;d rather have an undocumented API to an unsupported one, and I&#8217;d even rather have the later to an non-existant one&#8230;
Gotta go catch the 41=).
william</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Administrator</title>
		<link>http://michael-mccracken.net/2006/08/script-dictionary-documentation/comment-page-1/#comment-196</link>
		<dc:creator>Administrator</dc:creator>
		<pubDate>Tue, 01 Aug 2006 20:28:32 +0000</pubDate>
		<guid isPermaLink="false">http://michael-mccracken.net/wp/?p=56#comment-196</guid>
		<description>&lt;p&gt;Ah, OK. That does make sense - I guess it might change for some kinds of movies or something. Thanks - I wonder if you can put links to further web documentation in your scripting dictionary. That might have cleared things up here and kept the duplicate work down for the dictionary author...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Ah, OK. That does make sense &#8211; I guess it might change for some kinds of movies or something. Thanks &#8211; I wonder if you can put links to further web documentation in your scripting dictionary. That might have cleared things up here and kept the duplicate work down for the dictionary author&#8230;</p>]]></content:encoded>
	</item>
	<item>
		<title>By: William</title>
		<link>http://michael-mccracken.net/2006/08/script-dictionary-documentation/comment-page-1/#comment-197</link>
		<dc:creator>William</dc:creator>
		<pubDate>Tue, 01 Aug 2006 19:35:41 +0000</pubDate>
		<guid isPermaLink="false">http://michael-mccracken.net/wp/?p=56#comment-197</guid>
		<description>&lt;p&gt;Michael,
If its the same as the Cocoa QTKit (which has the same lack of comprehensible documentation), then time scale is 600 default, and refers to the number of intervals within a second.  So for the default value, the scale is 1/600th of a second.  So the current time would be in 600th&#039;s of a seconds.  I had the same problem and I only learned this by trail and error (and a bit of help from some Apple sample code...).  hope that helps...
william&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Michael,
If its the same as the Cocoa QTKit (which has the same lack of comprehensible documentation), then time scale is 600 default, and refers to the number of intervals within a second.  So for the default value, the scale is 1/600th of a second.  So the current time would be in 600th&#8217;s of a seconds.  I had the same problem and I only learned this by trail and error (and a bit of help from some Apple sample code&#8230;).  hope that helps&#8230;
william</p>]]></content:encoded>
	</item>
</channel>
</rss>

