<?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"
	>

<channel>
	<title>Luminoir</title>
	<atom:link href="http://www.luminoir.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.luminoir.com</link>
	<description>Simplicity in execution</description>
	<pubDate>Sat, 14 Nov 2009 06:08:56 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<item>
		<title>Tools for the remote editor - Use VPN and VNC to save time!</title>
		<link>http://www.luminoir.com/20091109/vpnvnc/</link>
		<comments>http://www.luminoir.com/20091109/vpnvnc/#comments</comments>
		<pubDate>Sun, 08 Nov 2009 22:06:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[networking]]></category>

		<category><![CDATA[tutorial]]></category>

		<category><![CDATA[hamachi]]></category>

		<category><![CDATA[vnc]]></category>

		<category><![CDATA[vpn]]></category>

		<guid isPermaLink="false">http://www.luminoir.com/20091109/93/</guid>
		<description><![CDATA[Tools for the remote editor - Use VPN and VNC to save time!

There are times you wish you could teleport to your office to make that small change and render the sequence/burn the dvd/export to the ftp.
Or, you might have set the project to render and headed out for dinner hoping to return to see [...]]]></description>
			<content:encoded><![CDATA[<p><span style="text-decoration: underline;"><strong>Tools for the remote editor - Use VPN and VNC to save time!<br />
</strong></span><br />
There are times you wish you could teleport to your office to make that small change and render the sequence/burn the dvd/export to the ftp.<br />
Or, you might have set the project to render and headed out for dinner hoping to return to see it done, only to realize the NLE crashed 2 minutes in, leaving you with another 2 hour wait before you can do what you wanted to do.</p>
<p>Either way, there are 2 very important acronyms you need to know about to make your life that much easier.</p>
<p><a id="i2xj" title="VPN" href="http://en.wikipedia.org/wiki/Virtual_private_network">VPN</a> (Virtual Private Network)<br />
<a id="uf-8" title="VNC" href="http://en.wikipedia.org/wiki/Vnc">VNC</a> (Virtual Networked Computing)</p>
<p>Please read the links if you want a technical definition of the terms, what I will do here is a massive oversimplification of what they mean and how they make your life better.</p>
<p><span style="text-decoration: underline;"><strong>Why do I need VPN?<br />
</strong></span><br />
First, if the computer you need to gain control of has a static IP, it is significantly easier for you to control it.</p>
<p>This is because the address you connect to will never change and you<br />
can save profiles to connect to this IP, making it as simple as a<br />
single click process to control your computer remotely.</p>
<p>However, static lines do come with a price premium, and a majority of users will<br />
have their computers connected to a dynamically assigned IP.</p>
<p>If the computer you wish to access has a dynamically assigned IP, you need a VPN to gain access to it if you are not connected to the same physical network it is on.</p>
<p><span style="text-decoration: underline;"><strong>How do I check my IP?</strong><br />
</span><br />
You can check your IP by opening /Applications/Utlilities/Terminal.app and entering the following command.</p>
<div style="margin-left: 40px;">ifconfig</div>
<p>The output it returns will look something like this.</p>
<div id="zn88" style="text-align: left;"><img style="width: 648px; height: 375.698px;" src="http://docs.google.com/File?id=ddgvwxq_88g24m4dc8_b" alt="" /></div>
<p>There are many other devices listed but I will narrow it down to the one that matters, the ethernet interface, denoted here as en0.</p>
<div style="margin-left: 40px;"><span style="background-color: #ffffff; color: #000000;">en0</span>: flags=8863&lt;UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST&gt; mtu 1500<br />
inet <span style="background-color: #ff9900;">192.168.xx.xx</span> netmask 0xffffff00 broadcast 192.168.xx.xx<br />
ether 00:xx:xx:xx:xx:xx<br />
media: autoselect (100baseTX &lt;full-duplex&gt;) status: active</div>
<p>The part highlighted in orange is your IP. Generally, if your IP starts with 192.168.xxx.xxx, 172.xxx.xxx.xxx or 10.10.xxx.xxx, this is not your true IP assigned to you by your ISP, but one that your router has assigned to you.<br />
These are private addresses reserved by IANA for use in private networks. Read <a id="a4hl" title="here" href="http://en.wikipedia.org/wiki/Private_network">here</a> for more details.</p>
<p>You can find the external IP assigned to you by your ISP by using this <a id="p6xl" title="online IP detection tool." href="http://checkip.dyndns.com/">online IP detection tool.</a></p>
<p><span style="text-decoration: underline;"><strong>How do I know if my IP is dynamically assigned?</strong></span></p>
<p>The most definitive way is to ask your ISP. The more cumbersome way would be to first take note of your current external IP, reset your ADSL/Cable modem and reconnect it a few minutes later.<br />
Check your external IP again to see if it is different. If it is, you are probably on a dynamically assigned IP.</p>
<p>However, do not take it for granted that you are on a static IP, if your IP is still the same after resetting your modem, checking with your ISP is the more accurate way of ascertaining that.<br />
<span style="text-decoration: underline;"><strong><br />
My IP is dynamically assigned, so how do I connect to my server if the IP keeps changing?</strong></span></p>
<p>There are a number of VPN solutions on the market. I use hamachi because it runs on Mac OSX, windows and linux, and is free.<br />
I cannot vouch for the effectiveness of other solutions.</p>
<p>The role that hamachi provides is Network Address Traversal, which allows it to tunnel through routers and firewalls, as well as its mediation server, which determines the respective IPs of the server and client.</p>
<p>To install hamachi on the Mac, download <a id="sxmx" title="HamachiX" href="http://www.google.com/url?sa=t&amp;source=web&amp;ct=res&amp;cd=3&amp;ved=0CA0QFjAC&amp;url=http%3A%2F%2Fwww.versiontracker.com%2Fdyn%2Fmoreinfo%2Fmacosx%2F34275&amp;ei=dTP3SsKWFKXs6gPk8NQD&amp;usg=AFQjCNEvcf068uMKgp2OhdXgs8ijU6TGFA&amp;sig2=azS5Pd80CaQ3ODvEpQGUdw">HamachiX</a>.</p>
<p>It is not the official release, but it comes with a graphical frontend that makes it more user friendly for non commandline users.</p>
<p>I use the commandline with hamachi but HamachiX makes installing the tap/tun drivers easier, so this is my recommendation.</p>
<p><span style="text-decoration: underline;"><strong>HamachiX installation instructions</strong></span></p>
<p>After installing HamachiX, open the application.</p>
<p>You will not be able to connect to any networks yet because the system components which operate behind Hamachix&#8217;s graphical interface have not been installed yet.</p>
<div id="vi0y" style="text-align: left;"><img style="width: 614px; height: 75px;" src="http://docs.google.com/File?id=ddgvwxq_90cds7v4dc_b" alt="" /></div>
<p>To install those, click Help &gt; System Support &gt; Install system components.</p>
<p>Then, click Help &gt; System Support &gt; Reset hamachi background process</p>
<p>Quit HamachiX and start the application again.</p>
<p><span style="text-decoration: underline;"><strong>Configure Hamachi Network<br />
</strong></span><br />
Check the <a id="d.gf" title="hamachi website" href="https://secure.logmein.com/products/hamachi2/">hamachi website</a> for information on the maximum amount of networks and users it will support.</p>
<p>If you have a windows machine available, use this machine to create your hamachi networks.<br />
The windows version of hamachi has more features and allows you to manage your networks and the members of those networks through a web interface.</p>
<p>The mac and linux versions of hamachi are v 0.9xx and are unable to re-assign network ownership to other users.<br />
This becomes problematic if the computer which created the network is damaged/reinstalled/formatted/sold/stolen.</p>
<p>What would happen is that you would have a network where people can join (if they know the password), but you would be unable to evict or ban users as you would not have ownership of the network.<br />
This can be a security risk if you give your password out freely to part-timers, freelancers or vengeful ex employees.</p>
<p>For more information on configuring hamachi networks using HamachiX, check <a id="q_-z" title="this tutorial" href="http://homepage.mac.com/lxr/homepage/spaceants/hamachix/manual/index.html">this tutorial</a>.</p>
<p>I recommend you setup one network for employee access only, and another for clients.</p>
<p>Another useful thing about VPN and VNC is that if you configure your client&#8217;s computers, you can remotely access their computer with their permission to show them how to fix a problem like installing codecs or upgrading their version of quicktime if they don&#8217;t know how to do it themselves.</p>
<p>You could also setup a separate network for your tech support to remotely help you troubleshoot your systems before they decide if they need to be onsite &amp; save yourself from incurring unnecessary transport charges.<br />
<span style="text-decoration: underline;"><strong><br />
OK! The VPN is set up. I can see the server as if I&#8217;m in the office even if I&#8217;m at home or leeching Starbucks&#8217; wireless. Now what?<br />
</strong></span><br />
Now you need to configure your VNC server. Leopard/Snow Leopard has a VNC server built in. If you&#8217;re on Tiger, use <a id="kwp9" title="Vine Server" href="http://www.google.com.sg/url?sa=t&amp;source=web&amp;ct=res&amp;cd=1&amp;ved=0CAkQFjAA&amp;url=http%3A%2F%2Fsourceforge.net%2Fprojects%2Fosxvnc%2F&amp;ei=bDf3Spj5FdCCkAWj_sikAw&amp;usg=AFQjCNGof-7jrTUlEQ7bOd-ZYmmaaREFJQ&amp;sig2=RKJIjtO7u5gOglM-ekg8IQ">Vine Server</a>.</p>
<p>Open System Preferences &gt; Sharing.</p>
<p>Click Remote Management.</p>
<p>Click Computer Settings&#8230;</p>
<p>Select as shown.</p>
<div id="hf7i" style="text-align: left;"><img style="width: 515px; height: 264px;" src="http://docs.google.com/File?id=ddgvwxq_87cnckgbc7_b" alt="" /></div>
<p>Go back to the Remote Management page and Allow acces for: <strong>Only these users<br />
</strong><br />
Add the users you want to give remote access privileges to with the + icon.</p>
<p><span style="text-decoration: underline;"><strong>The Server is configured! Now how do I control it?<br />
</strong></span><br />
If you&#8217;re on Leopard/Snow Leopard, you have /System/Library/CoreServices/Screen Sharing.app.<br />
You should be able to see the server on the finder window and click Share Screen.</p>
<p>If not, just launch Screen Sharing and enter the Hamachi IP of the computer you want to control. Remember that it must have Sharing and Remote Management set up before you can control it.</p>
<p>If you&#8217;re on Tiger, use <a id="ev0_" title="Chicken of the VNC" href="http://sourceforge.net/projects/cotvnc/">Chicken of the VNC</a>.</p>
<p><span style="text-decoration: underline;"><strong>I don&#8217;t want to have to start Hamachi manually. Can I make this do it automatically when OS X boots?<br />
</strong></span></p>
<p>To install the hamachi boot scripts, download this <a href="http://freeasinbeer.com/hamachi-boot-macosx.tar.gz">file</a>.</p>
<p>This file is provided by the original author who wrote this hamachi daemon installation tutorial. I would love to credit him but I cannot find the page I originally found it from.</p>
<p>Open Terminal.</p>
<p>Navigate to the directory where you downloaded the file.</p>
<p>To do this, type</p>
<p>cd</p>
<p>Put a space at the end of the &#8216;cd&#8217; and click and drag the folder the file is located in on the Finder into the Terminal window then hit enter. From here you can enter the rest of these commands by copying and pasting them into the terminal.</p>
<p>sudo cp hamachi-boot-macosx.tar.gz /Library/StartupItems<br />
cd /Library/StartupItems<br />
sudo tar zxvf hamachi-boot-macosx.tar.gz<br />
sudo chown -R root:wheel hamachi</p>
<p>This should result in a directory<br />
/Library/StartupItems/hamachi/</p>
<p>Containing the files<br />
/Library/StartupItems/hamachi/hamachi<br />
/Library/StartupItems/hamachi/hamachi_helper<br />
/Library/StartupItems/hamachi/hamachi_networks.conf<br />
/Library/StartupItems/hamachi/StartupParameters.plist<br />
/Library/StartupItems/hamachi/README</p>
<p>Next edit the beginning of hamachi_helper to reflect which account you used to install Hamachi by replacing &#8220;hamachi_account&#8221; with the appropriate account name.</p>
<p>It is best to copy the files you are editing to the desktop or another folder, as you will be unable to save the file if you edit it directly. This is because the /Library/StartupItems/ folder has permissions set which prevent you from modifying files directly. The workaround is to copy them to a folder you have permissions for, making the changes, then moving them into /Library/StartupItems/hamachi/. OS X will then prompt you for your password and allow you to overwrite the file.</p>
<p>If you installed Hamachi as root, I believe the script will work if you set HAMACHI_OWNER=root and HAMACHI_DIR=/var/root/.hamachi.</p>
<p>After hamachi_helper works, change hamachi_networks.conf to contain the names of the networks you would like to sign on to. One network name per line, as many lines as you want. As far as I know there is no hard limit.</p>
<p>This package is designed to be run by SystemStarter during the boot process. However, you can test it manually by entering commands of the form:<br />
sudo SystemStarter start hamachi<br />
sudo SystemStarter restart hamachi<br />
sudo SystemStarter stop hamachi</p>
<p>Test if this works by pinging the server&#8217;s hamachi IP, then restarting your server.</p>
<p>You can do this by opening Terminal and entering the following command. (All hamachi IP start with 5, replace xxx with the correct numbers)</p>
<p>ping 5.xxx.xxx.xxx.xxx</p>
<p><span style="text-decoration: underline;"><strong>Can I control it from my iPhone?</strong></span></p>
<p>At the moment, not through hamachi. Hamachi was originally freeware before they were bought by logmein.</p>
<p>Logmein has done very little to upgrade hamachi for the mac/linux clients which are still at v 0.9xx.<br />
The windows version however has recently been upgraded to v2.</p>
<p>Logmein has a product which runs on the iPhone called logmein ignition, but this is not compatible with hamachi.<br />
You need to install a different type of software to be able to access your server through the iPhone.</p>
<p>I don&#8217;t know if this will serve any purpose, but I have written to logmein to ask for the mac &amp; linux versions to be updated so they can perform network ownership commands that the v1.xx versions of hamachi can.<br />
I am writing another to ask that they develop a version that allows the iPhone to connect to hamachi networks.</p>
<p>If this tutorial was of any help to you, please take a couple of minutes of the time you WILL save and write to logmein asking them to provide updates to the mac &amp; linux versions of hamachi and to develop the iPhone version.</p>
<p>If there are any questions I haven&#8217;t covered in this tutorial or in the links provided, leave me a comment and I will respond when I can.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.luminoir.com/20091109/vpnvnc/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Using Automator with FCP to automate repetitive steps (With Video)</title>
		<link>http://www.luminoir.com/20090725/using-automator-with-fcp-to-automate-repetitive-steps-with-video/</link>
		<comments>http://www.luminoir.com/20090725/using-automator-with-fcp-to-automate-repetitive-steps-with-video/#comments</comments>
		<pubDate>Fri, 24 Jul 2009 19:11:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[FCP]]></category>

		<category><![CDATA[automation]]></category>

		<category><![CDATA[tutorial]]></category>

		<category><![CDATA[workflow]]></category>

		<category><![CDATA[tutorials]]></category>

		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://www.luminoir.com/?p=86</guid>
		<description><![CDATA[In April 2008, I wrote a forum post in the Creative Cow forums about using automator to automate the creation of some image sequences for a football quiz show.
Tim Wilson eventually contacted me about making that post an article for Creative Cow.
Since then, I&#8217;ve continued using Automator to ease my workload of repetitive tasks but [...]]]></description>
			<content:encoded><![CDATA[<p>In April 2008, I wrote <a href="http://forums.creativecow.net/thread/8/985422#985422">a forum post in the Creative Cow forums</a> about using automator to automate the creation of some image sequences for a football quiz show.</p>
<p>Tim Wilson eventually contacted me about making that post <a href="http://library.creativecow.net/articles/cowdog/automator.php">an article for Creative Cow.</a></p>
<p>Since then, I&#8217;ve continued using Automator to ease my workload of repetitive tasks but somehow the use of this timesaving tool never seems to have taken off.</p>
<p>I realize that this is in part due to the overly technical nature of my post and the lack of &#8216;proof of concept&#8217;.</p>
<p>To that end, here&#8217;s a video of how I&#8217;ve been using Automator, and a prepared excel spreadsheet, to automate graphic super replacement for an episode of Glitch, one of the shows I am currently working on.</p>
<p><object width="560" height="340"><param name="movie" value="http://www.youtube.com/v/NsjRSHmJZLM&#038;hl=en&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/NsjRSHmJZLM&#038;hl=en&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.luminoir.com/20090725/using-automator-with-fcp-to-automate-repetitive-steps-with-video/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Talent Showreel Tips</title>
		<link>http://www.luminoir.com/20090717/talent-showreel-tips/</link>
		<comments>http://www.luminoir.com/20090717/talent-showreel-tips/#comments</comments>
		<pubDate>Thu, 16 Jul 2009 16:08:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[editing]]></category>

		<category><![CDATA[tutorial]]></category>

		<category><![CDATA[showreel]]></category>

		<category><![CDATA[talent]]></category>

		<guid isPermaLink="false">http://www.luminoir.com/?p=83</guid>
		<description><![CDATA[I&#8217;ve recently been doing a few talent showreels and was asked to give some advice to an acquaintance with no editing experience how to get her showreel done with another editor.
The resulting email was so detailed I thought it would be a great template for me to send out to anyone thinking of cutting their [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve recently been doing a few talent showreels and was asked to give some advice to an acquaintance with no editing experience how to get her showreel done with another editor.</p>
<p>The resulting email was so detailed I thought it would be a great template for me to send out to anyone thinking of cutting their showreel.</p>
<p>This might also be useful for editors to send to a talent before they cut their reel with you to save them money and you, heartache and frustration. Everybody wins!</p>
<p><strong><span style="text-decoration: underline;">Introduce yourself</span><br />
</strong></p>
<ul>
<li>Put your name and contact details very clearly at the start.</li>
<li>Whoever&#8217;s watching might not have the time to watch your showreel to the end and you want to make it easy for them to contact you if they&#8217;re impressed enough with the first minute.</li>
</ul>
<p><span style="text-decoration: underline;"><strong>Best foot forward</strong></span></p>
<ul>
<li>Following on the point that most people might not watch it through, put your most impressive work first.</li>
<li>You can start with a montage at the start to highlight the diversity of your work. This is for stuff that shows a different side of you that might not be included with your most impressive work at the start.</li>
</ul>
<p><strong><span style="text-decoration: underline;">How you can save money</span></strong></p>
<ul>
<li>If you are paying by the hour, be organized to save yourself money. Make sure all the editor needs to do once they meet you is to start cutting.</li>
<li>Convert your footage to an editable video file format. Check with your editor what files he/she needs. They should tell you the file extension(.mov or .avi), and codec (DV-PAL,ProRes, DVCPRO50,IMX,DVCPROHD, etc).</li>
<li>Ask whether they&#8217;re working on a Mac or PC. Provide them with the files on a harddisk. Make sure your harddisk is formatted as NTFS if you&#8217;re cutting on a PC and HFS for a Mac. Harddisks formatted as FAT32 can be read and written to on Mac and PC but cannot accept any file larger than 4GB. Video files will get that large easily.</li>
</ul>
<p><strong><span style="text-decoration: underline;">Prepare the assets</span></strong></p>
<ul>
<li>Do the conversion yourself if you can. If we do the conversion for you, we will charge you for the time and harddisk space at our full rate because of our opportunity cost.</li>
<li>Learn to do it yourself and you can do it on your own time, instead of being charged by the hour to watch a render bar move.</li>
<li> Before you spend hours converting everything, I recommend that you convert a small file first and send it to your editor to make sure it&#8217;s in the right format, and that it can be viewed in real time.</li>
<li>Having a harddisk also means you can ask for a copy of all the video files and the project file when the project is completed.</li>
</ul>
<p><span style="text-decoration: underline;"><strong>Future Proof Yourself</strong></span></p>
<ul>
<li>Negotiate about whether you get to keep the project file before you start, if your editor wants to charge more for handing over the project file, decide if it&#8217;s worth it.</li>
<li>Having the project file will make adding material and recutting your reel easier. I normally give it to clients for free but some editors might not and it is their right to do so.</li>
<li>Be aware of what Non Linear Editing (NLE) platform the project is being cut in. This could be Avid, Final Cut Pro, Quantel, Vegas, or Premiere</li>
<li>Translation of project files between different software platforms is not completely seamless and you&#8217;d be better off working on the same platform, so make sure the NLE your editor is using is widely available in case you ever need to recut it with someone else.</li>
</ul>
<p><strong><span style="color: #000000;"><span style="text-decoration: underline;">Give yourself enough time</span></span></strong></p>
<ul>
<li>Do not assume it will only take a couple of hours. Make no other plans on the day of the edit, and come early, especially if you have never worked with the editor before.</li>
<li>We have the right to start charging from the appointed time, because we&#8217;re turning down work to be available to you at that time.</li>
</ul>
<p><strong><span style="text-decoration: underline;">Have an idea of what you want</span></strong></p>
<ul>
<li>Decide on your structure and sequence in advance. Have a rough duration in mind for each section/part of your showreel and select a music track long enough for it.</li>
<li>Each definative section of your reel should be accompanied with a music change and a visual transition. Don&#8217;t let viewers confuse one piece of work for another because you did not signpost it properly.</li>
</ul>
<p><strong><span style="text-decoration: underline;">Graphics, Effects &amp; Supers</span></strong></p>
<ul>
<li>If you want fancy graphics, bear in mind that it will take time and think carefully about whether it&#8217;s even necessary.</li>
<li>It might make the overall look of the showreel more slick, but it might also distract from the strength of your performance.</li>
<li>Remember, you&#8217;re selling yourself, not the skill of your graphics artist or editor. Also, not every editor will do complex graphics work unless you are willing to pay for it.</li>
<li>If you insist on complicated graphics, I suggest you do that in advance, before the edit session, so it will be rendered and ready to be inserted when the edit session commences.</li>
<li>Prepare graphic supers of your contribution to each project (eg Choreographer, Ballet in the Park, Singapore 2008, etc).Better to dig up dates, namecards and flyers for the information before you&#8217;re 10 hours into your edit and realize you can&#8217;t complete it because you&#8217;ve forgotten the name of the project.</li>
</ul>
<p><strong><span style="text-decoration: underline;">Music</span></strong></p>
<ul>
<li>Choose your music before you start. Pick different tempos and have fallback options in case your first choices don&#8217;t work.</li>
<li>If you are going to have upsound (you&#8217;re speaking in the video), choose some music without vocals.</li>
</ul>
<p><span style="text-decoration: underline;"><strong>Be productive, specific and assertive</strong></span></p>
<ul>
<li>Supervise the editor, let him/her know early on what you want and be clear and decisive about it. If you change your mind, say so immediately, so you can get back on track.</li>
<li>Don&#8217;t be distracted and surf the net or check your emails while the edit is happening. It&#8217;s a waste of your money for the editor to spend time polishing up and color correcting a part that you&#8217;re going to cut out anyway.</li>
<li>Listen. You may be in love with a certain piece of work, but if the editor recommends that you leave it out, find out why and decide. Few people get into conflict for its own sake, so there might be a good reason for that.</li>
</ul>
<p><span style="text-decoration: underline;"><strong>Pay on time</strong></span></p>
<ul>
<li>We need to eat too. Some editors have been forced to hold the final cut hostage so they can receive payment.</li>
<li>This is unneccessary, unpleasent, and we don&#8217;t enjoy it anymore than you do. Pay us on time and let&#8217;s avoid all that.</li>
</ul>
<p>Any other tips I&#8217;ve left out? Feel free to add them in the comments!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.luminoir.com/20090717/talent-showreel-tips/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Editing Workshop with Emmy Award winner Kris Trexler</title>
		<link>http://www.luminoir.com/20090618/editing-workshop-with-emmy-award-winner-kris-trexler/</link>
		<comments>http://www.luminoir.com/20090618/editing-workshop-with-emmy-award-winner-kris-trexler/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 11:39:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[editing]]></category>

		<category><![CDATA[kris]]></category>

		<category><![CDATA[ngeeann]]></category>

		<category><![CDATA[ngeeannpoly]]></category>

		<category><![CDATA[ngeeannpolytechnic]]></category>

		<category><![CDATA[NP]]></category>

		<category><![CDATA[trexler]]></category>

		<category><![CDATA[videoediting]]></category>

		<category><![CDATA[workshop]]></category>

		<guid isPermaLink="false">http://www.luminoir.com/?p=77</guid>
		<description><![CDATA[Just concluded a 4 day editing workshop with Kris Trexler, and it was a great experience.
He had great photos of film and video technology from the days of tape splicing and hilarious anecdotes from his 40+ years of working as an editor. He also kindly brought footage from his sitcom According to Jim for us [...]]]></description>
			<content:encoded><![CDATA[<p>Just concluded a 4 day editing workshop with Kris Trexler, and it was a great experience.</p>
<p>He had great photos of film and video technology from the days of tape splicing and hilarious anecdotes from his 40+ years of working as an editor. He also kindly brought footage from his sitcom According to Jim for us to work on and it was really impressive watching their logging workflow with Avid&#8217;s script view function.</p>
<p>I&#8217;ve not touched the Avid for 5 years and it was good to get reacquainted with what I did love about it. The timeline navigation, the speed of preview, the intuitive command key edge snapping, the timecode window, a WORKING trim mode. Kris had to remind me a few times to use trim mode because I was so used to working without it since FCP&#8217;s implementation of it remains sluggish at best and downright unstable at worst.</p>
<p>It was great fun and I&#8217;m looking forward to having an Emmy award winner to ask editing questions to for the next year that he&#8217;s going to be in Singapore.</p>
<p>Great move by Ngee Ann Poly to bring him here and we can only hope that more people like him would take the chance to come to Singapore to teach, while exploring what they would consider an exotic part of the world.</p>
<p>Pictures of the workshop after the jump</p>
<table style="width:194px;">
<tr>
<td align="center" style="height:194px;background:url(http://picasaweb.google.com/s/c/transparent_album_background.gif) no-repeat left"><a href="http://picasaweb.google.com/duzt.lau/EditingWorkshopWithKrisTrexlerLA?feat=embedwebsite"><img src="http://lh3.ggpht.com/_w4tW6_gA57E/SjoXPmbTMBE/AAAAAAAAC_0/YuqWD8tpjqM/s160-c/EditingWorkshopWithKrisTrexlerLA.jpg" width="160" height="160" style="margin:1px 0 0 4px;"></a></td>
</tr>
<tr>
<td style="text-align:center;font-family:arial,sans-serif;font-size:11px"><a href="http://picasaweb.google.com/duzt.lau/EditingWorkshopWithKrisTrexlerLA?feat=embedwebsite" style="color:#4D4D4D;font-weight:bold;text-decoration:none;">Editing Workshop with Kris Trexler (LA)</a></td>
</tr>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.luminoir.com/20090618/editing-workshop-with-emmy-award-winner-kris-trexler/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Microtip - FCP gets Avid TC window functionality&#8230;for FREE!</title>
		<link>http://www.luminoir.com/20090605/microtip-fcp-get-avid-tc-window-functionalityfor-free/</link>
		<comments>http://www.luminoir.com/20090605/microtip-fcp-get-avid-tc-window-functionalityfor-free/#comments</comments>
		<pubDate>Fri, 05 Jun 2009 06:08:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[FCP]]></category>

		<category><![CDATA[tutorial]]></category>

		<category><![CDATA[microtips]]></category>

		<guid isPermaLink="false">http://www.luminoir.com/20090605/microtip-fcp-get-avid-tc-window-functionalityfor-free/</guid>
		<description><![CDATA[You will need to configure your control surfaces to output timecode to the application via MIDI.
It works only when your mix tool is open (opt 6)
TimeCode
]]></description>
			<content:encoded><![CDATA[<p>You will need to configure your control surfaces to output timecode to the application via MIDI.<br />
It works only when your mix tool is open (opt 6)</p>
<p><a href="http://e-pocalypse.com/timecode/">TimeCode</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.luminoir.com/20090605/microtip-fcp-get-avid-tc-window-functionalityfor-free/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Any Kiwis out there?</title>
		<link>http://www.luminoir.com/20090421/any-kiwis-out-there/</link>
		<comments>http://www.luminoir.com/20090421/any-kiwis-out-there/#comments</comments>
		<pubDate>Tue, 21 Apr 2009 08:53:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.luminoir.com/?p=73</guid>
		<description><![CDATA[I&#8217;ve been considering a move to the southern hemisphere for a while and was wondering if there are any kiwis out there that can shed some light on what working in New Zealand is like.
I understand animators are more in demand there at the moment, with Weta leading the way.
What are the opportunities like in [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been considering a move to the southern hemisphere for a while and was wondering if there are any kiwis out there that can shed some light on what working in New Zealand is like.</p>
<p>I understand animators are more in demand there at the moment, with Weta leading the way.</p>
<p>What are the opportunities like in Auckland and what&#8217;s the working environment like?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.luminoir.com/20090421/any-kiwis-out-there/feed/</wfw:commentRss>
		</item>
		<item>
		<title>New Article out on Creative Cow magazine</title>
		<link>http://www.luminoir.com/20090401/new-article-out-on-creative-cow-magazine/</link>
		<comments>http://www.luminoir.com/20090401/new-article-out-on-creative-cow-magazine/#comments</comments>
		<pubDate>Wed, 01 Apr 2009 03:25:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[FCP]]></category>

		<category><![CDATA[automation]]></category>

		<category><![CDATA[editing]]></category>

		<category><![CDATA[game]]></category>

		<category><![CDATA[plugins]]></category>

		<category><![CDATA[shortcuts]]></category>

		<category><![CDATA[workflow]]></category>

		<category><![CDATA[article]]></category>

		<category><![CDATA[creativecow]]></category>

		<category><![CDATA[games]]></category>

		<guid isPermaLink="false">http://www.luminoir.com/?p=69</guid>
		<description><![CDATA[My new creative cow article is out.
http://magazine.creativecow.net/issue/the-games
Page 34
]]></description>
			<content:encoded><![CDATA[<p>My new creative cow article is out.</p>
<p><a href="http://magazine.creativecow.net/issue/the-games">http://magazine.creativecow.net/issue/the-games</a></p>
<p>Page 34</p>
]]></content:encoded>
			<wfw:commentRss>http://www.luminoir.com/20090401/new-article-out-on-creative-cow-magazine/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Microtips-Mouse Modifiers</title>
		<link>http://www.luminoir.com/20090122/microtips-mousemodifiers/</link>
		<comments>http://www.luminoir.com/20090122/microtips-mousemodifiers/#comments</comments>
		<pubDate>Thu, 22 Jan 2009 05:55:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[FCP]]></category>

		<category><![CDATA[editing]]></category>

		<category><![CDATA[microtips]]></category>

		<category><![CDATA[shortcuts]]></category>

		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.luminoir.com/20090122/61/</guid>
		<description><![CDATA[IN THE TIMELINE


 Zoom Tool

 Press z to activate the Zoom Tool.
 Hold shift to toggle to the Hand Tool.


 Track Tool

 Press t to activate the Track Tool 
 Hold shift to toggle it to All Tracks


 Blade Tool

 Press b to activate the Blade Tool. 
 Hold shift to toggle it to cut [...]]]></description>
			<content:encoded><![CDATA[<p><span style="text-decoration: underline;"><strong>IN THE TIMELINE<br />
</strong></span></p>
<ul>
<li> <strong>Zoom Tool</strong>
<ul>
<li> Press z to activate the Zoom Tool.<img style="width: 33px; height: 30px;" src="http://docs.google.com/File?id=ddgvwxq_67d62z7qx5_b" alt="" /></li>
<li> Hold shift to toggle to the Hand Tool.<img style="width: 33px; height: 24px;" src="http://docs.google.com/File?id=ddgvwxq_68g6mjb4qb_b" alt="" /></li>
</ul>
</li>
<li> <strong>Track Tool</strong>
<ul>
<li> Press t to activate the Track Tool <img style="width: 19px; height: 16px;" src="http://docs.google.com/File?id=ddgvwxq_60cxdc5pd6_b" alt="" /></li>
<li> Hold shift to toggle it to All Tracks<img alt="" /><img style="width: 20px; height: 16px;" src="http://docs.google.com/File?id=ddgvwxq_61gf98gkd7_b" alt="" /></li>
</ul>
</li>
<li> <strong>Blade Tool</strong>
<ul>
<li> Press b to activate the Blade Tool. <img style="width: 24px; height: 18px;" src="http://docs.google.com/File?id=ddgvwxq_65fscvwrc7_b" alt="" /></li>
<li> Hold shift to toggle it to cut all tracks <img style="width: 26px; height: 24px;" src="http://docs.google.com/File?id=ddgvwxq_66dn56pkcd_b" alt="" /></li>
<li> or use ctrl v to cut all.</li>
</ul>
</li>
<li> <strong>Roll Tool</strong>
<ul>
<li> Press r to activate the Roll Tool.<img style="width: 24px; height: 19px;" src="http://docs.google.com/File?id=ddgvwxq_63d4xv3sf6_b" alt="" /></li>
<li> Hold shift to toggle a single sided trim.<img style="width: 38px; height: 23px;" src="http://docs.google.com/File?id=ddgvwxq_64ggxw2vd8_b" alt="" /></li>
</ul>
</li>
</ul>
<div id="sn1c" style="padding: 1em 0pt; text-align: left;"><span style="text-decoration: underline;"><strong>IN THE CANVAS<br />
</strong></span></div>
<div id="sn1c" style="padding: 1em 0pt; text-align: left;">
<ul>
<li> <strong>Resize Tool<br />
</strong></p>
<ul>
<li> Using the Resize Tool, grab the edges of the image as if to resize it.</li>
</ul>
<ul>
<li> Hold shift to distort instead.</li>
<li> Still using the Resize Tool, click and drag an image as if to move it.</li>
<li> Hold shift to snap it to the x y axis.</li>
</ul>
</li>
</ul>
</div>
<div>
<ul>
<li> <strong>Crop Tool</strong>
<ul>
<li> Using the Crop Tool, grab the corner pins of the image as if to crop x and y axis at the same time.</li>
<li> Hold shift to toggle a crop that maintains your aspect ratio.</li>
</ul>
</li>
</ul>
<ul>
<li> <strong>Distort Tool</strong>
<ul>
<li> Using the Distort Tool, grab the corner pin as if to move the corner point.</li>
<li> Hold shift to keystone distort.</li>
</ul>
</li>
</ul>
</div>
<p>That&#8217;s all for this microtip. Feel free to leave comments if you feel there are any I&#8217;ve left out.<br />
I&#8217;m pretty sure there are, as this was written in ten minutes.<br />
These tips will be edited to reflect the additions and your contributions will be credited to you.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.luminoir.com/20090122/microtips-mousemodifiers/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Microtips-Mise En Place on the Finder</title>
		<link>http://www.luminoir.com/20090122/58/</link>
		<comments>http://www.luminoir.com/20090122/58/#comments</comments>
		<pubDate>Thu, 22 Jan 2009 03:26:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[microtips]]></category>

		<category><![CDATA[workflow]]></category>

		<category><![CDATA[finder]]></category>

		<category><![CDATA[organization]]></category>

		<category><![CDATA[osx]]></category>

		<guid isPermaLink="false">http://www.luminoir.com/20090122/58/</guid>
		<description><![CDATA[Mise en place (pronounced [miz ɑ̃n plas], literally &#8220;put in place&#8221;) is a French phrase defined by the Culinary Institute of America
as &#8220;everything in place&#8221;, as in set up. It is used in professional
kitchens to refer to the ingredients, such as cuts of meat, relishes,
sauces, par-cooked items, spices, freshly chopped vegetables, and other
components that a [...]]]></description>
			<content:encoded><![CDATA[<p><em><strong>Mise en place</strong></em> (pronounced <span class="IPA" title="Pronunciation in the International Phonetic Alphabet (IPA)">[miz ɑ̃n plas]</span>, literally &#8220;put in place&#8221;) is a French phrase defined by the Culinary Institute of America<br />
as &#8220;everything in place&#8221;, as in set up. It is used in professional<br />
kitchens to refer to the ingredients, such as cuts of meat, relishes,<br />
sauces, par-cooked items, spices, freshly chopped vegetables, and other<br />
components that a cook requires for the menu items that they expect to<br />
prepare during their shift.</p>
<p>Similarly for editors, there is an element of mise en place as well.<br />
I can&#8217;t confess to have the same as everyone else, in fact, I&#8217;m pretty sure you have a completely different way and methodology for placing your windows.<br />
This particular configuration suits most of my needs and works very well for me.<br />
This is what my Finder window placement is like.</p>
<div id="dfas" style="padding: 1em 0pt; text-align: left;"><a href="http://docs.google.com/File?id=ddgvwxq_58gb7zbqfc_b" target="_blank"><img style="width: 640px; height: 201.529px;" src="http://docs.google.com/File?id=ddgvwxq_58gb7zbqfc_b" alt="" /></a></div>
<p>The top right hand window is my <span style="text-decoration: underline;">~TO BE CONVERTED</span> folder. This contains files that need to be converted to FCP compatible formats.<br />
All files are prepended with the project name and episode number and converted into ^TO BE IMPORTED.</p>
<p>The window in the center is my <span style="text-decoration: underline;">^TO BE IMPORTED</span> folder. This contains all files that are waiting to be imported into FCP projects.</p>
<p>When I import these files, I drag them into the lower left window, which is the <span style="text-decoration: underline;">Capture Scratch</span> of the project.<br />
After that, I then import the files into the project. Once the files are imported, I mark them grey.<br />
This way, whenever I need to import new files into the project, I know which ones have already been imported.</p>
<p>My upper left window is my ^EXPORT folder. This contains all files that have been exported sorted into subfolders named by project title.</p>
<p>The lower right window is any other folder that I might need to transfer files to and from, like my internet download folder or project backup folder.</p>
<p>Obviously, if you don&#8217;t have to deal with conversions as much as I do, you can replace the ^TO BE CONVERTED folder with a music library or graphics folder.<br />
If you ingest almost everything, then this will be of more use to you in the event of having to import items to your projects.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.luminoir.com/20090122/58/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Launching Microtips</title>
		<link>http://www.luminoir.com/20090121/launching-microtips/</link>
		<comments>http://www.luminoir.com/20090121/launching-microtips/#comments</comments>
		<pubDate>Wed, 21 Jan 2009 07:34:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[microtips]]></category>

		<guid isPermaLink="false">http://www.luminoir.com/?p=56</guid>
		<description><![CDATA[The reality is that writing a full length post with a variety of tips neatly woven together takes more time than I have to spare.
Thus, I&#8217;ll be blogging more bite sized nuggets surrounding a particular technique, hack or workflow. That way I update more often and get more useful information in the public sphere.
Some of [...]]]></description>
			<content:encoded><![CDATA[<p>The reality is that writing a full length post with a variety of tips neatly woven together takes more time than I have to spare.</p>
<p>Thus, I&#8217;ll be blogging more bite sized nuggets surrounding a particular technique, hack or workflow. That way I update more often and get more useful information in the public sphere.</p>
<p>Some of these tips are old but too minor to fit into any of my other articles, or so ingrained as part of my workflow that I don&#8217;t quite realize it might not be as obvious to everyone. Either way, enjoy.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.luminoir.com/20090121/launching-microtips/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Good editing is found in suprising places</title>
		<link>http://www.luminoir.com/20090104/good-editing-is-found-in-suprising-places/</link>
		<comments>http://www.luminoir.com/20090104/good-editing-is-found-in-suprising-places/#comments</comments>
		<pubDate>Sat, 03 Jan 2009 18:35:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[editing]]></category>

		<category><![CDATA[flashvideo]]></category>

		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://www.luminoir.com/?p=51</guid>
		<description><![CDATA[On occasion, I&#8217;m asked what my best work is. Other times, I&#8217;m asked which is the best project I&#8217;ve worked on.
The answers to these questions aren&#8217;t always the same.
Sometimes, when you&#8217;re working on a really polished product, where the footage is well shot, sound is recorded perfectly and the director is organized and clear with [...]]]></description>
			<content:encoded><![CDATA[<p>On occasion, I&#8217;m asked what my best work is. Other times, I&#8217;m asked which is the best project I&#8217;ve worked on.</p>
<p>The answers to these questions aren&#8217;t always the same.</p>
<p>Sometimes, when you&#8217;re working on a really polished product, where the footage is well shot, sound is recorded perfectly and the director is organized and clear with what he wants, all I do really is to not screw it up. That&#8217;s when a great team effort culminates in a good commercial, film or program.</p>
<p>On the other hand, sometimes a project arrives in your hands as a complete mess, and it&#8217;s through relentless searching through rushes, splicing individual words or syllables, finding the most obscure cutaways, making non-native speakers sound fluent, that you salvage a decent product from what could have been an unmitigated disaster.</p>
<p>When you put these two different project side by side, the difference in overall quality may be stark, even startling. But sometimes, your best and most inspired work comes from saving lost causes.</p>
<p>On a seperate but remotely related note, the proliferation of easy to use NLEs has heralded the rise of youtube/flash video mashups, some amusing, many crap.</p>
<p>Here are a few that I found interesting.</p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/5_JmXCNPs6Y&#038;color1=0xb1b1b1&#038;color2=0xcfcfcf&#038;feature=player_embedded&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><embed src="http://www.youtube.com/v/5_JmXCNPs6Y&#038;color1=0xb1b1b1&#038;color2=0xcfcfcf&#038;feature=player_embedded&#038;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"></embed></object></p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/qeSKhcpLkIM&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/qeSKhcpLkIM&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.luminoir.com/20090104/good-editing-is-found-in-suprising-places/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Short Blurb on the Lumix DMC-LX3</title>
		<link>http://www.luminoir.com/20081123/short-blurb-on-the-lumix-dmc-lx3/</link>
		<comments>http://www.luminoir.com/20081123/short-blurb-on-the-lumix-dmc-lx3/#comments</comments>
		<pubDate>Sun, 23 Nov 2008 11:28:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[720p]]></category>

		<category><![CDATA[hd]]></category>

		<category><![CDATA[lumix]]></category>

		<category><![CDATA[lx3]]></category>

		<category><![CDATA[rockband]]></category>

		<guid isPermaLink="false">http://www.luminoir.com/?p=46</guid>
		<description><![CDATA[Here&#8217;s a short video taken with the Panasonic Lumix DMC-LX3 taken at 1280&#215;720 24p.
It&#8217;s native codec is MJPEG, this file was transcoded to h264 to be uploaded to vimeo.
Click the HD link within the player to see the HD version at vimeo.
More to come on the camera and it&#8217;s weaknesses and strengths.

Rockband with real rockstars [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a short video taken with the Panasonic Lumix DMC-LX3 taken at 1280&#215;720 24p.</p>
<p>It&#8217;s native codec is MJPEG, this file was transcoded to h264 to be uploaded to vimeo.</p>
<p>Click the HD link within the player to see the HD version at vimeo.</p>
<p>More to come on the camera and it&#8217;s weaknesses and strengths.<br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="400" height="225" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=2264995&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="400" height="225" src="http://vimeo.com/moogaloop.swf?clip_id=2264995&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object><br />
<a href="http://vimeo.com/2264995">Rockband with real rockstars</a> from <a href="http://vimeo.com/user943027">Dustin Lau</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.luminoir.com/20081123/short-blurb-on-the-lumix-dmc-lx3/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Hardware Review: Planex MZK-W04G</title>
		<link>http://www.luminoir.com/20080910/hardware-review-planex-mzk-w04g/</link>
		<comments>http://www.luminoir.com/20080910/hardware-review-planex-mzk-w04g/#comments</comments>
		<pubDate>Wed, 10 Sep 2008 12:48:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[hardware]]></category>

		<category><![CDATA[networking]]></category>

		<category><![CDATA[network]]></category>

		<category><![CDATA[planex]]></category>

		<category><![CDATA[review]]></category>

		<category><![CDATA[router]]></category>

		<guid isPermaLink="false">http://www.luminoir.com/20080910/hardware-review-planex-mzk-w04g/</guid>
		<description><![CDATA[I love this router.
We bought it to replace the Planex BLW-HPMM-G router we had and it is brilliant.
Firstly, the combination of Gigabit ethernet and Wireless Draft N mean our file transfers are going so much faster than they used to.
A 1 GB file that used to take me 2 or 3 minutes to transfer over [...]]]></description>
			<content:encoded><![CDATA[<p>I love this <a href="http://www.planex.com.sg/product/router/mzk-w04g.htm">router</a>.</p>
<p>We bought it to replace the <a href="http://www.planex.com.sg/product/router/blw-hpmm-g.htm">Planex BLW-HPMM-G</a> router we had and it is brilliant.</p>
<p>Firstly, the combination of Gigabit ethernet and Wireless Draft N mean our file transfers are going so much faster than they used to.</p>
<p>A 1 GB file that used to take me 2 or 3 minutes to transfer over the network is now copying over in less than a minute.</p>
<p>Of course, it helps that the <a href="http://www.planex.com.sg/product/router/mzk-w04g.htm">MZK-W04G</a> supports jumbo frames but the feature that gets me excited is the dual USB ports at the back to connect harddisks to serve as an NAS.</p>
<p>Essentially, if you want write support on Macs, Windows and Linux, you can partition the drives to ext2 and download the necessary drivers for all OSes to read the filesystem, should you choose to connect them directly to your computer. I don&#8217;t see any reason why it&#8217;d be necessary though because the transfer speeds over Gigabit are sufficient.</p>
<p>As a test, I ingested a 20 minute file encoding to DVCPRO50 PAL with 2 tracks of 24 bit 48kHZ audio with nary a frame dropped.</p>
<p>The wireless performance is also really impressive.<br />
My director sits on the opposite side of the office about 80-100 metres away from the router.<br />
The signal also has to pass 2 edit suites and a machine rack to get to him.<br />
He experiences some signal degradation but still has no problems copying and transferring video files to and from my computer.</p>
<p>My decision to get this router was pretty simple.<br />
I researched every single router I was considering by googling their product name and the following phrases.</p>
<ol>
<li>Issues</li>
<li>Problems</li>
<li>Dropped</li>
</ol>
<p>Basically, what I was looking for was any potential problems or widespread build issues.</p>
<p>The only results I got for the <a href="http://www.planex.com.sg/product/router/mzk-w04g.htm">MZK-W04G</a> were glowing forum posts and recommendations.<br />
Add this one to the list.</p>
<p>Well done, Planex. Please expand your product line in Singapore, I&#8217;m especially interested in your <a href="http://www.planex.com.sg/product/accessory/pl-25uxa.htm">2.5&#8243; Harddisk-Memory Card Reader Combo</a> that has still failed to be available here.</p>
<p>EDIT:</p>
<p>Just to add to this, a few weeks after this post, a freelance editor who takes over me once in a while, got his iPhone added to the router permissions list.</p>
<p>The next day, as he came in, he asked me for the model number and make of the router. Apparently, while he was parking his car 3 floors down in our industrial building, which has 3 metre high floors, his iPhone prompted him to connect to the wireless network. Now that leaves me a little concerned about what those signals are doing to my brain chemistry, but a very impressive connection strength story nonetheless.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.luminoir.com/20080910/hardware-review-planex-mzk-w04g/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Some FCP tools with xml functionality</title>
		<link>http://www.luminoir.com/20080825/some-fcp-tools-with-xml-functionality/</link>
		<comments>http://www.luminoir.com/20080825/some-fcp-tools-with-xml-functionality/#comments</comments>
		<pubDate>Mon, 25 Aug 2008 05:09:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[FCP]]></category>

		<category><![CDATA[editing]]></category>

		<category><![CDATA[tools]]></category>

		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.luminoir.com/20080825/some-fcp-tools-with-xml-functionality/</guid>
		<description><![CDATA[http://www.spherico.de/filmtools
Marker tool is a great find, it allows you to transfer markers from clip level to sequence level with many options.
Been busy of late working on the Creative Cow print article, look out for it in 6 weeks or so on the Creative Cow magazine.
In the meantime, I&#8217;ll be updating with more tutorials and writing [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.spherico.de/filmtools">http://www.spherico.de/filmtools</a></p>
<p>Marker tool is a great find, it allows you to transfer markers from clip level to sequence level with many options.</p>
<p>Been busy of late working on the Creative Cow print article, look out for it in 6 weeks or so on <a href="http://magazine.creativecow.net/">the Creative Cow magazine.</a><br />
In the meantime, I&#8217;ll be updating with more tutorials and writing in the near future.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.luminoir.com/20080825/some-fcp-tools-with-xml-functionality/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Followup to Automator in FCP Article</title>
		<link>http://www.luminoir.com/20080731/followup-to-automator-in-fcp-article/</link>
		<comments>http://www.luminoir.com/20080731/followup-to-automator-in-fcp-article/#comments</comments>
		<pubDate>Wed, 30 Jul 2008 17:12:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[FCP]]></category>

		<category><![CDATA[automation]]></category>

		<category><![CDATA[workflow]]></category>

		<category><![CDATA[creativecow]]></category>

		<guid isPermaLink="false">http://www.luminoir.com/?p=36</guid>
		<description><![CDATA[From the Creative Cow forum
Mark Peysha on Jul 30, 2008 at 3:40:01 pm
Hey Dustin,
Thanks for your entry on automator.
Have you ever heard of anyone making an interface with automator, so that for instance you could trigger your mac to perform an automator function remotely?
Thanks
Mark
&#8212;&#8212;&#8212;&#8212;
There are a couple of ways to achieve this.
First of all, you [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://forums.creativecow.net/thread/8/985422" target="_blank">From the Creative Cow forum</a></p>
<p><a href="http://forums.creativecow.net/profile/114432">Mark Peysha</a> on Jul 30, 2008 at 3:40:01 pm</p>
<p>Hey Dustin,</p>
<p>Thanks for your entry on automator.<br />
Have you ever heard of anyone making an interface with automator, so that for instance you could trigger your mac to perform an automator function remotely?</p>
<p>Thanks</p>
<p>Mark</p>
<p>&#8212;&#8212;&#8212;&#8212;</p>
<p>There are a couple of ways to achieve this.<br />
First of all, you need to build a workflow of the script that you want to execute.</p>
<p>This won&#8217;t be easy because you want to make sure it runs regardless of the situation the computer you&#8217;re running it on is currently in.</p>
<p>The best test of this is to restart and see if it runs correctly from a fresh boot.<br />
This might even mean including commands to start FCP, etc.</p>
<p>Now the part you&#8217;re interested in is how to trigger the script remotely.<br />
First of all you need to have remote access to the computer.<br />
If you have a static IP, this is easier.<br />
You only need to VNC, or login to your fileshare through your IP.</p>
<p>However if you have a dynamically assigned IP, you can use a VPN or have your router forward your ip to a DNS for you to access. I recommend the VPN route, I use hamachix for this, it&#8217;s as easy as setting up an IM client.</p>
<p>You can trigger the script by creating a workflow that searches a folder on your hard disk for files of a specific name.</p>
<p>For example, you could share your documents folder and have the automator &#8220;Find Finder Items&#8221; action look for filenames that contain &#8220;Export&#8221;</p>
<p>If you login to your fileshare remotely and create a text file in that folder named Export, it&#8217;ll trigger the Automator workflow to run. Then it&#8217;s just a matter of placing the actions you want run, after the &#8220;Find Finder Items&#8221; action.There are many ways to trigger an Automator script remotely, but I would say, focus on getting the script running locally without a hitch first, before you consider remote triggering.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.luminoir.com/20080731/followup-to-automator-in-fcp-article/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Articles are out on Creative Cow</title>
		<link>http://www.luminoir.com/20080722/articles-are-out-on-creative-cow/</link>
		<comments>http://www.luminoir.com/20080722/articles-are-out-on-creative-cow/#comments</comments>
		<pubDate>Tue, 22 Jul 2008 15:58:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[FCP]]></category>

		<category><![CDATA[editing]]></category>

		<category><![CDATA[creativecow]]></category>

		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://www.luminoir.com/?p=22</guid>
		<description><![CDATA[Please note that these posts are now shortened versions and the full versions are up on Creative Cow.
Standardized filenaming conventions (What we can learn from Bittorrent)
Get Fast FAST
Be Replaceable, Have A Life
The following post is also being reversioned into a print article for the Creative Cow Magazine.
Working with Video Game Footage
That&#8217;s the reason the posting [...]]]></description>
			<content:encoded><![CDATA[<p>Please note that these posts are now shortened versions and the full versions are up on <a href="http://library.creativecow.net/" target="_blank">Creative Cow</a>.</p>
<p><strong></strong><strong><a title="Edit &quot;Standardized filenaming conventions (What we can learn from Bittorrent)&quot;" href="http://www.luminoir.com/20080627/standardized-filenaming-conventions-what-we-can-learn-from-bittorrent/">Standardized filenaming conventions (What we can learn from Bittorrent)</a></strong></p>
<p><strong></strong><strong><a title="Edit &quot;Get Fast FAST&quot;" href="http://www.luminoir.com/20080626/get-fast-fast/">Get Fast FAST</a></strong></p>
<p><strong></strong><strong><a title="Edit &quot;Be Replaceable, Have A Life&quot;" href="http://www.luminoir.com/20080626/be-replaceable-have-a-life/">Be Replaceable, Have A Life</a></strong></p>
<p>The following post is also being reversioned into a print article for the Creative Cow Magazine.</p>
<p><strong></strong><strong><a class="row-title" title="Edit &quot;Working with Video Game Footage&quot;" href="post.php?action=edit&amp;post=21">Working with Video Game Footage</a></strong></p>
<p>That&#8217;s the reason the posting here has dried up somewhat, this blog will be more of an opinion/tech geek out space and I will link to my tutorials on  <a href="http://library.creativecow.net/" target="_blank">Creative Cow</a> from here.</p>
<p>Thanks for the patience and check out my 3 articles in the latest issue of the <a href="http://newsletters.creativecow.net/newsletters/2008/07-15/index.html" target="_blank">Creative Cow Newsletter.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.luminoir.com/20080722/articles-are-out-on-creative-cow/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Some helpful tools and software</title>
		<link>http://www.luminoir.com/20080709/working-with-video-game-footage-and-some-helpful-tools/</link>
		<comments>http://www.luminoir.com/20080709/working-with-video-game-footage-and-some-helpful-tools/#comments</comments>
		<pubDate>Thu, 10 Jul 2008 04:48:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[FCP]]></category>

		<category><![CDATA[editing]]></category>

		<category><![CDATA[codecs]]></category>

		<category><![CDATA[game]]></category>

		<category><![CDATA[software]]></category>

		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.luminoir.com/?p=20</guid>
		<description><![CDATA[There are some tools I use to make my life easier. YMMV and there may be other software that works better for you. If so, leave a comment on what you think is better and share your favourite time savers (or wasters)
Just yesterday, I left a long export of a quicktime movie to go with [...]]]></description>
			<content:encoded><![CDATA[<p>There are some tools I use to make my life easier. YMMV and there may be other software that works better for you. If so, leave a comment on what you think is better and share your favourite time savers (or wasters)</p>
<p>Just yesterday, I left a long export of a quicktime movie to go with a Video DVD that needed to be burnt of the file. Instead of waiting around for it to complete and burn the DVD thereafter, I opened Toast, left the file open dialog on the folder where the file was being exported and logged in to my VPN via <a href="http://hamachix.spaceants.net/">hamachi.</a></p>
<p>From home, using <a href="http://hamachix.spaceants.net/">hamachi</a> as my VPN tunnel, I used <a href="http://sourceforge.net/projects/cotvnc/">Chicken of the VNC</a> to control the office PowerMac running <a href="http://sourceforge.net/projects/osxvnc/">Vine Server.</a> This allowed me to set the DVD encode and burn to go from home and be ready to be delivered when I get into the office.<a href="http://sourceforge.net/projects/osxvnc/"><br />
</a></p>
<p>I once VNCed into work to make changes to an edit while my director was at the machine and he quit FCP in a panic thinking it was some kind of virus when he saw the mouse cursor moving and making changes to the cut.</p>
<p>I called him, told him what I was doing, laughed at him for a while, and used <a href="http://www.blacktree.com/">Quicksilver</a> to display in large letters &#8220;Ghost in the machine&#8221; on the station after that. Quicksilver, by the way is the very first thing I install on any mac. Great application launcher and look out for a tutorial on getting the most out of it soon.</p>
<p>Other great apps to make your life easier are <a href="http://clickablebliss.com/billable">Billable</a> for invoicing, <a href="http://buddi.thecave.homeunix.org/">Buddi</a> for simple budgeting and accounting, <a href="http://www.celtx.com/">Celtx</a> for pre-production, writing and organization, <a href="http://nicemac.com/index.php?PHPSESSID=39beb9ee1312e72e97954fa86e80381f&amp;topic=323.0">Clonetool Hatchery</a> for harddisk cloning, <a href="http://www.prosofteng.com/products/data_rescue.php">Data Rescue 2</a> for every harddisk that <a href="http://www.alsoft.com/DiskWarrior/index.html">Diskwarrior</a> can&#8217;t save, <a href="http://www.obdev.at/products/littlesnitch/index.html">Little Snitch</a> to firewall your vulnerable network, <a href="http://flock.com/">Flock</a> is my new favorite browser, <a href="http://www.grapefruit.ch/iBackup/">iBackup</a> to backup your settings, <a href="http://www.macdentro.com/">IceClean</a> to keep your system zippy, <a href="http://www.cheetha.net/">Kext Helper </a>to install your drivers, <a href="http://www.charlessoft.com/">Pacifist</a> to install your packages, <a href="http://phoenixlabs.org/pg2/">Peerguardian</a> to protect you from snooping network intrusion from the MPAA and RIAA.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.luminoir.com/20080709/working-with-video-game-footage-and-some-helpful-tools/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Geforce 8800GT does not play nicely with the new OctoCore MacPro</title>
		<link>http://www.luminoir.com/20080709/geforce-8800gt-does-not-play-nicely-with-the-new-octocore-macpro/</link>
		<comments>http://www.luminoir.com/20080709/geforce-8800gt-does-not-play-nicely-with-the-new-octocore-macpro/#comments</comments>
		<pubDate>Tue, 08 Jul 2008 16:29:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[FCP]]></category>

		<category><![CDATA[hardware]]></category>

		<category><![CDATA[MacPro]]></category>

		<guid isPermaLink="false">http://luminoir.wordpress.com/2008/07/09/geforce-8800gt-does-not-play-nicely-with-the-new-octocore-macpro/</guid>
		<description><![CDATA[I recently had my venerable Quad Core MacPro replaced with a new Octocore machine, because I use processing power like that.  
Anyway, the Geforce 8800 GT seems to have an issue with support Quartz Extreme only on my secondary display.
My system profiler essentially shows Quartz Extreme as Supported on Display 1 and Not Supported [...]]]></description>
			<content:encoded><![CDATA[<p>I recently had my venerable Quad Core MacPro replaced with a new Octocore machine, because I use processing power like that. <img src='http://www.luminoir.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Anyway, the Geforce 8800 GT seems to have an issue with support Quartz Extreme only on my secondary display.</p>
<p>My system profiler essentially shows Quartz Extreme as Supported on Display 1 and Not Supported on Display 2. When Mirroring is turned on, both displays exhibit the same symptom that made me first check the card, windows being dragged in the display in question moved jerkily and caused an increase in CPU usage.</p>
<p>FCP still runs though, but to play it safe I&#8217;ve placed both the Canvas and Viewer on the Quartz Enabled screen. Attempting to use NVinject and Natit drivers to supercede the default Nvidia drivers had no effect.</p>
<p>Anyone else on a Geforce 8800GT with similar problems? If you&#8217;re receiving a system with this configuration, check it carefully before the vendor leaves. I hope my case is an anomaly but FCP seems to work for now so I&#8217;m sticking with it until Apple or Nvidia reverts with a solution.</p>
<p>——–</p>
<p>Update:Installing latest version of Kona’s Drivers 5.1 NDD Drivers resolves the issue. Probably caused by hardware conflict between AJA display output with the secondary display.</p>
<p style="font-size:10px;text-align:right;">Tags: <a rel="tag" href="http://technorati.com/tag/FCP">FCP</a>, <a rel="tag" href="http://technorati.com/tag/hardware">hardware</a>, <a rel="tag" href="http://technorati.com/tag/%20MacPro"> MacPro</a></p>
<p><!-- technorati tags end --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.luminoir.com/20080709/geforce-8800gt-does-not-play-nicely-with-the-new-octocore-macpro/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Plugins to download</title>
		<link>http://www.luminoir.com/20080708/plugins-to-download/</link>
		<comments>http://www.luminoir.com/20080708/plugins-to-download/#comments</comments>
		<pubDate>Tue, 08 Jul 2008 08:10:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[FCP]]></category>

		<category><![CDATA[editing]]></category>

		<category><![CDATA[plugins]]></category>

		<category><![CDATA[effects]]></category>

		<guid isPermaLink="false">http://luminoir.wordpress.com/?p=17</guid>
		<description><![CDATA[Here&#8217;s a bit of software for those of you that need a little PIP (Picture in picture)  action.
It only does quarter screen PIP, but it&#8217;s free and beats manually doing it in the motion tab.

http://web.mac.com/piero.fiorani/PieroF_FCE_Effect/Quarter_PIP.html
Here are some other useful free plugins available.
stibs&#8217;s
Too Much Too Soon Free Plugins
50 point Bezier Matte
Andy&#8217;s Plugins for Final Cut Pro
Digital [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a bit of software for those of you that need a little PIP (Picture in picture)  action.</p>
<p>It only does quarter screen PIP, but it&#8217;s free and beats manually doing it in the motion tab.<a href="http://web.mac.com/piero.fiorani/PieroF_FCE_Effect/Quarter_PIP.html" target="_blank"><br />
</a></p>
<p><a href="http://web.mac.com/piero.fiorani/PieroF_FCE_Effect/Quarter_PIP.html" target="_blank">http://web.mac.com/piero.fiorani/PieroF_FCE_Effect/Quarter_PIP.html</a></p>
<p>Here are some other useful free plugins available.</p>
<p><a href="http://www.pureandapplied.com.au/plugins.html" target="_blank">stibs&#8217;s</a></p>
<p><a href="Too Much Too Soon Free Plugins for Final Cut Pro and Final Cut Express" target="_blank">Too Much Too Soon Free Plugins</a></p>
<p><a href="http://homepage.mac.com/tomhenderson/beziermatte/" target="_blank">50 point Bezier Matte</a></p>
<p><a href="http://web.mac.com/andymees/Free_and_Easy/main/main.html" target="_blank">Andy&#8217;s Plugins for Final Cut Pro</a></p>
<p><a href="http://www.digital-heaven.co.uk/fcplugins/dh_grid.php" target="_blank">Digital Heaven&#8217;s Grid and Guides</a></p>
<p>I&#8217;m sure there are heaps more that I&#8217;ve missed so drop me a comment if there are any other gems that you know of.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.luminoir.com/20080708/plugins-to-download/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The Sudden Rise of FCP</title>
		<link>http://www.luminoir.com/20080706/the-sudden-rise-of-fcp/</link>
		<comments>http://www.luminoir.com/20080706/the-sudden-rise-of-fcp/#comments</comments>
		<pubDate>Sat, 05 Jul 2008 22:10:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[FCP]]></category>

		<category><![CDATA[editing]]></category>

		<category><![CDATA[apple]]></category>

		<category><![CDATA[avid]]></category>

		<category><![CDATA[comment]]></category>

		<category><![CDATA[hardware]]></category>

		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://luminoir.wordpress.com/?p=16</guid>
		<description><![CDATA[I was trained on the Avid Meridien platform and my first time using FCP was on my very first job which I took on part-time while I was in my final year at Film, Sound and Video in Ngee Ann Polytechnic.
My employer at that time had a G4 running FCP v1.2.
It was slow, unstable, crashed [...]]]></description>
			<content:encoded><![CDATA[<p>I was trained on the Avid Meridien platform and my first time using FCP was on my very first job which I took on part-time while I was in my final year at Film, Sound and Video in Ngee Ann Polytechnic.</p>
<p>My employer at that time had a G4 running FCP v1.2.</p>
<p>It was slow, unstable, crashed a lot, lacked realtime effects support and dissolves needed to be rendered.</p>
<p>Suffice to say, it failed to make much of an impression. It was an interesting mix of a NLE with some motion graphics capability but lacked many of features we have been spoiled with on the Avid.</p>
<p>In the interim, I worked on the Avid Meridien based systems and transitioned to the Adrenline when that line was EOLed. I became overly familiar with the Avid error messages to an embarrassing extent.I remember a producer quizzically looking at me when I started explaining to her about DRAGON Error messages, BUFFER OVERRUN and UNDERRUN codes.</p>
<p><span style="text-decoration:underline;"><strong>Progress</strong></span></p>
<p>During that time, under the auspices of Apple&#8217;s ProApps department, FCP improved. Enough for Walter Murch to decide that he could do Cold Mountain on it. Before that, Rules of Attraction, Full Frontal and The Ring had also been cut on it.</p>
<p>It was a necessary response from the company now that Avid had decided to migrate to Windows XP for the Adrenaline, Mojo series of Media Composer. Apple no longer had a video killer app solely available on the mac platform.</p>
<p>Apple had to get marketshare back somehow set that in motion by purchasing Keygrip from Macromedia and renaming it Final Cut Pro.</p>
<p>Apple&#8217;s G5 became the biggest dongle in the world for the new fastest growing NLE.</p>
<p><span style="text-decoration:underline;"><strong>Avid&#8217;s regression</strong></span></p>
<p>Avid still had a dominant installed userbase and felt no need to compete with Apple on the basis of their disruptive price point. DVXpress was deemed to be their equivalent product line, but the restriction of it&#8217;s maximum output resolution to DV25 without additional hardware meant that it&#8217;s usefulness would be restricted to the hobbyist/prosumer/budget/boutique production house.</p>
<p>Avid&#8217;s workflow for footage originating on tape is first class.</p>
<p>The media management tools, offline/online media reconnection all save us loads of time by storing it in the omf media database and enabling simple and mostly painless media management.</p>
<p>However, importing files to Avid, has always been a pain for the exact same reason.</p>
<p>Importing video files in particular is akin to pulling teeth. The files have to converted to omf media on import before they can be used.</p>
<p>If the current show I&#8217;m editing was done on the Avid, I would easily be converting up to 80% of my footage.</p>
<p>Also, the disruptive price point of FCP meant that a lot of boutique production houses were sprouting up. Final Cut Studio meant any one man operation with $2500 had the tools (not unnecessarily the skills) to compete with a production house with an Avid and graphics department.</p>
<p>This has resulted in the freelance editing market shifting from 80% Avid, 15% FCP, 5% others in 2002 to what seems to be a 70% FCP, 25% Avid, 5% others pie. (These numbers are obviously not scientifically gathered, it&#8217;s just me asking other freelancers the percentage of jobs they do on each platform.)</p>
<p><strong><span style="text-decoration:underline;">Apple&#8217;s complacency</span></strong></p>
<p>Apple hasn&#8217;t really been pushing the boundaries of what FCP can achieve. The impression that Avid seems to have given up on competing with them for the budget/boutique user demographic seems to have left them free to their own devices. Both companies neglected to have a booth at NAB.</p>
<p>There are numerous bugs that have existed from the first version I used (v1.2) to this very day.</p>
<p>Particularly annoying are the edit to tape compression error, the keyframe editor redraw bug, inconsistent render file linkages and the fact that every point update breaks the project file.</p>
<p>I think the problem with FCP is that the Proapps team seems to find it cooler to add new features than fix existing bugs.</p>
<p><strong><span style="text-decoration:underline;">The Future</span></strong></p>
<p>I hope Avid continues to try to compete with FCP.</p>
<p>Competition is necessary for innovation and I think the best work we&#8217;ve seen from both developers were when they were fighting for marketshare. It would be great if Quantel, Sony (Vegas/xpri), Media 100 got back into the mix. The key to FCP&#8217;s sudden increase in marketshare wasn&#8217;t Avid users throwing away their Meridien and Nitris Boxes. It was the multitude of new users investing in hardware/software that was no longer priced out of their reach.</p>
<p>This market is ever expanding and it would be a great pity, not to mention a missed opportunity, if other companies allowed Apple complete dominance of this space.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.luminoir.com/20080706/the-sudden-rise-of-fcp/feed/</wfw:commentRss>
		</item>
		<item>
		<title>FCP Toolkit</title>
		<link>http://www.luminoir.com/20080704/fcp-toolkit/</link>
		<comments>http://www.luminoir.com/20080704/fcp-toolkit/#comments</comments>
		<pubDate>Fri, 04 Jul 2008 10:13:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[FCP]]></category>

		<category><![CDATA[editing]]></category>

		<category><![CDATA[tutorial]]></category>

		<category><![CDATA[workflow]]></category>

		<category><![CDATA[preferences]]></category>

		<guid isPermaLink="false">http://luminoir.wordpress.com/2008/07/04/fcp-toolkit/</guid>
		<description><![CDATA[Multiple Versions of FCP
I keep with me on my portable harddisk, at all time these copies of FCP application files.

v5.0
v5.0.2
v5.1
v5.1.2
v5.1.4
v6.0
v6.0.1
v6.0.3

There are many reasons for doing so.
Recently, I encountered an error for FCP v6.0.2, which I covered in the end of this post (Be Replaceable, Have a Life).
Essentially, what I needed was to use v6.0.1 instead [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font-weight: bold; text-decoration: underline;">Multiple Versions of FCP</span></p>
<p>I keep with me on my portable harddisk, at all time these copies of FCP application files.</p>
<ol>
<li>v5.0</li>
<li>v5.0.2</li>
<li>v5.1</li>
<li>v5.1.2</li>
<li>v5.1.4</li>
<li>v6.0</li>
<li>v6.0.1</li>
<li>v6.0.3</li>
</ol>
<p>There are many reasons for doing so.</p>
<p>Recently, I encountered an error for FCP v6.0.2, which I covered in the end of <a href="http://www.luminoir.com/20080626/be-replaceable-have-a-life/" target="_blank">this post (Be Replaceable, Have a Life)</a>.<br />
Essentially, what I needed was to use v6.0.1 instead so that I wouldn&#8217;t keep losing my work due to corrupted project files and autosaves.</p>
<p>In addition, you might have people working on earlier versions of FCP that send you their project and you would definitely want to avoid &#8220;upgrading&#8221; their project file and preventing them from opening the file with your changes. XML export is getting better but some motion effects and transitions are still lost in the translation.</p>
<p><span style="font-weight: bold; text-decoration: underline;">Keyboard Settings</span></p>
<p>This goes without saying. Look at <a href="http://www.luminoir.com/20080626/get-fast-fast/" target="_blank">this article (Get Fast FAST)</a> for some recommendations on keyboard bindings, favorites and general efficiency hacks.</p>
<p><span style="font-weight: bold; text-decoration: underline;">Window Layout</span></p>
<p>We&#8217;ve all got our preferences for our window layouts. Here are some of my recommendations.</p>
<p style="margin-left:40px;"><span style="font-weight: bold; text-decoration: underline;">Overlap the button bars of the viewer and canvas windows with the timeline</span><br />
You need the vertical resolution of the timeline and you shouldn&#8217;t be using the buttons on the Viewer/Canvas.<br />
<img src="http://farm4.static.flickr.com/3162/2635240895_03ce290fbe.jpg?v=0" alt="" /></p>
<p><span style="font-weight: bold; text-decoration: underline;">Tear off the Effects tab from the Browser window.</span><br />
It is annoying when you hit the command for either one and it&#8217;s the most recently activated tab that remains on top.<br />
<img src="http://farm4.static.flickr.com/3074/2635243967_83ec48d5f5.jpg?v=0" alt="" /><br />
(Hint: Drag windows by holding cmd shift clicking them. You won&#8217;t need to use the titlebar and can drag them clicking on any part of the window.</p>
<p><span style="font-weight: bold; text-decoration: underline;">Have your audio mixer readily available for mixing</span><br />
Mix by recording keyframes and always have a clear indication of the your audio level settings on playback.</p>
<p><span style="font-weight: bold; text-decoration: underline;">Save your settings with the particular monitor setup in the filename</span><br />
For example, <span style="font-style:italic;">Dual-20&#8242; Cinema Display x 2.fcwnl</span> or <span style="font-style:italic;">Dual-LG22LWT &amp; Phillips L17WGT.fcwnl</span></p>
<p><span style="font-weight: bold; text-decoration: underline;">Create a custom Column Layout</span></p>
<p>Have only the information you need for your particular workflow.<br />
Eliminate the irrelevant columns so everything that is in the window is useful to you.</p>
<p><span style="font-weight: bold; text-decoration: underline;">Save a project with all your favorites</span></p>
<p>Keep your favorite motion path templates,effects,transitions and audio plugins in a project and save them on your thumbdrive to import them wherever you go.<br />
<img src="http://farm4.static.flickr.com/3089/2635236145_9c118ac1a0_o.png" alt="" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.luminoir.com/20080704/fcp-toolkit/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Using Automator&#8217;s Watch Me Do function to automate FCP commands</title>
		<link>http://www.luminoir.com/20080627/using-automators-watch-me-do-function-to-automate-fcp-commands/</link>
		<comments>http://www.luminoir.com/20080627/using-automators-watch-me-do-function-to-automate-fcp-commands/#comments</comments>
		<pubDate>Thu, 26 Jun 2008 19:52:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[FCP]]></category>

		<category><![CDATA[automation]]></category>

		<category><![CDATA[editing]]></category>

		<category><![CDATA[hardware]]></category>

		<category><![CDATA[plugins]]></category>

		<category><![CDATA[workflow]]></category>

		<guid isPermaLink="false">http://luminoir.wordpress.com/?p=8</guid>
		<description><![CDATA[I thought you all might be interested to know how I&#8217;ve managed to use Automator&#8217;s new &#8220;Watch Me Do&#8221; feature to automate a rather complex sequence of events.
It&#8217;s pretty useful for repetitive tasks like the one I&#8217;m doing now which is replacing a set of 4 pictures in a simple animated sequence.
The steps executed are [...]]]></description>
			<content:encoded><![CDATA[<p>I thought you all might be interested to know how I&#8217;ve managed to use Automator&#8217;s new &#8220;Watch Me Do&#8221; feature to automate a rather complex sequence of events.</p>
<p>It&#8217;s pretty useful for repetitive tasks like the one I&#8217;m doing now which is replacing a set of 4 pictures in a simple animated sequence.</p>
<p>The steps executed are as follows.</p>
<ul>
<li>opening the inserted picture&#8217;s properties page,</li>
<li>copying each picture&#8217;s filename (which has been strictly standardized for the execution of the next step, for more details check <a title="Standardized filenaming conventions (What we can learn from Bittorrent)" href="http://www.luminoir.com/20080627/standardized-filenaming-conventions-what-we-can-learn-from-bittorrent/" target="_blank">my post on standardized filenaming conventions</a>)</li>
<li>pasting it into LiveType</li>
<li>stripping away the .jpg to make it a &#8220;title&#8221; (ie Alexandre Pato.jpg becomes Alexandre Pato)</li>
<li>saving as the same filename but replacing .jpg with .ipr,</li>
<li>returning to FCP, importing the newly created LiveType file</li>
<li>inserting it into the graphic sequence</li>
<li>repositioning and proceeding to the next item.</li>
</ul>
<p>Because of certain ways that FCP works it is sometimes necessary to have certain conditions in place before the scripts work (eg auto-select tracks are toggled by cmd-numpad0).</p>
<p>There is no absolute deselect or select, so if a sequence has all, none or some auto-select tracks enabled, you do not know how the shortcut cmd-numpad0 will react, either selecting all or deselecting all. In my case, I made it such that all working sequences had all auto select track disabled.</p>
<p>That said, it opens a vast array of options which I think is very exciting in an incredibly nerdy way.</p>
<p>Here is a full list of the commands automated in this script.</p>
<p>Note that certain commands are not bound by default and my recommended non-default FCP keyboard binds are listed more completely in <a title="Get Fast FAST" href="http://www.luminoir.com/20080626/get-fast-fast/" target="_blank">Get Fast FAST</a></p>
<p><strong>Prerequisites</strong></p>
<ul>
<li>Playhead on first frame of first image</li>
<li>Image sequence with 4 images to be inserted placed directly after it</li>
<li>Each nested sequence has image to be replaced selected</li>
</ul>
<div id="fke9">
<table id="y7au27" style="height: 1858px;" border="2" cellspacing="5" cellpadding="5" width="491" align="center">
<tbody>
<tr>
<td style="text-align:left;" width="115" valign="top"><strong>Command</strong></td>
<td style="text-align:left;" width="436" valign="top"><strong>Result</strong></td>
</tr>
<tr>
<td style="text-align:left;" valign="top">Cmd-5</td>
<td style="text-align:left;" valign="top">Select Effects palette</td>
</tr>
<tr>
<td style="text-align:left;" valign="top">Cmd-3</td>
<td style="text-align:left;" valign="top">Select Timeline.The timeline needs to be selected, but if I only put a cmd-3 when it&#8217;s already selected, it deselects. Hence the cmd-5 first, as deselecting the effects palette does not affect the execution of the script.</td>
</tr>
<tr>
<td style="text-align:left;" valign="top">Cmd-numpad1</td>
<td style="text-align:left;" valign="top">Auto-select video track1</td>
</tr>
<tr>
<td style="text-align:left;" valign="top">x</td>
<td style="text-align:left;" valign="top">Select image1</td>
</tr>
<tr>
<td style="text-align:left;" valign="top">Cmd-x</td>
<td style="text-align:left;" valign="top">Cut image</td>
</tr>
<tr>
<td style="text-align:left;" valign="top">Ctrl-g</td>
<td style="text-align:left;" valign="top">Close gap.This brings the next image in the sequence into place to be processed</td>
</tr>
<tr>
<td style="text-align:left;" valign="top">left arrow</td>
<td style="text-align:left;" valign="top">Playhead to the last frame of the 5-layer image sequence.</td>
</tr>
<tr>
<td style="text-align:left;" valign="top">cmd-numpad1</td>
<td style="text-align:left;" valign="top">Deselect auto-select video track 1</td>
</tr>
<tr>
<td style="text-align:left;" valign="top">cmd-numpad1</td>
<td style="text-align:left;" valign="top">Deselect auto-select video track 2</td>
</tr>
<tr>
<td style="text-align:left;" valign="top">opt-enter</td>
<td style="text-align:left;" valign="top">Open video nest</td>
</tr>
<tr>
<td style="text-align:left;" valign="top">Opt-v</td>
<td style="text-align:left;" valign="top">Paste attributes of copied picture to pre-selected placeholder picture</td>
</tr>
<tr>
<td style="text-align:left;" valign="top">click</td>
<td style="text-align:left;" valign="top">Select contents</td>
</tr>
<tr>
<td style="text-align:left;" valign="top">Enter</td>
<td style="text-align:left;" valign="top"></td>
</tr>
<tr>
<td style="text-align:left;" valign="top">Cmd-9</td>
<td style="text-align:left;" valign="top">Open picture attributes</td>
</tr>
<tr>
<td style="text-align:left;" valign="top">Cmd-c</td>
<td style="text-align:left;" valign="top">Copy filename.</td>
</tr>
<tr>
<td style="text-align:left;" valign="top">Escape</td>
<td style="text-align:left;" valign="top">To clear any open dialog boxes</td>
</tr>
<tr>
<td style="text-align:left;" valign="top">Mouseclick LiveType in Dock</td>
<td style="text-align:left;" valign="top"></td>
</tr>
<tr>
<td style="text-align:left;" valign="top">Escape</td>
<td style="text-align:left;" valign="top">To close any open dialog boxes</td>
</tr>
<tr>
<td style="text-align:left;" valign="top">Cmd-2</td>
<td style="text-align:left;" valign="top"></td>
</tr>
<tr>
<td style="text-align:left;" valign="top">Cmd-1</td>
<td style="text-align:left;" valign="top">This is the same as selecting the Effects palette, then the timeline:                 selecting a non-crucial window first to  ensure that selecting the <em>desired</em> window does not deselect it if it is  already active</td>
</tr>
<tr>
<td style="text-align:left;" valign="top">Cmd-A</td>
<td style="text-align:left;" valign="top">Select all text</td>
</tr>
<tr>
<td style="text-align:left;" valign="top">Cmd-V</td>
<td style="text-align:left;" valign="top">Paste copied filename. In episode 1, this is Alexandre Pato.jpg</td>
</tr>
<tr>
<td style="text-align:left;" valign="top">Down</td>
<td style="text-align:left;" valign="top">Go to end of text</td>
</tr>
<tr>
<td style="text-align:left;" valign="top">backspace x4</td>
<td style="text-align:left;" valign="top">Pressing backspace 4 times removes &#8220;.jpg&#8221; from the end of the file name: Alexandre Pato.</td>
</tr>
<tr>
<td style="text-align:left;" valign="top">Up x2</td>
<td style="text-align:left;" valign="top">Go to start of text</td>
</tr>
<tr>
<td style="text-align:left;" valign="top">Opt-delete x3, then Delete</td>
<td style="text-align:left;" valign="top">This deletes the file label. (&#8221;Episode 1: Connections&#8221;)</td>
</tr>
<tr>
<td style="text-align:left;" valign="top">Cmd-shift-S</td>
<td style="text-align:left;" valign="top">Save As</td>
</tr>
<tr>
<td style="text-align:left;" valign="top">Cmd-V, backspace x4, enter</td>
<td style="text-align:left;" valign="top">Pastes filename, deletes &#8220;.jpg&#8221;</td>
</tr>
<tr>
<td style="text-align:left;" valign="top">Escape</td>
<td style="text-align:left;" valign="top">Clears any dialog boxes</td>
</tr>
<tr>
<td style="text-align:left;" valign="top">Click FCP in dock</td>
<td style="text-align:left;" valign="top"></td>
</tr>
<tr>
<td style="text-align:left;" valign="top">Cmd-I</td>
<td style="text-align:left;" valign="top">Import</td>
</tr>
<tr>
<td style="text-align:left;" valign="top">Cmd-shift-G</td>
<td style="text-align:left;" valign="top">Go to folder. Automator is set to then navigate to /Volumes/disc/folder/livetype</td>
</tr>
<tr>
<td style="text-align:left;" valign="top">Cmd-2</td>
<td style="text-align:left;" valign="top">Switch to Detail mode. You should set it to sort by Date Modified, with newest at top</td>
</tr>
<tr>
<td style="text-align:left;" valign="top">Up</td>
<td style="text-align:left;" valign="top">To select newest</td>
</tr>
<tr>
<td style="text-align:left;" valign="top">Cmd-3</td>
<td style="text-align:left;" valign="top">Switch back to 3-column view</td>
</tr>
<tr>
<td style="text-align:left;" valign="top">Enter</td>
<td style="text-align:left;" valign="top"></td>
</tr>
<tr>
<td style="text-align:left;" valign="top">Cmd-5</td>
<td style="text-align:left;" valign="top">Select Effects Palette</td>
</tr>
<tr>
<td style="text-align:left;" valign="top">Cmd-4</td>
<td style="text-align:left;" valign="top">Select File Browser</td>
</tr>
<tr>
<td style="text-align:left;" valign="top">Enter</td>
<td style="text-align:left;" valign="top">Open imported LiveType file in Viewer</td>
</tr>
<tr>
<td style="text-align:left;" valign="top">Cmd-3</td>
<td style="text-align:left;" valign="top">Select Timeline</td>
</tr>
<tr>
<td style="text-align:left;" valign="top">Home</td>
<td style="text-align:left;" valign="top">Move playhead to start of sequence</td>
</tr>
<tr>
<td style="text-align:left;" valign="top">Cmd-numpad3</td>
<td style="text-align:left;" valign="top">Autoselect video in Track 3</td>
</tr>
<tr>
<td style="text-align:left;" valign="top">x</td>
<td style="text-align:left;" valign="top">Mark placeholder LiveType clip on Track 3</td>
</tr>
<tr>
<td style="text-align:left;" valign="top">F6-3</td>
<td style="text-align:left;" valign="top">Set Viewer Video Patch to Video Track 3</td>
</tr>
<tr>
<td style="text-align:left;" valign="top">F10</td>
<td style="text-align:left;" valign="top">Overwrite placeholder LiveType</td>
</tr>
<tr>
<td style="text-align:left;" valign="top">Home, Enter</td>
<td style="text-align:left;" valign="top">Select and Open LiveType file</td>
</tr>
<tr>
<td style="text-align:left;" valign="top">Cmd-shift-]</td>
<td style="text-align:left;" valign="top">I&#8217;ve bound this to Navigate tabs, this opens the Motion tab</td>
</tr>
<tr>
<td style="text-align:left;" valign="top">Tab, 100, tab x3, 250</td>
<td style="text-align:left;" valign="top">Set scale to 100, locate to x=0, y=250</td>
</tr>
<tr>
<td style="text-align:left;" valign="top">Cmd-5</td>
<td style="text-align:left;" valign="top">Select Effects Palette</td>
</tr>
<tr>
<td style="text-align:left;" valign="top">Cmd-3</td>
<td style="text-align:left;" valign="top">Select Timeline</td>
</tr>
<tr>
<td style="text-align:left;" valign="top">Ctl-w</td>
<td style="text-align:left;" valign="top">Close nested sequence tab</td>
</tr>
<tr>
<td style="text-align:left;" valign="top">Cmd-numpad2</td>
<td style="text-align:left;" valign="top">Deselect autoselected video track 2</td>
</tr>
<tr>
<td style="text-align:left;" valign="top">Right</td>
<td style="text-align:left;" valign="top">Move to next image</td>
</tr>
</tbody>
</table>
</div>
<p>The cycle repeats with the next image but selecting a different track in the image sequence.</p>
<p>This process takes 8 minutes 26 seconds for Automator to execute. I only take about 3, but with more than 80 of these to do, it is very tedious. I scripted it to do about 12 episodes at once, then left to do other errands.</p>
<p>The hard part creating an automated workflow is that even your pauses are recorded. You can&#8217;t take too long to think about the next step, or you&#8217;ll have to manually edit the pause duration after the record.</p>
<p>Also, you sometimes need to pause longer so the software can catch to the steps executed, eg. opening a complex sequence, moving from a single video layer section to one that has many layers, etc.</p>
<p>Building custom workflows yourself isn&#8217;t complicated. You just need to be clear the exact steps required.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.luminoir.com/20080627/using-automators-watch-me-do-function-to-automate-fcp-commands/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Standardized filenaming conventions (What we can learn from Bittorrent)</title>
		<link>http://www.luminoir.com/20080627/standardized-filenaming-conventions-what-we-can-learn-from-bittorrent/</link>
		<comments>http://www.luminoir.com/20080627/standardized-filenaming-conventions-what-we-can-learn-from-bittorrent/#comments</comments>
		<pubDate>Thu, 26 Jun 2008 19:29:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[editing]]></category>

		<category><![CDATA[workflow]]></category>

		<category><![CDATA[editing organization]]></category>

		<guid isPermaLink="false">http://luminoir.wordpress.com/?p=6</guid>
		<description><![CDATA[If you&#8217;ve ever searched on a bittorrent search engine for a tv programme, you&#8217;ll notice their filenames are always in a certain format.
Part of the reason for this, is that programs like TvShows, ted (Torrent Episode Downloader),
and others rely upon standardized filenames to find and automatically download these torrents as soon as they&#8217;re released.
What the [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align:left;">If you&#8217;ve ever searched on a bittorrent search engine for a tv programme, you&#8217;ll notice their filenames are always in a certain format.</p>
<p style="text-align:left;">Part of the reason for this, is that programs like TvShows, ted (Torrent Episode Downloader),<br />
and others rely upon standardized filenames to find and automatically download these torrents as soon as they&#8217;re released.</p>
<p style="text-align:left;">What the uploaders and programmers understand very well is that a strongly standardized filenaming convention makes<br />
searching for these files and recognizing when they have been released significantly easier for the software.</p>
<p style="text-align:left;">Let&#8217;s say you are looking for the latest episode of Battlestar Galactica. The latest file is Battlestar.Galactica.S04E04.<span style="color: #cc9933;">Escape.Velocity</span>.<span style="color: #990000;">HDTV</span>.<span style="color: #6600cc;">XviD</span>-<span style="color: #009900;">FQM</span>.[<span style="color: #666666;">VTV</span>]</p>
<p style="text-align:left;">As all episodic torrents use a very similar filenaming convention to identify the exact episode of a particular series,<br />
the software only needs to find &#8220;battlestar galactica&#8221; followed by S(number)E(number).</p>
<p style="text-align:left;">Once it has ascertained that this is the latest episode by checking that the Season and Episode numbers are indeed the latest available,<br />
it recognizes it as the latest file and downloads it.</p>
<p style="text-align:left;">As you can see in the above filename even information such as the<br />
<span style="color: #cc9933;">Episode Name</span>, <span style="color: #990000;">Resolution</span>, <span style="color: #6600cc;">Compression Codec</span>, <span style="color: #009900;">Compression Profile</span> and the <span style="color: #666666;">encoding group</span> is contained in the filename.</p>
<p style="text-align:left;">In turn, this can be used to our advantage as content creators to organize the vast amount of files we have to deal with in our work.<br />
This allows us to take advantage of spotlight and FCP&#8217;s find function in the bins and timeline.</p>
<p>The rest of this article is <a href="http://library.creativecow.net/articles/lau_dustin/mediamanagement.php" target="_blank">here</a> on <a href="http://www.creativecow.net/" target="_blank">Creative Cow</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.luminoir.com/20080627/standardized-filenaming-conventions-what-we-can-learn-from-bittorrent/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Get Fast FAST</title>
		<link>http://www.luminoir.com/20080626/get-fast-fast/</link>
		<comments>http://www.luminoir.com/20080626/get-fast-fast/#comments</comments>
		<pubDate>Thu, 26 Jun 2008 19:20:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[FCP]]></category>

		<category><![CDATA[editing]]></category>

		<category><![CDATA[shortcuts]]></category>

		<category><![CDATA[tutorial]]></category>

		<category><![CDATA[organization]]></category>

		<category><![CDATA[tips]]></category>

		<category><![CDATA[workflow]]></category>

		<guid isPermaLink="false">http://luminoir.wordpress.com/?p=3</guid>
		<description><![CDATA[Get Fast fast
Let&#8217;s get one thing straight.
Being fast does not make you a good editor.
There are certain situations in which speed is the premium, either due to deadlines, workload or budget,
but in the long run, being fast isn&#8217;t quite enough.
Bearing that in mind, speed is still an important part of your arsenal.
What gets you on [...]]]></description>
			<content:encoded><![CDATA[<p><span style="text-decoration: underline;"><strong>Get Fast fast</strong></span></p>
<p>Let&#8217;s get one thing straight.</p>
<p>Being fast does not make you a good editor.<br />
There are certain situations in which speed is the premium, either due to deadlines, workload or budget,<br />
but in the long run, being fast isn&#8217;t quite enough.</p>
<p>Bearing that in mind, speed is still an important part of your arsenal.</p>
<p>What gets you on your way is mastering your tools<br />
so that you have the quickest translation of what you see in your mind<br />
to what you execute to the cut.</p>
<p>This tutorial won&#8217;t cover the more obvious basics of getting faster in FCP,<br />
I think there&#8217;s plenty out there that covers that.</p>
<p>Hopefully, there are enough tricks here that even the old dogs haven&#8217;t used before.</p>
<p>The rest of this article is <a href="http://library.creativecow.net/articles/lau_dustin/get_fast_in_fcp.php" target="_blank">here</a> on <a href="http://www.creativecow.net/" target="_blank">Creative Cow</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.luminoir.com/20080626/get-fast-fast/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Be Replaceable, Have A Life</title>
		<link>http://www.luminoir.com/20080626/be-replaceable-have-a-life/</link>
		<comments>http://www.luminoir.com/20080626/be-replaceable-have-a-life/#comments</comments>
		<pubDate>Thu, 26 Jun 2008 11:45:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[FCP]]></category>

		<category><![CDATA[editing]]></category>

		<category><![CDATA[shortcuts]]></category>

		<category><![CDATA[tutorial]]></category>

		<category><![CDATA[workflow]]></category>

		<category><![CDATA[organization]]></category>

		<category><![CDATA[templates]]></category>

		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://luminoir.wordpress.com/?p=4</guid>
		<description><![CDATA[Being replaceable as an editor isn&#8217;t necessarily something everyone is comfortable with.
This is especially the case if the industry is very competitive where you are
and there are far more editors than jobs available.
However, after many years of being on 24/7 troubleshooting duty and being unable to take leave or even fall sick,
it becomes very important [...]]]></description>
			<content:encoded><![CDATA[<p>Being replaceable as an editor isn&#8217;t necessarily something everyone is comfortable with.</p>
<p>This is especially the case if the industry is very competitive where you are<br />
and there are far more editors than jobs available.</p>
<p>However, after many years of being on 24/7 troubleshooting duty and being unable to take leave or even fall sick,<br />
it becomes very important to be able to handover your duties for your own sanity and personal life.</p>
<p>Sometimes, you realize that the world doesn&#8217;t fall apart because you&#8217;re not there and that&#8217;s a good thing.</p>
<p>The rest of this article is <a href="http://library.creativecow.net/articles/lau_dustin/get_a_life.php" target="_blank">here</a> on <a href="http://www.creativecow.net/" target="_blank">Creative Cow</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.luminoir.com/20080626/be-replaceable-have-a-life/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
