<?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>MemoSoup &#187; Photo</title>
	<atom:link href="http://www.memosoup.com/category/tips-tricks/photo/feed" rel="self" type="application/rss+xml" />
	<link>http://www.memosoup.com</link>
	<description>Mix of the things I always forget</description>
	<lastBuildDate>Fri, 30 Jul 2010 15:59:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>AppleScript: rotate mov file in QuickTime Pro</title>
		<link>http://www.memosoup.com/20091230/applescript-rotate-mov-file-in-quicktime-pro.html</link>
		<comments>http://www.memosoup.com/20091230/applescript-rotate-mov-file-in-quicktime-pro.html#comments</comments>
		<pubDate>Wed, 30 Dec 2009 15:31:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Photo]]></category>
		<category><![CDATA[move]]></category>
		<category><![CDATA[quicktime]]></category>
		<category><![CDATA[rotate]]></category>

		<guid isPermaLink="false">http://www.memosoup.com/?p=237</guid>
		<description><![CDATA[<p>Some kind of life hack: it&#8217;s very easy to make mov file with digital camera, rotating it 90 degrees. However, it&#8217;s not so easy to convert the result file to the &#8216;visible&#8217; form.</p>
<p>QuickTime Pro could do this, and I found the AppleScript script, which could make it even more easy.</p>
tell application &#34;QuickTime Player&#34;
&#160; &#160; set m [...]]]></description>
			<content:encoded><![CDATA[<p>Some kind of <a href="http://lifehacker.com/">life hack</a>: it&#8217;s very easy to make mov file with digital camera, rotating it 90 degrees. However, it&#8217;s not so easy to convert the result file to the &#8216;visible&#8217; form.</p>
<p><a href="http://www.apple.com/quicktime/">QuickTime Pro</a> could do this, and I found the AppleScript script, which could make it even more easy.</p>
<div class="codecolorer-container applescript default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:100%;"><div class="applescript codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #ff0033; font-weight: bold;">tell</span> <span style="color: #0066ff;">application</span> <span style="color: #009900;">&quot;QuickTime Player&quot;</span><br />
&nbsp; &nbsp; <span style="color: #ff0033; font-weight: bold;">set</span> m <span style="color: #ff0033; font-weight: bold;">to</span> <span style="color: #000000;">&#40;</span><span style="color: #ff0033; font-weight: bold;">get</span> movie <span style="color: #000000;">1</span><span style="color: #000000;">&#41;</span><br />
&nbsp; &nbsp; rotate m <span style="color: #0066ff;">by</span> <span style="color: #000000;">-</span><span style="color: #000000;">90</span><br />
&nbsp; &nbsp; <span style="color: #0066ff;">save</span> self contained m <span style="color: #ff0033; font-weight: bold;">in</span> <span style="color: #000000;">&#40;</span><span style="color: #0066ff;">choose file</span> <span style="color: #0066ff;">name</span> <span style="color: #ff0033; font-weight: bold;">with</span> prompt <span style="color: #009900;">&quot;save self contained movie&quot;</span><span style="color: #000000;">&#41;</span><br />
<span style="color: #ff0033; font-weight: bold;">end</span> <span style="color: #ff0033; font-weight: bold;">tell</span></div></div>
<p>The script is mentioned <a href="http://www.macosxhints.com/article.php?story=20070122085020753">here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.memosoup.com/20091230/applescript-rotate-mov-file-in-quicktime-pro.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
