<?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>you down with FCP? &#187; After Effects</title>
	<atom:link href="http://blog.youdownwithfcp.com/category/after-effects/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.youdownwithfcp.com</link>
	<description>...yeah you know me! - A Final Cut Pro editors blog</description>
	<lastBuildDate>Fri, 24 Feb 2012 20:16:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Donkey noise in After Effects?</title>
		<link>http://blog.youdownwithfcp.com/2011/08/15/donkey-noise-in-after-effects/</link>
		<comments>http://blog.youdownwithfcp.com/2011/08/15/donkey-noise-in-after-effects/#comments</comments>
		<pubDate>Tue, 16 Aug 2011 05:57:12 +0000</pubDate>
		<dc:creator>ross</dc:creator>
				<category><![CDATA[After Effects]]></category>
		<category><![CDATA[glitch]]></category>

		<guid isPermaLink="false">http://blog.youdownwithfcp.com/?p=1342</guid>
		<description><![CDATA[I may be going crazy (probably in fact) but last night I was up super late rendering a bunch of things out of After Effects and for some reason they were all failing. I had 5 or 6 renders fail, and then right before bed one of them failed and it made a really loud [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.youdownwithfcp.com/wp-content/uploads/2011/08/Screen-shot-2011-08-15-at-11.54.27-PM.png"><img src="http://blog.youdownwithfcp.com/wp-content/uploads/2011/08/Screen-shot-2011-08-15-at-11.54.27-PM.png" alt="" title="ae Splash screen" width="544" height="315" class="alignnone size-full wp-image-1343" /></a><br />
I may be going crazy (probably in fact) but last night I was up super late rendering a bunch of things out of After Effects and for some reason they were all failing. I had 5 or 6 renders fail, and then right before bed one of them failed and it made a really loud donkey whinneying noise. Has anyone else ever heard that? Is it an easter egg, or an &#8220;undocumented feature?&#8221;</p>
<p>I&#8217;m going to try to recreate it, but I don&#8217;t have high hopes. Let me know if you&#8217;ve run into this before.</p>
<li>UPDATE</li>
<p>It turns out the noise is just the default render error noise. I guess I&#8217;ve been lucky enough to not hear it before! Oh yeah, it&#8217;s also more like a sheep than a donkey.</p>
<p>Walter Soyka said this on the <a href="http://blogs.creativecow.net/blog/5728/donkey-noise-in-after-effects/comments">creative cow post</a></p>
<blockquote><p>You can trigger the goat sound effect manually in AE by shift-clicking on the second line of the effects panel (the one that identifies which layer is selected, i.e., &#8220;Comp 1 • Black Solid&#8221;).</p></blockquote>
<p>There you go!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.youdownwithfcp.com/2011/08/15/donkey-noise-in-after-effects/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to hijack the Mocha for AE tracker for use in other apps. (like NUKE!)</title>
		<link>http://blog.youdownwithfcp.com/2010/11/12/how-to-hijack-the-mocha-for-ae-tracker-for-use-in-other-apps-like-nuke/</link>
		<comments>http://blog.youdownwithfcp.com/2010/11/12/how-to-hijack-the-mocha-for-ae-tracker-for-use-in-other-apps-like-nuke/#comments</comments>
		<pubDate>Fri, 12 Nov 2010 15:29:59 +0000</pubDate>
		<dc:creator>ross</dc:creator>
				<category><![CDATA[After Effects]]></category>
		<category><![CDATA[applescript]]></category>
		<category><![CDATA[nuke]]></category>
		<category><![CDATA[mocha]]></category>

		<guid isPermaLink="false">http://blog.youdownwithfcp.com/?p=1188</guid>
		<description><![CDATA[Mocha is awesome. Its inclusion in the CS5 suite is amazing, and I think it has really blown open the world of what entry level vfx artists (and even amateurs) can do. One problem with the AE-only version is that it is AE-only! It prevents (or rather doesn&#8217;t enable) you to use it with other [...]]]></description>
			<content:encoded><![CDATA[<p>Mocha is awesome. Its inclusion in the CS5 suite is amazing, and I think it has really blown open the world of what entry level vfx artists (and even amateurs) can do. One problem with the AE-only version is that it is AE-only! It prevents (or rather doesn&#8217;t enable) you to use it with other apps. It exports its data in a specific format meant for after effects and it does a great job of that.</p>
<p>At work I am working my way through nuke, and it is really a pain to be able to use Mocha with AE but not nuke. The simplest fix would be to buy Mocha for nuke, but the powers that be haven&#8217;t done that yet, so I had to figure out a way. I got to thinking the other day, and tracking data at it&#8217;s simplest is only x,y points, so what is stopping me? It turns out that the only thing is formatting!</p>
<p>I whipped up a quick applescript to strip the x,y data out of the MochAE exported text file and put it into 4 separate txt files for nuke. It&#8217;s really that simple! One thing that you need to do in nuke is to set the y axis to (frame height-curve) because the two apps have a different coordinate system.<br />
<a href="http://blog.youdownwithfcp.com/wp-content/uploads/2010/11/Screen-shot-2010-11-11-at-12.40.04-PM.png"><img src="http://blog.youdownwithfcp.com/wp-content/uploads/2010/11/Screen-shot-2010-11-11-at-12.40.04-PM.png" alt="" title="mocha expression editor" width="576" height="225" class="alignnone size-full wp-image-1189" /></a><br />
After all of this I have a passable workflow, but I want to stress that <strong>if you have enough dough to be using nuke, buy Mocha</strong>! This app is intentionally a little rough around the edges because I don&#8217;t like the idea of taking away anyone else&#8217;s business. It also isn&#8217;t a replacement for the standalone Mocha; it doesn&#8217;t offer any of the other (quite worthwhile) features. It&#8217;s a fun little hack, and hopefully it helps someone out of a jam somewhere, but if you need this, then you need to buy the full version of mocha!<br />
<a href="http://blog.youdownwithfcp.com/wp-content/uploads/2010/11/Nuke_MochAE_importer-1.0.1.zip">Click here to download the MochAE to Nuke converter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.youdownwithfcp.com/2010/11/12/how-to-hijack-the-mocha-for-ae-tracker-for-use-in-other-apps-like-nuke/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2 more applescripts for final cut pro and after effects!</title>
		<link>http://blog.youdownwithfcp.com/2010/11/10/2-more-applescripts-for-final-cut-pro-and-after-effects/</link>
		<comments>http://blog.youdownwithfcp.com/2010/11/10/2-more-applescripts-for-final-cut-pro-and-after-effects/#comments</comments>
		<pubDate>Wed, 10 Nov 2010 22:13:40 +0000</pubDate>
		<dc:creator>ross</dc:creator>
				<category><![CDATA[After Effects]]></category>
		<category><![CDATA[applescript]]></category>
		<category><![CDATA[compressor]]></category>
		<category><![CDATA[FCP]]></category>
		<category><![CDATA[AE]]></category>
		<category><![CDATA[afx]]></category>
		<category><![CDATA[alert]]></category>
		<category><![CDATA[final cut pro]]></category>
		<category><![CDATA[finished]]></category>
		<category><![CDATA[render]]></category>

		<guid isPermaLink="false">http://blog.youdownwithfcp.com/?p=1162</guid>
		<description><![CDATA[This is a follow up post to my original &#8220;2 applescripts for final cut editors&#8221; post and boy is it a doozy! I didn&#8217;t write these &#8211; both scripts have been found elsewhere, but they are so useful I&#8217;m putting them up here to spread the word! The first script is called &#8220;Render Notification 1.0.2&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p>This is a follow up post to my original &#8220;<a href="http://blog.youdownwithfcp.com/2010/02/15/2-applescripts-for-final-cut-pro-editors/">2 applescripts for final cut editors</a>&#8221; post and boy is it a doozy! I didn&#8217;t write these &#8211; both scripts have been found elsewhere, but they are so useful I&#8217;m putting them up here to spread the word!</p>
<p><a href="http://blog.youdownwithfcp.com/wp-content/uploads/2010/11/Screen-shot-2010-11-10-at-3.01.38-PM.png"><img src="http://blog.youdownwithfcp.com/wp-content/uploads/2010/11/Screen-shot-2010-11-10-at-3.01.38-PM.png" alt="" title="render notification 1.0.2" width="345" height="462" class="alignnone size-full wp-image-1166" /></a><br />
The first script is called &#8220;<strong>Render Notification 1.0.2</strong>&#8221; by Josh Petok from <a href="http://www.thecurrentcut.com/">the current cut.</a> It is a nice little script that watches the processor usage of a few pre-selected apps and will email you when the load goes down. In other words it alerts you to your render finishing. This is possible in a few <a href="http://blog.youdownwithfcp.com/2010/02/01/general-applescript-file-watcher/">other</a> <a href="http://blog.youdownwithfcp.com/2009/12/30/email-me-when-that-is-finished-compressor/">ways</a>, but there hasn&#8217;t been a nice clean solution that works across multiple apps before.<br />
<a href="http://www.thecurrentcut.com/2010/10/04/render-notification-app-1-0-2/"> Josh&#8217;s version is available for download here.</a><br />
I poked around in the code a little bit and enabled it to work with after effects. This is relatively untested, so it might give you an email too early or too late. All credit goes to Josh, as I&#8217;m just adding a few lines of code to his.<br />
If you&#8217;re feeling lucky, you can<a href="http://blog.youdownwithfcp.com/wp-content/uploads/2010/11/RenderNotification-TinyEnormous.zip"> try the AE compatible version here.</a><br />
<span id="more-1162"></span></p>
<p><a href="http://blog.youdownwithfcp.com/wp-content/uploads/2010/11/Screen-shot-2010-11-10-at-3.02.47-PM.png"><img src="http://blog.youdownwithfcp.com/wp-content/uploads/2010/11/Screen-shot-2010-11-10-at-3.02.47-PM.png" alt="" title="AE Suicide" width="345" height="462" class="alignnone size-full wp-image-1167" /></a><br />
The second script is the strangely named <strong>&#8220;AE Suicide&#8221;</strong> (try to find an ad for that google!) from scott at <a href="http://scott.j38.net/">http://scott.j38.net/</a>. It is a great little app that does one thing: it kills after effects! AE has a pretty good crash control system built in so that if it crashes, then it generally will save a version of your project file to you current directory. The only problem is that AE also loves to hang. It will get stuck for hours if not indefinitely. What this app does is it gives AE the little nudge off of the cliff that it needs for it&#8217;s self-preservation to kick in and save out a file. The author does have a disclaimer saying that it doesn&#8217;t always work, but then again if it ever works it is better than the alternative.<br />
<a href="http://scott.j38.net/interactive/ae_suicide/"><br />
You can download AE Suicide here</a></p>
<p>If you have any other useful workflow scripts I would love to hear about them! Hit me up on the &#8220;Contact me!&#8221; box to the right, or leave them in the comments!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.youdownwithfcp.com/2010/11/10/2-more-applescripts-for-final-cut-pro-and-after-effects/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>VFX anthem &#8220;Gettin&#8217; Money With a Mouse and a Wacom Pen&#8221;</title>
		<link>http://blog.youdownwithfcp.com/2010/09/22/vfx-anthem-gettin-money-with-a-mouse-and-a-wacom-pen/</link>
		<comments>http://blog.youdownwithfcp.com/2010/09/22/vfx-anthem-gettin-money-with-a-mouse-and-a-wacom-pen/#comments</comments>
		<pubDate>Wed, 22 Sep 2010 20:54:26 +0000</pubDate>
		<dc:creator>ross</dc:creator>
				<category><![CDATA[After Effects]]></category>
		<category><![CDATA[FCP]]></category>
		<category><![CDATA[vfx anthem]]></category>

		<guid isPermaLink="false">http://blog.youdownwithfcp.com/?p=1121</guid>
		<description><![CDATA[At long last, our people have a voice! Money Money Money &#8211; &#8220;Gettin&#8217; Money With a Mouse and a Wacom Pen (Fuck Comic Sans Fuck Papyrus, Too)&#8221; from Brad Chmielewski on Vimeo.]]></description>
			<content:encoded><![CDATA[<p><strong>At long last, our people have a voice!</strong></p>
<p><iframe src="http://player.vimeo.com/video/15192184?title=0&amp;byline=0&amp;portrait=0&amp;color=26c7d9" width="400" height="300" frameborder="0"></iframe>
<p><a href="http://vimeo.com/15192184">Money Money Money &#8211; &#8220;Gettin&#8217; Money With a Mouse and a Wacom Pen (Fuck Comic Sans Fuck Papyrus, Too)&#8221;</a> from <a href="http://vimeo.com/bradchmielewski">Brad Chmielewski</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.youdownwithfcp.com/2010/09/22/vfx-anthem-gettin-money-with-a-mouse-and-a-wacom-pen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Glitch &#8211; Why can&#8217;t I bring my Photoshop Layered comp into After Effects?</title>
		<link>http://blog.youdownwithfcp.com/2010/09/15/glitch-why-cant-i-bring-my-photoshop-layered-comp-into-after-effects/</link>
		<comments>http://blog.youdownwithfcp.com/2010/09/15/glitch-why-cant-i-bring-my-photoshop-layered-comp-into-after-effects/#comments</comments>
		<pubDate>Wed, 15 Sep 2010 22:22:18 +0000</pubDate>
		<dc:creator>ross</dc:creator>
				<category><![CDATA[After Effects]]></category>
		<category><![CDATA[glitch]]></category>
		<category><![CDATA[cmyk]]></category>
		<category><![CDATA[layer comp]]></category>
		<category><![CDATA[photoshop]]></category>
		<category><![CDATA[psd]]></category>
		<category><![CDATA[rgb]]></category>

		<guid isPermaLink="false">http://blog.youdownwithfcp.com/?p=1107</guid>
		<description><![CDATA[I was bringing a layered psd into after effects and trying to preserve the layer structure (i.e. bring it in as a comp, not flattened) I tried every which way I could, and despite selecting comp or comp &#8211; original file size, it flattened it every single time! The solution seems to be more of [...]]]></description>
			<content:encoded><![CDATA[<p>I was bringing a layered psd into after effects and trying to preserve the layer structure (i.e. bring it in as a comp, not flattened) I tried every which way I could, and despite selecting comp or comp &#8211; original file size, it flattened it every single time! The solution seems to be more of an undocumented feature than a bug, but it&#8217;s a fine line: You need the psd to be in rgb. I know that everything should be in rgb regardless, but the weird thing is not that it rejects it (as it would if you brought in other cmyk assets) but that it allows it to go through and mangles it on the way in.</p>
<p>So, keep it RGB, and stay in school!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.youdownwithfcp.com/2010/09/15/glitch-why-cant-i-bring-my-photoshop-layered-comp-into-after-effects/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Want to get the hand tool back in cs5?</title>
		<link>http://blog.youdownwithfcp.com/2010/09/13/want-to-get-the-hand-tool-back-in-cs5/</link>
		<comments>http://blog.youdownwithfcp.com/2010/09/13/want-to-get-the-hand-tool-back-in-cs5/#comments</comments>
		<pubDate>Mon, 13 Sep 2010 21:03:24 +0000</pubDate>
		<dc:creator>ross</dc:creator>
				<category><![CDATA[After Effects]]></category>
		<category><![CDATA[glitch]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[adobe creative suite]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[cs5]]></category>
		<category><![CDATA[hand]]></category>
		<category><![CDATA[illustrator]]></category>
		<category><![CDATA[move tool]]></category>
		<category><![CDATA[photoshop]]></category>

		<guid isPermaLink="false">http://blog.youdownwithfcp.com/?p=1105</guid>
		<description><![CDATA[We recently upgraded to cs5, and for everything good that it does, it also has a few weird quirks. The most notable is that using the space bar to temporarily select the move tool (the one that looks like a hand) does not work. This is a known issue, but it still sucks. The only [...]]]></description>
			<content:encoded><![CDATA[<p>We recently upgraded to cs5, and for everything good that it does, it also has a few weird quirks. The most notable is that using the space bar to temporarily select the move tool (the one that looks like a hand) does not work. This is a known issue, but it still sucks. The only workaround is equally quirky: <strong>shut down your web browsers.</strong> I can&#8217;t say why it happens, but hopefully that one trick will keep you from throwing your machine against a wall. I was really close!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.youdownwithfcp.com/2010/09/13/want-to-get-the-hand-tool-back-in-cs5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>No really, I&#8217;d love to hear about your workflow!</title>
		<link>http://blog.youdownwithfcp.com/2010/09/11/no-really-id-love-to-hear-about-your-workflow/</link>
		<comments>http://blog.youdownwithfcp.com/2010/09/11/no-really-id-love-to-hear-about-your-workflow/#comments</comments>
		<pubDate>Sat, 11 Sep 2010 13:49:29 +0000</pubDate>
		<dc:creator>ross</dc:creator>
				<category><![CDATA[After Effects]]></category>
		<category><![CDATA[compressor]]></category>
		<category><![CDATA[DVD studio pro]]></category>
		<category><![CDATA[FCP]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[edit]]></category>
		<category><![CDATA[post house]]></category>
		<category><![CDATA[workflow]]></category>

		<guid isPermaLink="false">http://blog.youdownwithfcp.com/?p=1077</guid>
		<description><![CDATA[During a recent double over-nighter I found myself thinking about workflows. And the nitty gritty stuff too, like how frequently people version their project files, how they name their assets, and how they arrange their folder structures. I would really love to hear from anyone about the nuts and bolts of how you go about [...]]]></description>
			<content:encoded><![CDATA[<p>During a recent double over-nighter I found myself thinking about workflows. And the nitty gritty stuff too, like how frequently people version their project files, how they name their assets, and how they arrange their folder structures. I would really love to hear from anyone about the nuts and bolts of how you go about &#8220;going about your business&#8221; I know this is probably boring stuff to most people, but it can make or break a workplace. Here&#8217;s a list of other possible things to talk about.</p>
<p>Do you use any ingest management software? (such as fcp loader or flow by gridiron)<br />
Network setup (do you edit off of a san / internal drives / external drives)<br />
backup plan for old jobs?<br />
do you have any network rendering set up? for what apps?<br />
what do you use as your go-to codec?<br />
do you have any must-have hardware?<br />
how frequently do you version your project files?<br />
(how) do you name your assets?<br />
how do you arrange your folder structures?<br />
Do you have a preferred bin structure in final cut?</p>
<p>Also, what are the worst parts of your current setup? Is there anything that you would like to implement but can&#8217;t?</p>
<p>Feel free to post in the comments, email me at r at this domain, or use the comment form in the sidebar. I can&#8217;t wait to hear what you have to say!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.youdownwithfcp.com/2010/09/11/no-really-id-love-to-hear-about-your-workflow/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Hardware review &#8211; Wacom Intuos4 tablet</title>
		<link>http://blog.youdownwithfcp.com/2010/05/19/hardware-review-wacom-intuos4-tablet/</link>
		<comments>http://blog.youdownwithfcp.com/2010/05/19/hardware-review-wacom-intuos4-tablet/#comments</comments>
		<pubDate>Wed, 19 May 2010 22:06:08 +0000</pubDate>
		<dc:creator>ross</dc:creator>
				<category><![CDATA[After Effects]]></category>
		<category><![CDATA[FCP]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[bamboo]]></category>
		<category><![CDATA[cintiq]]></category>
		<category><![CDATA[intuos]]></category>
		<category><![CDATA[tablet]]></category>
		<category><![CDATA[wacom]]></category>

		<guid isPermaLink="false">http://blog.youdownwithfcp.com/?p=827</guid>
		<description><![CDATA[It&#8217;s been a few months since I got my Wacom Intuos4 tablet. I like it and I figured I would put up my review of it and see what others have to say about how they use it. Overview &#8211; The Intuos 4 is Wacom&#8217; latest offering into the input tablet arena. It is available [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been a few months since I got my <a href="http://www.amazon.com/gp/product/B001TUYU06?ie=UTF8&#038;tag=rossdacom-20&#038;linkCode=as2&#038;camp=1789&#038;creative=390957&#038;creativeASIN=B001TUYU06">Wacom Intuos4 tablet</a>. I like it and I figured I would put up my review of it and see what others have to say about how they use it. </p>
<p><strong>Overview</strong> &#8211; The Intuos 4 is Wacom&#8217; latest offering into the input tablet arena. It is available in 4 sizes. The smallest is 6.2&#8243; x 3.9&#8243; and the largest is 18.2&#8243; x 12&#8243;. There is also one wireless model. They offer the bamboo line on the lower end and Cintiq on the higher end. The Cintiq line is really neat in that you are able to draw directly on the screen, but it also comes in at around a grand for the smallest (12 inch) model. I have the large Intuos, and I would LOVE to use the Cintiq, but you came here looking for a review, not a wish list, so&#8230;<br />
<a href="http://www.amazon.com/gp/product/B002OOWC3I?ie=UTF8&#038;tag=rossdacom-20&#038;linkCode=as2&#038;camp=1789&#038;creative=390957&#038;creativeASIN=B002OOWC3I"><img src="http://blog.youdownwithfcp.com/wp-content/uploads/2010/05/Picture-9-e1274314951138.png" alt="" title="wacom bamboo" width="250" height="146" class="alignnone size-full wp-image-848" /></a><a href="http://www.amazon.com/gp/product/B00115OFJK?ie=UTF8&#038;tag=rossdacom-20&#038;linkCode=as2&#038;camp=1789&#038;creative=390957&#038;creativeASIN=B00115OFJK"><img src="http://blog.youdownwithfcp.com/wp-content/uploads/2010/05/Picture-8-e1274315091134.png" alt="" title="wacom cintiq" width="231" height="146" class="alignnone size-full wp-image-849" /></a><span id="more-827"></span></p>
<p><a href="http://blog.youdownwithfcp.com/wp-content/uploads/2010/05/Picture-4.png"><img src="http://blog.youdownwithfcp.com/wp-content/uploads/2010/05/Picture-4-309x300.png" alt="" title="intuos cintiq 4 wacom tablet" width="309" height="300" class="alignnone size-medium wp-image-836" /></a><br />
<strong>mouse</strong> &#8211; good but not great. the felt layer that it slides on gets gummed up pretty quickly and develops some stiction. That gets rather annoying. The scroll wheel + button in addition to the buttons in front of and behind the wheel make for a good variety of options without having to shift your hand position. I could see mapping the scroll click to insert edit, and the other two to cut and paste. One cool feature is that you can hit the &#8216;precision mode&#8217; button and gear down your mouse speed by a lot. That is great when dealing with a fiddly mask.</p>
<p><strong>Pen</strong>- This is obviously the main reason for using a wacom. My only qualms about the pen are due to my own difficulties in using it. The behavior of the pen tool and the mouse are different by default. I only recently switched the pen mode to mouse mode and it has been much easier to use.<br />
Other than my own frustrations the pen works great. Pressure sensitivity in the adobe suite is great. The physical &#8220;pen flip maneuver&#8221; to switch to the eraser makes perfect sense, and it just feels more tangible than trying to draw with a bulky mouse.</p>
<p><a href="http://blog.youdownwithfcp.com/wp-content/uploads/2010/05/Picture-6.png"><img src="http://blog.youdownwithfcp.com/wp-content/uploads/2010/05/Picture-6-309x300.png" alt="" title="intuos cintiq 4 wacom tablet" width="309" height="300" class="alignnone size-medium wp-image-838" /></a><br />
<strong><br />
User-Definable keys:</strong> To the left of the tablet (or right, as it is ambidextrous) are 8 buttons and a scroll wheel. You can set them in the Wacom preference panel. I generally have issues with these buttons as I have my left hand on the keyboard 100% of the time, but they may certainly be useful in some specific tasks.</p>
<p><strong>jog wheel</strong> &#8211; works great for scrolling through a clip, but when the timeline is selected it merely moves the focus, not the playhead. This can also be set to zoom the work area, change brush size, scroll through layers, and change rotation by clicking the center of the scroll wheel.</p>
<p><strong>radial menu</strong> &#8211; not that cool, it creates a heads-up display that allows you to select menu items from a circular array. If my left hand wasn&#8217;t already on a 100+ key keyboard this might prove useful. As it is my muscle memory for being able to remember command-tab to switch app is much better than hitting the radial menu button, then using the pen to go to the northwest quadrant to select &#8220;change app&#8221;. I&#8217;m sure it has uses, but not for me currently.</p>
<p>Now before I get too carried away, let&#8217;s back up. One thing that has quickly revealed itself about this tablet is that<strong> it is very good at specific things</strong>. The mouse is ok, but the pen is why people buy it. It has minimal benefit for using in final cut, but it is VERY useful when making masks, rotoing, painting or doing any sort of activity you might ordinarily do with a paintbrush or a pen. Since a lot of these tasks are the kind where you will sit down and crank out 100 frames in a few hours it can be an incredible benefit to have something that makes each frame faster and easier. I guess that explains why I got it as I was starting to do more VFX work. </p>
<p>Overall it is amazing for some things, and adequate at others. I use a traditional mouse alongside the wacom one due to the annoying stiction issue, but when I need to sit down and roto something the pen comes in to save the day. If you are doing vfx or hand-drawn design work then this is a no-brainer. At the time I wrote this <a href="http://www.amazon.com/gp/product/B001TUYU06?ie=UTF8&#038;tag=rossdacom-20&#038;linkCode=as2&#038;camp=1789&#038;creative=390957&#038;creativeASIN=B001TUYU06">amazon has it for $440</a>. It is relatively cheap considering the hourly bill rate of VFX work, and it will definitely give you a boost to productivity.<a href="http://www.amazon.com/gp/product/B001TUYU06?ie=UTF8&#038;tag=rossdacom-20&#038;linkCode=as2&#038;camp=1789&#038;creative=390957&#038;creativeASIN=B001TUYU06"> Get it!</a></p>
<p>Oh yeah, I almost forgot; they make <a href="http://www.amazon.com/gp/product/B002BH4QAA?ie=UTF8&#038;tag=rossdacom-20&#038;linkCode=as2&#038;camp=1789&#038;creative=390957&#038;creativeASIN=B002BH4QAA">all kinds</a> of <a href="http://www.amazon.com/gp/product/B0020ZHOES?ie=UTF8&#038;tag=rossdacom-20&#038;linkCode=as2&#038;camp=1789&#038;creative=390957&#038;creativeASIN=B0020ZHOES">different</a> <a href="http://www.amazon.com/gp/product/B0020ZDGBI?ie=UTF8&#038;tag=rossdacom-20&#038;linkCode=as2&#038;camp=1789&#038;creative=390957&#038;creativeASIN=B0020ZDGBI">pens</a>, replacement nibs, and pen grips.<br />
<a href="http://www.amazon.com/gp/product/B002BH4QAA?ie=UTF8&#038;tag=rossdacom-20&#038;linkCode=as2&#038;camp=1789&#038;creative=390957&#038;creativeASIN=B002BH4QAA"><img src="http://blog.youdownwithfcp.com/wp-content/uploads/2010/05/Picture-7-450x166.png" alt="" title="wacom intuos 4 pen nibs" width="450" height="166" class="alignnone size-medium wp-image-842" /></a><br />
 If you find yourself working on one of these all day then definitely shop around and make sure you get one that fits your hand. </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.youdownwithfcp.com/2010/05/19/hardware-review-wacom-intuos4-tablet/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>General applescript file watcher</title>
		<link>http://blog.youdownwithfcp.com/2010/02/01/general-applescript-file-watcher/</link>
		<comments>http://blog.youdownwithfcp.com/2010/02/01/general-applescript-file-watcher/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 14:25:55 +0000</pubDate>
		<dc:creator>ross</dc:creator>
				<category><![CDATA[After Effects]]></category>
		<category><![CDATA[applescript]]></category>
		<category><![CDATA[compressor]]></category>
		<category><![CDATA[FCP]]></category>
		<category><![CDATA[final cut pro]]></category>

		<guid isPermaLink="false">http://blog.youdownwithfcp.com/?p=242</guid>
		<description><![CDATA[This script is from macworld, (osx only) but the way they posted is not only horribly un-user-friendly, it also wouldn&#8217;t compile without a lot of text massaging. I decided to put it up here to save you the trouble and explain 3 ways it can be used. What it does is to look at a [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.youdownwithfcp.com/2010/02/01/general-applescript-file-watcher/scripteditoricon/" rel="attachment wp-att-245"><img src="http://blog.youdownwithfcp.com/wp-content/uploads/2010/01/ScriptEditorIcon-300x300.png" alt="" title="ScriptEditorIcon" width="300" height="300" class="alignnone size-medium wp-image-245" /></a><a href="http://www.macworld.com/article/54083/2006/11/compressor_watch_folder_tip.html"></p>
<p>This script is from macworld</a>, (osx only) but the way they posted is not only horribly un-user-friendly, it also wouldn&#8217;t compile without a lot of text massaging. I decided to put it up here to save you the trouble and explain 3 ways it can be used. What it does is to look at a file and see if it is the same size as last time it checked. You can change the interval based on the application, and you can tell it what to do once it has detected the file is &#8220;finished&#8221;</p>
<p>Here are three (of many) ways it can be used. These are all based on the script below, but they would require you to add code in the section below commented with &#8220;&#8211;this is where you put your &#8220;do when finished&#8221; code&#8221; The script as it is written will beep 3 times once the file is finished and 5 times if an error occurs. If you end up writing something useful to go with this post it here for others to see!</p>
<p><strong>Firefox download monitor</strong><br />
Set this script to alert you when a big download finishes. A small interval ought to work out provided your connection doesn&#8217;t timeout.</p>
<p><strong>Compressor secondary action</strong><br />
If for some reason you don&#8217;t want to run an applescript through the default compressor interface you can do it through here. This could be because you are watching it from another computer on the network, or maybe you have other specific needs. This will also allow you to open the exported file directly with an application, which compressor doesn&#8217;t let you do.<br />
<span id="more-242"></span><br />
<strong>Export from fcp / after effects secondary action / alert</strong><br />
I guess AE dings when an export is done, but FCP doesn&#8217;t do a damn thing. If you run this on your export then it will do your bidding once the exported file is finished.</p>
<p>Here is the code!</p>
<p><code>on adding folder items to this_folder after receiving these_items<br />
	-- this is the standard intro for a folder action<br />
	try<br />
		repeat with f in theItems<br />
			-- wait for the item to be all there<br />
			set Was to 0<br />
			set isNow to 1<br />
			repeat while isNow ≠ Was<br />
				-- the basic idea is that the script loops until the file size is the same for more than 30 seconds. That means the file has finished copying.<br />
				set Was to size of (info for f)<br />
				-- this section is getting the file size of the video<br />
				delay 30 -- modify this for delay time<br />
				set isNow to size of (info for f)<br />
				-- this section is sampling the file size 30 seconds later<br />
			end repeat<br />
			--this is where you put your "do when finished" code<br />
			tell application "Finder"<br />
				beep 3<br />
			end tell<br />
		end repeat -- get next item f in thisFolder<br />
	on error error_message number error_number<br />
		if the error_number is not -128 then<br />
			tell application "Finder"<br />
				beep 5 --if the script errors out, beep 5x<br />
			end tell<br />
		end if<br />
	end try<br />
end adding folder items to</code></p>
<p>Copy the code and paste it into Script Editor. Then you can save it, apply it to a folder as a folder action and you are on your way!</p>
<p>PS> as a side note, isn&#8217;t it weird that userfriendly doesn&#8217;t have a good antonym? anti-user? Userunfriendly? </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.youdownwithfcp.com/2010/02/01/general-applescript-file-watcher/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

