<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Mike King</title>
	<atom:link href="http://mkingmovies.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://mkingmovies.com/blog</link>
	<description>Random stuff</description>
	<lastBuildDate>Sun, 17 Jul 2011 07:21:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Mini AE pipeline for home</title>
		<link>http://mkingmovies.com/blog/2011/07/16/mini-ae-pipeline-for-home/</link>
		<comments>http://mkingmovies.com/blog/2011/07/16/mini-ae-pipeline-for-home/#comments</comments>
		<pubDate>Sun, 17 Jul 2011 05:31:45 +0000</pubDate>
		<dc:creator>mking</dc:creator>
				<category><![CDATA[Animation]]></category>
		<category><![CDATA[CG Pipeline]]></category>

		<guid isPermaLink="false">http://mkingmovies.com/blog/?p=267</guid>
		<description><![CDATA[Feeling pretty good about getting my Mac setup with a mini-pipeline for After Effects. I&#8217;m putting together 2min 30sec of motion graphics for an opening title sequence for How Do You Write A Joe Schermann Song. It&#8217;s been a couple months working just with the Mac interface and it&#8217;s finally become too unwieldy. There are [...]]]></description>
			<content:encoded><![CDATA[<p>Feeling pretty good about getting my Mac setup with a mini-pipeline for After Effects.</p>
<p>I&#8217;m putting together 2min 30sec of motion graphics for an opening title sequence for <em><a href="http://grking.com/films/how-do-you-write-a-joe-schermann-song/" target="_blank">How Do You Write A Joe Schermann Song</a>.</em></p>
<p>It&#8217;s been a couple months working just with the Mac interface and it&#8217;s finally become too unwieldy. There are just too many shots, and I&#8217;m spending too much time thinking about naming conventions and copying files around every time I set up a new shot.</p>
<p>So I spent the last few days writing Python code to give me a faster way to do things. It&#8217;s not set up for multiple users, since it&#8217;s just me. But it wouldn&#8217;t be too hard to fix that if the need arises.</p>
<p>Currently I&#8217;ve got my files split between 2 drives. The work files, like the AE projects, live in my home directory under a Projects folder. Images, movies, and other media live on an external 2TB drive.</p>
<p>My pipeline scripts help manage naming conventions and provide short cuts for things I do a lot.</p>
<p>So now I can do stuff like do stuff like this from the command-line:</p>
<p><code> #switch working environment to a particular project<br />
setshow jss</p>
<p># make a new shot<br />
mkshot &lt;seq&gt; &lt;shot&gt;<br />
mkshot ovrt 1<br />
</code></p>
<p><code> # navigate to a shot's working directory giving a sequence name and shot number<br />
nav --shot &lt;seq&gt; &lt;shot&gt;</code><br />
<code><br />
# navigate to a shot's movie directory<br />
nav --media &lt;seq&gt; &lt;shot&gt;</code><br />
<code><br />
# of course aliases are helpful for these<br />
ns<br />
nm</p>
<p># and once you've nagivated, it remembers the seq &amp; shot so you can omit them to quick jump around<br />
ns ovrt 1 # go to ~/Project/jss/ovrt/001.00<br />
nm # jump to /data/Media/jss/ovrt/001.00<br />
ns # jump back to ~/Project/jss/ovrt/001.00</p>
<p># setup task-specific directories with a sequence-specific template project that live in /share<br />
setup  &lt;task&gt;<br />
setup ae # creates an "ae" folder and creates a starting AE project file<br />
setup --shot 1 --seq ovrt ae</p>
<p># start after effects from the command-line<br />
ae &lt;filename&gt;<br />
ae ovrt_001.00.aep</p>
<p># render an after effects project in batch<br />
render_ae  &lt;filename&gt;<br />
</code></p>
<p>I&#8217;m starting to use git to manage revisions of my After Effects project files. It&#8217;s actually using less space than maintaining copies via naming convention. Plus this way I can experiment with alternate ideas and use git branches to manage them. For now I&#8217;m going to use raw git, since I know how to use it. But I can see writing some wrappers that would be helpful.</p>
<p>It&#8217;s all a bit hard coded for now so that I can get back to making pictures. I feel like it wouldn&#8217;t take too much more work to clean it up so that I can use this code as a base for future projects.</p>
]]></content:encoded>
			<wfw:commentRss>http://mkingmovies.com/blog/2011/07/16/mini-ae-pipeline-for-home/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>using google docs to outline a screenplay</title>
		<link>http://mkingmovies.com/blog/2010/05/09/using-google-docs-to-outline-a-screenplay/</link>
		<comments>http://mkingmovies.com/blog/2010/05/09/using-google-docs-to-outline-a-screenplay/#comments</comments>
		<pubDate>Mon, 10 May 2010 02:00:49 +0000</pubDate>
		<dc:creator>mking</dc:creator>
				<category><![CDATA[Writing]]></category>

		<guid isPermaLink="false">http://mkingmovies.com/blog/?p=260</guid>
		<description><![CDATA[I&#8217;ve been working on a screenplay for my brother these past few months in my limited spare time. It&#8217;s been very slow going. I&#8217;ve been having a hard time finding a writing method that feels organic to me. I had been using Scrivener to outline and keep notes. The process never got comfortable, and even [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been working on a screenplay for my brother these past few months in my limited spare time. It&#8217;s been very slow going. I&#8217;ve been having a hard time finding a writing method that feels organic to me. </p>
<p>I had been using Scrivener to outline and keep notes. The process never got comfortable, and even with the index card mode, there wasn&#8217;t an intuitive way for me to see the Big Picture.</p>
<p>My personal stumbling block with any word processor is that there is a feeling of finality to typing that makes me want to fix things immediately after I write them. Then I get into the death spiral of self-editing that hinders me from making progress on the story as a whole.</p>
<p>I tried outlining on paper, but that didn&#8217;t let me change things easily enough. Mind mapping, whether on paper or the computer, was useful for brainstorming, but was difficult to apply to story structure.</p>
<p>Today I started using Google Docs and its new Drawing feature to create a virtual whiteboard for myself. Much better! I&#8217;ve got color-coded index cards and my structure laid out. The process feels a lot more natural and I can easily see how the pieces of my story relate.</p>
<p><a href="http://mkingmovies.com/blog/wpcontent/uploads/2010/05/googledrawing.png"><img src="http://mkingmovies.com/blog/wpcontent/uploads/2010/05/googledrawing-300x153.png" alt="" title="googledrawing" width="300" height="153" class="aligncenter size-medium wp-image-261" /></a></p>
<p>Google Docs also has a collaborative editing feature and built-in chat, so it&#8217;s really convenient to work real-time with my brother when we need to.</p>
<p>I&#8217;m going to keep plugging away and see if the tool holds up for me as the story gets refined.</p>
<p>For today, I&#8217;m happy because I think I&#8217;ve finally found a way to approach my writing in a visual way with the computer. I feel like I can &#8220;sketch&#8221; a story now, just like I do when I&#8217;m painting.</p>
]]></content:encoded>
			<wfw:commentRss>http://mkingmovies.com/blog/2010/05/09/using-google-docs-to-outline-a-screenplay/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hit Girl fan art</title>
		<link>http://mkingmovies.com/blog/2010/05/09/hit-girl-fan-art/</link>
		<comments>http://mkingmovies.com/blog/2010/05/09/hit-girl-fan-art/#comments</comments>
		<pubDate>Sun, 09 May 2010 20:49:43 +0000</pubDate>
		<dc:creator>mking</dc:creator>
				<category><![CDATA[Artwork]]></category>
		<category><![CDATA[Fandom]]></category>
		<category><![CDATA[Movies and TV]]></category>

		<guid isPermaLink="false">http://mkingmovies.com/blog/?p=255</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://fav.me/d2odp94"><img alt="Hit Girl fan art" src="http://th06.deviantart.net/fs70/300W/f/2010/114/8/0/Hit_Girl_fanart_by_mking2008.jpg" title="Hit Girl fan art" class="alignnone" width="300" height="420" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://mkingmovies.com/blog/2010/05/09/hit-girl-fan-art/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Glee fan art: Emma Pillsbury 2</title>
		<link>http://mkingmovies.com/blog/2010/03/07/glee-fan-art-emma-pillsbury-2/</link>
		<comments>http://mkingmovies.com/blog/2010/03/07/glee-fan-art-emma-pillsbury-2/#comments</comments>
		<pubDate>Sun, 07 Mar 2010 08:11:51 +0000</pubDate>
		<dc:creator>mking</dc:creator>
				<category><![CDATA[Artwork]]></category>
		<category><![CDATA[Fandom]]></category>
		<category><![CDATA[Movies and TV]]></category>

		<guid isPermaLink="false">http://mkingmovies.com/blog/?p=250</guid>
		<description><![CDATA[Another painting of Emma from Glee from an afternoon/evening practice session. Experimenting also with some new photoshop custom brushes.]]></description>
			<content:encoded><![CDATA[<p>Another painting of Emma from Glee from an afternoon/evening practice session. Experimenting also with some new photoshop custom brushes.</p>
<p><a href="http://fav.me/d2l4ucr"><img alt="" src="http://th07.deviantart.net/fs70/300W/f/2010/065/c/7/Glee__Emma_Pillsbury_2_by_mking2008.jpg" title="Glee: Emma Pillsbury in blue" class="alignnone" width="300" height="200" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://mkingmovies.com/blog/2010/03/07/glee-fan-art-emma-pillsbury-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mistborn fan art: Vin and Inquisitor</title>
		<link>http://mkingmovies.com/blog/2010/02/21/mistborn-fan-art-vin-and-inquisitor/</link>
		<comments>http://mkingmovies.com/blog/2010/02/21/mistborn-fan-art-vin-and-inquisitor/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 05:19:49 +0000</pubDate>
		<dc:creator>mking</dc:creator>
				<category><![CDATA[Artwork]]></category>
		<category><![CDATA[Fandom]]></category>

		<guid isPermaLink="false">http://mkingmovies.com/blog/?p=248</guid>
		<description><![CDATA[Fan art for Mistborn.]]></description>
			<content:encoded><![CDATA[<p>Fan art for Mistborn.<br />
<a href="http://mking2008.deviantart.com/art/Vin-and-Inquisitor-155008698"><img alt="" src="http://th04.deviantart.net/fs70/300W/f/2010/052/d/6/Vin_and_Inquisitor_by_mking2008.jpg" title="Vin and Inquisitor" class="alignnone" width="300" height="169" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://mkingmovies.com/blog/2010/02/21/mistborn-fan-art-vin-and-inquisitor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Glee fan art: Rachel Berry</title>
		<link>http://mkingmovies.com/blog/2010/02/20/glee-fan-art-rachel-berry/</link>
		<comments>http://mkingmovies.com/blog/2010/02/20/glee-fan-art-rachel-berry/#comments</comments>
		<pubDate>Sun, 21 Feb 2010 02:28:37 +0000</pubDate>
		<dc:creator>mking</dc:creator>
				<category><![CDATA[Artwork]]></category>
		<category><![CDATA[Fandom]]></category>
		<category><![CDATA[Movies and TV]]></category>

		<guid isPermaLink="false">http://mkingmovies.com/blog/?p=245</guid>
		<description><![CDATA[More Glee fan art.]]></description>
			<content:encoded><![CDATA[<p>More Glee fan art.<br />
<a href="http://mking2008.deviantart.com/art/glee-rachel-berry-151304868"><img class="alignnone" title="rachel berry" src="http://th01.deviantart.net/fs70/300W/f/2010/021/2/f/glee__rachel_berry_by_mking2008.jpg" alt="" width="300" height="400" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://mkingmovies.com/blog/2010/02/20/glee-fan-art-rachel-berry/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Glee fan art: Emma</title>
		<link>http://mkingmovies.com/blog/2010/01/01/glee-fan-art-emma/</link>
		<comments>http://mkingmovies.com/blog/2010/01/01/glee-fan-art-emma/#comments</comments>
		<pubDate>Sat, 02 Jan 2010 07:25:21 +0000</pubDate>
		<dc:creator>mking</dc:creator>
				<category><![CDATA[Artwork]]></category>
		<category><![CDATA[Fandom]]></category>
		<category><![CDATA[Movies and TV]]></category>

		<guid isPermaLink="false">http://mkingmovies.com/blog/?p=239</guid>
		<description><![CDATA[Emma from Glee, my current favorite show on TV. Done freehand, but with reference and measuring lines added in Photoshop to help achieve the right proportions. This was an exercise in how to capture a likeness. I think I must have scrapped about 6 prior attempts. Once I got the likeness close, the painting went [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://fav.me/d2gm3tc"><img alt="Glee: Emma Pillsbury" src="http://th05.deviantart.net/fs70/300W/f/2010/001/2/8/glee__emma_pillsbury_by_mking2008.jpg" title="Emma_Pillsbury" class="alignnone" width="300" height="284" /></a></p>
<p>Emma from Glee, my current favorite show on TV.<br />
Done freehand, but with reference and measuring lines added in Photoshop to help achieve the right proportions.</p>
<p>This was an exercise in how to capture a likeness. I think I must have scrapped about 6 prior attempts. Once I got the likeness close, the painting went pretty quickly.</p>
<p>The colors are still a little wacky. But I think it&#8217;s time to move on to the next piece.</p>
<p>Photoshop CS4. 12 hours.</p>
]]></content:encoded>
			<wfw:commentRss>http://mkingmovies.com/blog/2010/01/01/glee-fan-art-emma/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Prep and Landing promo on youtube</title>
		<link>http://mkingmovies.com/blog/2009/11/06/236/</link>
		<comments>http://mkingmovies.com/blog/2009/11/06/236/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 18:50:18 +0000</pubDate>
		<dc:creator>mking</dc:creator>
				<category><![CDATA[Animation]]></category>
		<category><![CDATA[Movies and TV]]></category>

		<guid isPermaLink="false">http://mkingmovies.com/blog/2009/11/06/236/</guid>
		<description><![CDATA[Behind the scenes of Prep &#038; Landing, the animated holiday special I helped to make.]]></description>
			<content:encoded><![CDATA[<p>Behind the scenes of Prep &#038; Landing, the animated holiday special I helped to make.</p>
<p><object width="480" height="295"><param name="movie" value="http://www.youtube.com/v/etq-d8Ci7uI&#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/etq-d8Ci7uI&#038;hl=en&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="295"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://mkingmovies.com/blog/2009/11/06/236/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefly fan art: Kaylee</title>
		<link>http://mkingmovies.com/blog/2009/09/24/firefly-fan-art-kaylee/</link>
		<comments>http://mkingmovies.com/blog/2009/09/24/firefly-fan-art-kaylee/#comments</comments>
		<pubDate>Fri, 25 Sep 2009 03:38:05 +0000</pubDate>
		<dc:creator>mking</dc:creator>
				<category><![CDATA[Artwork]]></category>
		<category><![CDATA[Fandom]]></category>
		<category><![CDATA[Movies and TV]]></category>

		<guid isPermaLink="false">http://mkingmovies.com/blog/?p=228</guid>
		<description><![CDATA[Some fan art of Kaylee from Serenity. Photoshop CS4. I lost count of the hours trying to get the likeness right. Maybe 8? Finally had to give up. It&#8217;s just not quite there. I wish I were a better artist so I could see how to fix it more easily. Finished it off with a [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://mking2008.deviantart.com/art/Kaylee-fan-art-1-138132363"><img alt="" src="http://th05.deviantart.net/fs51/300W/f/2009/267/a/4/Kaylee_fan_art_1_by_mking2008.jpg" title="Firefly fan art: Kaylee" class="aligncenter" width="300" height="375" /></a></p>
<p>Some fan art of Kaylee from Serenity. Photoshop CS4.<br />
I lost count of the hours trying to get the likeness right. Maybe 8? Finally had to give up. It&#8217;s just not quite there. I wish I were a better artist so I could see how to fix it more easily.</p>
<p>Finished it off with a quick hack coloring job of only an hour or so.</p>
<p>I was a bit rusty after not painting for at least a month it feels like. It was hard to get back into the groove.</p>
]]></content:encoded>
			<wfw:commentRss>http://mkingmovies.com/blog/2009/09/24/firefly-fan-art-kaylee/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Doctor Who fan art</title>
		<link>http://mkingmovies.com/blog/2009/06/21/doctor-who-fan-art/</link>
		<comments>http://mkingmovies.com/blog/2009/06/21/doctor-who-fan-art/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 00:42:51 +0000</pubDate>
		<dc:creator>mking</dc:creator>
				<category><![CDATA[Artwork]]></category>
		<category><![CDATA[Fandom]]></category>
		<category><![CDATA[Movies and TV]]></category>

		<guid isPermaLink="false">http://mkingmovies.com/blog/?p=200</guid>
		<description><![CDATA[A relatively quick Photoshop painting of David Tennant as the Tenth Doctor. I&#8217;m just starting Season 3 on DVD.]]></description>
			<content:encoded><![CDATA[<p>A relatively quick Photoshop painting of David Tennant as the Tenth Doctor. I&#8217;m just starting Season 3 on DVD.</p>
<p><a href="http://mking2008.deviantart.com/art/doctor-who-fan-art-1-125303953"><img class="aligncenter" title="The Tenth Doctor: fan art painting" src="http://th08.deviantart.net/fs48/300W/f/2009/160/7/4/doctor_who_fan_art_1_by_mking2008.jpg" alt="" width="300" height="225" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://mkingmovies.com/blog/2009/06/21/doctor-who-fan-art/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

