<?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: Concatenate Quicktime Movies</title>
	<atom:link href="http://automatorworld.com/archives/concatenate-quicktime-movies/feed/" rel="self" type="application/rss+xml" />
	<link>http://automatorworld.com/archives/concatenate-quicktime-movies/</link>
	<description>Better Living Through Macintosh Scripting</description>
	<pubDate>Fri, 21 Nov 2008 03:39:32 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Peter</title>
		<link>http://automatorworld.com/archives/concatenate-quicktime-movies/#comment-116083</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Sat, 16 Feb 2008 18:22:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.automatorworld.com/?p=229#comment-116083</guid>
		<description>&lt;p&gt;"“The variable &#124;movies&#124; is not defined. (-2753)”"&lt;/p&gt;

&lt;p&gt;This is actually pretty simple to fix, but it took me a bit to track it down -- basically, &lt;i&gt;movies&lt;/i&gt; looks like it used to be an applescript object (probably an array) that contained currently open movies, so it was basically copying the contents of that into another variable. &lt;/p&gt;

&lt;p&gt;There's now a variable in Leopard Automator &lt;i&gt;Movies&lt;/i&gt; which contains the path to the current user's Movies subdirectory, which may be why it was deprecated.  &lt;/p&gt;

&lt;p&gt;Anyway, changing the line &lt;/p&gt;

&lt;p&gt;&lt;code&gt;set openedMovies to count movies&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;to &lt;/p&gt;

&lt;p&gt;&lt;code&gt;set openedMovies to count documents&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;seems to have fixed it for me. I also removed the step that filters out all files except .mov, since I figure I'll generally  know not to open word documents with this, and I might need to concatenate non-.mov video files.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>&#8220;“The variable |movies| is not defined. (-2753)”&#8221;</p>

<p>This is actually pretty simple to fix, but it took me a bit to track it down &#8212; basically, <i>movies</i> looks like it used to be an applescript object (probably an array) that contained currently open movies, so it was basically copying the contents of that into another variable. </p>

<p>There&#8217;s now a variable in Leopard Automator <i>Movies</i> which contains the path to the current user&#8217;s Movies subdirectory, which may be why it was deprecated.  </p>

<p>Anyway, changing the line </p>

<p><code>set openedMovies to count movies</code></p>

<p>to </p>

<p><code>set openedMovies to count documents</code></p>

<p>seems to have fixed it for me. I also removed the step that filters out all files except .mov, since I figure I&#8217;ll generally  know not to open word documents with this, and I might need to concatenate non-.mov video files.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://automatorworld.com/archives/concatenate-quicktime-movies/#comment-113394</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Tue, 29 Jan 2008 08:08:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.automatorworld.com/?p=229#comment-113394</guid>
		<description>&lt;p&gt;This looks great.  I continually get this error:  Any ideas?&lt;/p&gt;

&lt;p&gt;"The variable &#124;movies&#124; is not defined. (-2753)"&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>This looks great.  I continually get this error:  Any ideas?</p>

<p>&#8220;The variable |movies| is not defined. (-2753)&#8221;</p>]]></content:encoded>
	</item>
	<item>
		<title>By: AdÃ©lard</title>
		<link>http://automatorworld.com/archives/concatenate-quicktime-movies/#comment-1847</link>
		<dc:creator>AdÃ©lard</dc:creator>
		<pubDate>Thu, 02 Feb 2006 03:43:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.automatorworld.com/?p=229#comment-1847</guid>
		<description>&lt;p&gt;Ooops! Sorry! I guess I'll have to try to make a script that converts all my movies to .mov!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Ooops! Sorry! I guess I&#8217;ll have to try to make a script that converts all my movies to .mov!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: AdÃ©lard</title>
		<link>http://automatorworld.com/archives/concatenate-quicktime-movies/#comment-1846</link>
		<dc:creator>AdÃ©lard</dc:creator>
		<pubDate>Thu, 02 Feb 2006 03:32:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.automatorworld.com/?p=229#comment-1846</guid>
		<description>&lt;p&gt;NSReceuiverEvaluationScriptError: 4 (1)  ?&lt;/p&gt;

&lt;p&gt;It was my first time using Automator and I got this error.
What goes?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>NSReceuiverEvaluationScriptError: 4 (1)  ?</p>

<p>It was my first time using Automator and I got this error.
What goes?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: GÃ¡bor</title>
		<link>http://automatorworld.com/archives/concatenate-quicktime-movies/#comment-1812</link>
		<dc:creator>GÃ¡bor</dc:creator>
		<pubDate>Sat, 28 Jan 2006 07:29:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.automatorworld.com/?p=229#comment-1812</guid>
		<description>&lt;p&gt;Thanks, Michael!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks, Michael!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://automatorworld.com/archives/concatenate-quicktime-movies/#comment-1711</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Fri, 06 Jan 2006 10:29:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.automatorworld.com/?p=229#comment-1711</guid>
		<description>&lt;p&gt;To concatenate a set of .mpg files, I simply removed the step that filters out all but .mov files.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>To concatenate a set of .mpg files, I simply removed the step that filters out all but .mov files.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://automatorworld.com/archives/concatenate-quicktime-movies/#comment-1710</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Fri, 06 Jan 2006 10:26:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.automatorworld.com/?p=229#comment-1710</guid>
		<description>&lt;p&gt;Hint: Turn off the "Automatically play movies when opened" QuickTime Player preference before running the script. If you don't, the clips in the resulting movie will probably be in reverse order.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hint: Turn off the &#8220;Automatically play movies when opened&#8221; QuickTime Player preference before running the script. If you don&#8217;t, the clips in the resulting movie will probably be in reverse order.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://automatorworld.com/archives/concatenate-quicktime-movies/#comment-1377</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Sat, 05 Nov 2005 15:52:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.automatorworld.com/?p=229#comment-1377</guid>
		<description>&lt;p&gt;Try tacking on this action at the end of it:
http://www.automatorworld.com/archives/compress-quicktime-to-mpeg-4/&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Try tacking on this action at the end of it:
<a href="http://www.automatorworld.com/archives/compress-quicktime-to-mpeg-4/" rel="nofollow">http://www.automatorworld.com/archives/compress-quicktime-to-mpeg-4/</a></p>]]></content:encoded>
	</item>
</channel>
</rss>
