<?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; compressor</title>
	<atom:link href="http://blog.youdownwithfcp.com/category/compressor/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>Sat, 05 Nov 2011 02:11:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>I would like to coin a phrase &#8211; &#8220;Litterboxed&#8221;</title>
		<link>http://blog.youdownwithfcp.com/2010/12/15/i-would-like-to-coin-a-phrase-litterboxed/</link>
		<comments>http://blog.youdownwithfcp.com/2010/12/15/i-would-like-to-coin-a-phrase-litterboxed/#comments</comments>
		<pubDate>Wed, 15 Dec 2010 19:17:59 +0000</pubDate>
		<dc:creator>ross</dc:creator>
				<category><![CDATA[compressor]]></category>
		<category><![CDATA[FCP]]></category>
		<category><![CDATA[glitch]]></category>
		<category><![CDATA[litterboxed video]]></category>

		<guid isPermaLink="false">http://blog.youdownwithfcp.com/?p=1258</guid>
		<description><![CDATA[Today a co-worker and I were discussing the need for a word to describe a video that is simultaneously letterboxed and pillarboxed. I dislike that particular lapse in effort so much that the word &#8220;Litterboxed&#8221; seemed to be the best fit. So there. Run wild with it, internets.]]></description>
			<content:encoded><![CDATA[<p>Today a co-worker and I were discussing the need for a word to describe a video that is simultaneously letterboxed and pillarboxed. I dislike that particular lapse in effort so much that the word &#8220;Litterboxed&#8221; seemed to be the best fit. So there. Run wild with it, internets.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.youdownwithfcp.com/2010/12/15/i-would-like-to-coin-a-phrase-litterboxed/feed/</wfw:commentRss>
		<slash:comments>1</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>How to change mpeg-1 export settings in compressor.</title>
		<link>http://blog.youdownwithfcp.com/2010/11/04/how-to-change-mpeg-1-export-settings-in-compressor/</link>
		<comments>http://blog.youdownwithfcp.com/2010/11/04/how-to-change-mpeg-1-export-settings-in-compressor/#comments</comments>
		<pubDate>Thu, 04 Nov 2010 18:13:16 +0000</pubDate>
		<dc:creator>ross</dc:creator>
				<category><![CDATA[compressor]]></category>
		<category><![CDATA[FCP]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[mpeg-1]]></category>
		<category><![CDATA[textedit]]></category>

		<guid isPermaLink="false">http://blog.youdownwithfcp.com/?p=1132</guid>
		<description><![CDATA[I would like to start by saying that I don&#8217;t know why anyone would ever want to use MPEG-1. I do get requests to make them, and sometimes I am unable to convince the person to go with another codec. It is a terribly outdated codec and most people requesting them are using terribly outdated [...]]]></description>
			<content:encoded><![CDATA[<p>I would like to start by saying that I don&#8217;t know why anyone would ever want to use MPEG-1. I do get requests to make them, and sometimes I am unable to convince the person to go with another codec. It is a terribly outdated codec and most people requesting them are using terribly outdated spec sheets, or are just themselves outdated. Nonetheless the situation occurs where I am forced to make one and it was always fraught with problems. Compressor has a mpeg-1 preset, but it doesn&#8217;t let you modify it at all. Unless I want to pick the default size of 352&#215;240, I am out of luck (That has always seemed to be a very strange default preset as well)<br />
These are the default settings of the Mpeg-1 preset<br />
<a href="http://blog.youdownwithfcp.com/wp-content/uploads/2010/11/Screen-shot-2010-10-26-at-10.24.59-AM.png"><img src="http://blog.youdownwithfcp.com/wp-content/uploads/2010/11/Screen-shot-2010-10-26-at-10.24.59-AM.png" alt="" title="Compressor MPEG-1 Preset" width="380" height="543" class="alignnone size-full wp-image-1136" /></a><br />
<a href="http://blog.youdownwithfcp.com/wp-content/uploads/2010/11/Screen-shot-2010-10-26-at-10.24.46-AM.png"><img src="http://blog.youdownwithfcp.com/wp-content/uploads/2010/11/Screen-shot-2010-10-26-at-10.24.46-AM.png" alt="" title="Compressor MPEG-1 Preset" width="380" height="543" class="alignnone size-full wp-image-1138" /></a><br />
Recently one of my coworkers figured out something really useful. It turns out you can build a custom preset off of the mpeg-1 one, then find it in the finder, open it in a text editing app, and modify it to end up with whatever frame size you want!</p>
<p><span id="more-1132"></span><br />
In Compressor search for mpeg and right click on the mpeg-1 preset. Select duplicate. Now quit compressor and browse to home>library>application support>compressor> and you will find your preset.<br />
<a href="http://blog.youdownwithfcp.com/wp-content/uploads/2010/11/Screen-shot-2010-10-26-at-10.27.28-AM.png"><img src="http://blog.youdownwithfcp.com/wp-content/uploads/2010/11/Screen-shot-2010-10-26-at-10.27.28-AM.png" alt="" title="custom MPEG-1 preset" width="295" height="339" class="alignnone size-full wp-image-1135" /></a></p>
<p>Open that in your text editor of choice and you will see something like this:<br />
<a href="http://blog.youdownwithfcp.com/wp-content/uploads/2010/11/Screen-shot-2010-10-26-at-10.37.48-AM.png"><img src="http://blog.youdownwithfcp.com/wp-content/uploads/2010/11/Screen-shot-2010-10-26-at-10.37.48-AM-274x300.png" alt="" title="custom mpeg-1 preset source text" width="274" height="300" class="alignnone size-medium wp-image-1134" /></a><br />
 I am sure you can modify whatever you want in there, but this is what I changed to get a larger frame size.<br />
<a href="http://blog.youdownwithfcp.com/wp-content/uploads/2010/11/Screen-shot-2010-11-04-at-12.00.23-PM.png"><img src="http://blog.youdownwithfcp.com/wp-content/uploads/2010/11/Screen-shot-2010-11-04-at-12.00.23-PM.png" alt="" title="mpeg-1 compressor framesize" width="295" height="144" class="alignnone size-full wp-image-1143" /></a> <a href="http://blog.youdownwithfcp.com/wp-content/uploads/2010/11/Screen-shot-2010-11-04-at-12.00.32-PM.png"><img src="http://blog.youdownwithfcp.com/wp-content/uploads/2010/11/Screen-shot-2010-11-04-at-12.00.32-PM.png" alt="" title="mpeg-1 compressor framesize" width="268" height="109" class="alignnone size-full wp-image-1142" /></a><br />
Tweak to your hearts delight. Save it. Restart compressor and you will have your new preset!<br />
<a href="http://blog.youdownwithfcp.com/wp-content/uploads/2010/11/Screen-shot-2010-11-04-at-11.59.20-AM.png"><img src="http://blog.youdownwithfcp.com/wp-content/uploads/2010/11/Screen-shot-2010-11-04-at-11.59.20-AM.png" alt="" title="modified compressor mpeg-1 preset" width="380" height="543" class="alignnone size-full wp-image-1146" /></a></p>
<p>________UPDATE!________<br />
Based on Chapper&#8217;s comment, I looked into it, and it turns out that this method used to be as easy as described above, but something (possibly a pro app update?) has thrown another wrench into the mix. There are three variables that compressor will choke on and will need to be changed. In the pic below you see them highlighted in red.<br />
<a href="http://blog.youdownwithfcp.com/wp-content/uploads/2010/11/Screen-shot-2010-11-04-at-11.59.36-AM-e1288976175355.jpg"><img src="http://blog.youdownwithfcp.com/wp-content/uploads/2010/11/Screen-shot-2010-11-04-at-11.59.36-AM-e1288976175355.jpg" alt="" title="Screen shot 2010-11-04 at 11.59.36 AM" width="500" height="160" class="alignnone size-full wp-image-1159" /></a><br />
You are going to replace the two instances of &#8220;-100&#8243; in automatic framesize with &#8220;0&#8243; and set the framerate to your desired framerate. Now save, restart and you should be good to go!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.youdownwithfcp.com/2010/11/04/how-to-change-mpeg-1-export-settings-in-compressor/feed/</wfw:commentRss>
		<slash:comments>7</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>Enable &#8220;Bring all to front&#8221; in compressor</title>
		<link>http://blog.youdownwithfcp.com/2010/06/07/enable-bring-all-to-front-in-compressor/</link>
		<comments>http://blog.youdownwithfcp.com/2010/06/07/enable-bring-all-to-front-in-compressor/#comments</comments>
		<pubDate>Mon, 07 Jun 2010 08:01:35 +0000</pubDate>
		<dc:creator>ross</dc:creator>
				<category><![CDATA[compressor]]></category>
		<category><![CDATA[shortcut]]></category>
		<category><![CDATA[apple compressor]]></category>
		<category><![CDATA[keyboard shortcut]]></category>
		<category><![CDATA[system preferences]]></category>

		<guid isPermaLink="false">http://blog.youdownwithfcp.com/?p=942</guid>
		<description><![CDATA[This has been one of my biggest complaints about Compressor; when you switch to it from another app by clicking into one of the compressor windows, only that window rises to the top. The rest of the windows remain mixed in with the finder windows and other apps you have open below. My big hope [...]]]></description>
			<content:encoded><![CDATA[<p>This has been one of my biggest complaints about Compressor; when you switch to it from another app by clicking into one of the compressor windows, only that window rises to the top. The rest of the windows remain mixed in with the finder windows and other apps you have open below. My big hope for FCS 7 was that they would lock those windows together and have them snap to the top together. <strong>LIKE EVERY OTHER APP.</strong></p>
<p>Well, Apple didn&#8217;t fix that. Thankfully the smartest man alive recently told me how to ease the pain by creating a shortcut for the unshortcut-able &#8220;Bring All to Front&#8221; in the compressor menu.<br />
<a href="http://blog.youdownwithfcp.com/wp-content/uploads/2010/06/Screen-shot-2010-06-04-at-3.58.04-PM.png"><img src="http://blog.youdownwithfcp.com/wp-content/uploads/2010/06/Screen-shot-2010-06-04-at-3.58.04-PM-174x300.png" alt="" title="bring all to front in apple compressor" width="174" height="300" class="alignnone size-medium wp-image-943" /></a></p>
<p>It turns out you can bind keyboard shortcuts to any menu items in in apple&#8217;s Keyboard system preference panel! Go to the apple>system prefs>keyboard and then click on the keyboard shortcuts tab.<br />
<a href="http://blog.youdownwithfcp.com/wp-content/uploads/2010/06/Screen-shot-2010-06-04-at-3.58.32-PM.png"><img src="http://blog.youdownwithfcp.com/wp-content/uploads/2010/06/Screen-shot-2010-06-04-at-3.58.32-PM-331x300.png" alt="" title="Screen shot 2010-06-04 at 3.58.32 PM" width="331" height="300" class="alignnone size-medium wp-image-944" /></a></p>
<p>Click on the plus sign under the main window. From the Application pulldown select Compressor. Now type the menu name in the Menu Title box EXACTLY AS IT IS SPELLED AND CAPITALIZED. Finally select a keyboard shortcut. I used command b. Hit add and then go to compressor and test.<br />
<a href="http://blog.youdownwithfcp.com/wp-content/uploads/2010/06/Screen-shot-2010-06-04-at-4.01.08-PM.png"><img src="http://blog.youdownwithfcp.com/wp-content/uploads/2010/06/Screen-shot-2010-06-04-at-4.01.08-PM.png" alt="" title="Screen shot 2010-06-04 at 4.01.08 PM" width="422" height="221" class="alignnone size-full wp-image-945" /></a></p>
<p>This isn&#8217;t a &#8216;fix&#8217; per se, but it is much easier than pulling down that menu item. This method can be used in any app that doesn&#8217;t have keyboard remapping like final cut does, so I&#8217;m sure there are plenty of great uses for it! </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.youdownwithfcp.com/2010/06/07/enable-bring-all-to-front-in-compressor/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Canon 5d / 7d FCP Plugin released!</title>
		<link>http://blog.youdownwithfcp.com/2010/04/16/canon-5d-7d-fcp-plugin-released/</link>
		<comments>http://blog.youdownwithfcp.com/2010/04/16/canon-5d-7d-fcp-plugin-released/#comments</comments>
		<pubDate>Fri, 16 Apr 2010 19:28:38 +0000</pubDate>
		<dc:creator>ross</dc:creator>
				<category><![CDATA[compressor]]></category>
		<category><![CDATA[FCP]]></category>
		<category><![CDATA[5d]]></category>
		<category><![CDATA[7d]]></category>
		<category><![CDATA[canon]]></category>
		<category><![CDATA[dslr]]></category>
		<category><![CDATA[ingest]]></category>
		<category><![CDATA[log and transfer]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://blog.youdownwithfcp.com/?p=783</guid>
		<description><![CDATA[So this isn&#8217;t new news, but I seem to have missed it. We all remember when Canon announced that they were releasing a fcp plugin for ingesting dslr footage. Then we waited. and waited. They finally released it! You can go here to download it straight from canon. Select your os and you are on [...]]]></description>
			<content:encoded><![CDATA[<p>So this isn&#8217;t new news, but I seem to have missed it.<br />
We all remember when Canon announced that they were releasing a fcp plugin for ingesting dslr footage. Then we waited. and waited. They finally released it! You can <a href="http://www.usa.canon.com/consumer/controller?act=ModelInfoAct&#038;fcategoryid=139&#038;modelid=17662#DownloadDetailAct">go here to download it straight from canon.</a> Select your os and you are on your way!<br />
<a href="http://blog.youdownwithfcp.com/wp-content/uploads/2010/04/logAndTransferWindow.png"><img src="http://blog.youdownwithfcp.com/wp-content/uploads/2010/04/logAndTransferWindow.png" alt="" title="logAndTransferWindow" width="500" height="384" class="alignnone size-full wp-image-788" /></a><br />
<span id="more-783"></span><br />
Once it is downloaded and installed, restart fcp. Now you have the option to select a compact flash card in the log and transfer menu. My setup is converting to prores HQ and saving to the capture scratch. Pretty nice!</p>
<p><a href="http://blog.youdownwithfcp.com/wp-content/uploads/2010/04/fcpimportprefs.png"><img src="http://blog.youdownwithfcp.com/wp-content/uploads/2010/04/fcpimportprefs.png" alt="" title="fcpimportprefs" width="500" height="247" class="alignnone size-full wp-image-789" /></a><br />
I would like to do a mpeg streamclip comparison, because I have heard some grumblings about how good / efficient fcp is in comparison. Even if it needs some work done, it is a big step in the right direction! </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.youdownwithfcp.com/2010/04/16/canon-5d-7d-fcp-plugin-released/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Glitches &#8211; animation from MPEG streamclip</title>
		<link>http://blog.youdownwithfcp.com/2010/03/16/glitches-animation-from-mpeg-streamclip/</link>
		<comments>http://blog.youdownwithfcp.com/2010/03/16/glitches-animation-from-mpeg-streamclip/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 17:55:28 +0000</pubDate>
		<dc:creator>ross</dc:creator>
				<category><![CDATA[compressor]]></category>
		<category><![CDATA[glitch]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[mpeg streamclip]]></category>

		<guid isPermaLink="false">http://blog.youdownwithfcp.com/?p=772</guid>
		<description><![CDATA[I recently found a weird glitch exporting an animation file from MPEG streamclip 1.9.2. For whatever reason it really bogged down nuke, making the tracker take 4x longer. This didn&#8217;t happen with prores, and it didn&#8217;t happen with an animation video exported out of compressor. It only bogs down with the animation codec from streamclip. [...]]]></description>
			<content:encoded><![CDATA[<p>I recently found a weird glitch exporting an animation file from MPEG streamclip 1.9.2. For whatever reason it really bogged down nuke, making the tracker take 4x longer. This didn&#8217;t happen with prores, and it didn&#8217;t happen with an animation video exported out of compressor. It only bogs down with the animation codec from streamclip.</p>
<p>So word to the wise: something is up with streamclip&#8217;s implementation of the animation codec. Use compressor, or a different codec. </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.youdownwithfcp.com/2010/03/16/glitches-animation-from-mpeg-streamclip/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>fcp swiss army apps</title>
		<link>http://blog.youdownwithfcp.com/2010/03/03/fcp-swiss-army-apps/</link>
		<comments>http://blog.youdownwithfcp.com/2010/03/03/fcp-swiss-army-apps/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 11:21:40 +0000</pubDate>
		<dc:creator>ross</dc:creator>
				<category><![CDATA[compressor]]></category>
		<category><![CDATA[FCP]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[shortcut]]></category>
		<category><![CDATA[final cut pro]]></category>
		<category><![CDATA[go-to apps]]></category>
		<category><![CDATA[swiss army knife]]></category>
		<category><![CDATA[useful utilities]]></category>

		<guid isPermaLink="false">http://blog.youdownwithfcp.com/?p=600</guid>
		<description><![CDATA[Based on this post by Dylan Reeve I have put together a list of mac apps that I carry around on a usb drive in order to get myself and others out of sticky situations. There is a bit of overlap, but I think that this is a great start to making a final cut [...]]]></description>
			<content:encoded><![CDATA[<p>Based on <a href="http://dylanreeve.com/videotv/2010/editors-swiss-army-knife.html">this post by Dylan Reeve</a> I have put together a list of mac apps that I carry around on a usb drive in order to get myself and others out of sticky situations. There is a bit of overlap, but I think that this is a great start to making a final cut power tool. There&#8217;s nothing worse than sitting down at a machine and realizing you have nothing but a bare-bones install. Here you go MacGuyver, get yourself out of that sticky situation.</p>
<p><strong>apps</strong><br />
<a href="http://perian.org/">perian</a> &#8211; codecs for tons of odd formats all wrapped up into one package.<br />
<a href="http://www.squared5.com/">mpeg streamclip</a> &#8211; great for batch encoding to prores, deinterlacing, or a lot of other useful procedures.<br />
<a href="http://www.videolan.org/vlc/">vlc</a> &#8211; an alternate to quicktime when you find yourself dealing with a tricky file. VLC also correctly reads in pixel size more frequently than quicktime does.</p>
<p><strong>helpers &#8211; not full apps, but still useful</strong><br />
compressor presets / droplets.<br />
<a href="http://blog.youdownwithfcp.com/2010/02/15/2-applescripts-for-final-cut-pro-editors/">some applescripts like these</a><br />
<a href="http://www.redgiantsoftware.com/products/categories/color-correction/magic-bullet-looks/">magic bullet looks</a></p>
<p><strong>etc &#8211; not necessary, but will save you some googling</strong><br />
bookmarks to resources<br />
after effects expressions</p>
<p>Oh yeah, one other thing. I don&#8217;t actually put this on a usb drive. I wash/lose/forget them far too frequently to keep one in my pocket. I put all of this up on <a href="https://www.dropbox.com/referrals/NTU2OTM4Nzk">my dropbox (free!) </a>in a folder so I can access it anywhere the internet is.</p>
<p>UPDATE &#8211; 03.03.2010<br />
Apps from Alex, linkified for your viewing pleasure</p>
<blockquote><p>- <a href="http://www.apple.com/downloads/macosx/finalcutstudio/bigtime.html">BigTime</a> (if the client has a pre FCP7 version)<br />
- <a href="http://www.telestream.net/flip4mac-wmv/overview.htm">Flip4Mac</a> (watching WMV files)<br />
- <a href="http://handbrake.fr/">Handbrake</a> / <a href="http://www.macupdate.com/info.php/id/14414">MacTheRipper</a> (for DVD ripping)<br />
- <a href="http://www.apple.com/downloads/macosx/video/jesdeinterlacer.html">Jes Deinterlacer</a><br />
- <a href="http://www.manytricks.com/namemangler/">NameMangler</a> (for mass renaming – such a time-saver)<br />
- <del datetime="2010-03-03T23:09:53+00:00">VisualHub (for speedy conversions and DVD burning)</del> seems to be discontinued.<br />
- <a href="http://www.fadingred.com/senuti/">Senuti</a> (Useful for ripping songs quickly off of my ipod)</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://blog.youdownwithfcp.com/2010/03/03/fcp-swiss-army-apps/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>ipod dailies / secure podcast how-to</title>
		<link>http://blog.youdownwithfcp.com/2010/02/22/ipod-dailies-secure-podcast-how-to/</link>
		<comments>http://blog.youdownwithfcp.com/2010/02/22/ipod-dailies-secure-podcast-how-to/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 17:42:19 +0000</pubDate>
		<dc:creator>ross</dc:creator>
				<category><![CDATA[automation]]></category>
		<category><![CDATA[compressor]]></category>
		<category><![CDATA[FCP]]></category>
		<category><![CDATA[final cut pro dailies via ipod]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[timecode]]></category>

		<guid isPermaLink="false">http://blog.youdownwithfcp.com/?p=544</guid>
		<description><![CDATA[The other day I ended up on a website that offers a red camera service that includes dailies available on ipod and via podcast. The second half of that idea really intrigued me. I know that it ought to be doable, so I set out to figure out how to do it. Within a few [...]]]></description>
			<content:encoded><![CDATA[<p>The other day I ended up on a website that offers <a href="http://ipoddailies.com/">a red camera service that includes dailies available on ipod and via podcast</a>. The second half of that idea really intrigued me. I know that it ought to be doable, so I set out to figure out how to do it. Within a few hours I ended up with something I definitely want to try out when the situation requires it. The benefit of this approach is that it allows for an easy distribution of video to a larger number of people. It also allows for a notification system when the editor has uploaded new files. Lastly, I think the idea of having the latest footage synced to their computer resonates with even the most jaded and time crunched supervisor / creative / check writer. This could be used with multiple rounds of edits as well.</p>
<p><strong>Setup:</strong><br />
To set up a secure video podcast you need 3 main things: video compressed to the correct format, an xml file coded correctly, and a webserver with a restricted folder.<br />
<strong><br />
Video Setup:</strong><br />
<a href="http://blog.youdownwithfcp.com/2010/02/22/ipod-dailies-secure-podcast-how-to/generator-in-action/" rel="attachment wp-att-549"><img src="http://blog.youdownwithfcp.com/wp-content/uploads/2010/01/generator-in-action-341x300.png" alt="compress dailies for ipod podcasting" title="generator in action" width="341" height="300" class="alignnone size-medium wp-image-549" /></a><br />
The video setup is pretty simple. Use one of the presets in compressor. You can find them under Apple>Apple Devices. If you are going to be using iPhones or iPods choose one of the two sizes available. If they will be previewing it in iTunes, then feel free to use the apple tv preset. If your footage is not the correct aspect ratio, then choose the appropriate selection in the geometry tab so it comes out letterboxed or pillarboxed.<br />
Two options for the compression are to add timecode or file naming. Those are both in the filters tab, and are titled &#8216;timecode generator&#8217; and &#8216;text overlay&#8217; respectively. These could be worth their weight in gold seeing as you don&#8217;t need to import the footage into fcp in order to add timecode.<br />
<span id="more-544"></span><br />
<a href="http://blog.youdownwithfcp.com/2010/02/22/ipod-dailies-secure-podcast-how-to/tc-generator-panel/" rel="attachment wp-att-550"><img src="http://blog.youdownwithfcp.com/wp-content/uploads/2010/01/tc-generator-panel-201x300.png" alt="time code generator filter in compressor" title="tc generator panel" width="201" height="300" class="alignnone size-medium wp-image-550" /></a><a href="http://blog.youdownwithfcp.com/2010/02/22/ipod-dailies-secure-podcast-how-to/picture-11/" rel="attachment wp-att-557"><img src="http://blog.youdownwithfcp.com/wp-content/uploads/2010/01/Picture-11-235x300.png" alt="" title="Picture 11" width="235" height="300" class="alignnone size-medium wp-image-557" /></a><br />
<strong><br />
XML File</strong><br />
The xml file can be thought of as a bookmark for the podcast. It has some simple info in it about the nature of your podcast, when it was last updated, and where to find the files. <a href="http://www.apple.com/itunes/podcasts/specs.html#example">Copy the sample xml file from apple</a>, change out all of the dummy info for your real info and save to a text file with the extension .xml at the end. The example file has several entries and multiple itunes tags. Your first xml may only have one entry, and it doesn&#8217;t technically need the itunes tags. This file will need to be placed somewhere on your website that is web accessible and not password protected. If you really end up getting into this there are apps that handle the creation of podcast xml files. If you enjoy hand coding; be my guest!<br />
<strong><br />
Server Setup</strong><br />
Your server has to have both of the previous files on it. Ideally the video file will be in a directory that is password protected, and the xml file will be publicly accessible. In order to password protect a folder you can either go through your webserver&#8217;s internal control panels, or you can use .htaccess files. <a href="http://www.mattcutts.com/blog/htaccess-101/">Here is a link on how to set up an .htaccess file.</a> It is just a text file that you upload to your webserver that tells the server how to protect certain files and folders. The way to check it is to put the link for your movie file into a web browser. If a dialog box asking for a login and password comes up: (and it works when you type in the info) you&#8217;ve got it right!<br />
To reiterate: the movie files go in the password protected folder and the xml file goes outside of that folder, somewhere still accessible on the web.<br />
<strong><br />
Configuring your clients</strong><br />
In itunes go to Advanced > Subscribe to podcast. Type in the address of your xml file and hit return. It should ask you for the login and password. Once you put that in you are finished! You can change the permissions to check for updates more or less frequently, and you could set up some ipods so that they are subscribed and sync the video when they are plugged in.<br />
<a href="http://blog.youdownwithfcp.com/2010/02/22/ipod-dailies-secure-podcast-how-to/itunes-add-stream-2/" rel="attachment wp-att-554"><img src="http://blog.youdownwithfcp.com/wp-content/uploads/2010/01/itunes-add-stream1-450x266.png" alt="" title="itunes-add-stream" width="450" height="266" class="alignnone size-medium wp-image-554" /></a><a href="http://blog.youdownwithfcp.com/2010/02/22/ipod-dailies-secure-podcast-how-to/itunes-login-window/" rel="attachment wp-att-553"><img src="http://blog.youdownwithfcp.com/wp-content/uploads/2010/01/itunes-login-window-450x268.png" alt="secure podcast login window" title="itunes login window" width="450" height="268" class="alignnone size-medium wp-image-553" /></a><a href="http://blog.youdownwithfcp.com/2010/02/22/ipod-dailies-secure-podcast-how-to/itunes-play-window/" rel="attachment wp-att-552"><img src="http://blog.youdownwithfcp.com/wp-content/uploads/2010/01/itunes-play-window-400x300.png" alt="itunes secure podcast window" title="itunes play window" width="400" height="300" class="alignnone size-medium wp-image-552" /></a></p>
<p>This could become a bear if it is left unmanaged, but it could also take a lot of work off of your plate, by allowing iPods and iPhones to auto sync the dailies. This could help to close the feedback loop, and end up with everyone feeling more in touch.</p>
<p>Let me know if you have any trouble setting this up. I&#8217;d love to hear how it fits into your workflow!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.youdownwithfcp.com/2010/02/22/ipod-dailies-secure-podcast-how-to/feed/</wfw:commentRss>
		<slash:comments>2</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>

