Archive for February 19th, 2009

19th February
2009
written by adam

Let’s say you would like to post some XML in a blog post about, for example, XML in a Django template.  There’s a great plugin called WP-Syntax that adds syntax highlighting to code samples in your blog.  Once installed, you can use some code like this in your templates:

<xml>Hello</xml>

Then switch over to HTML mode and wrap that code in a pre tag like this:

<pre lang="xml" escaped="true">
    <xml>Hello</xml>
</pre>

But there’s a small catch
(more…)

19th February
2009
written by adam
unlimited-rt

RT flyout in FCP 6

So the most common way to see unrendered playback in FCP is to enable Unlimited RT in the RT flyout. But sometimes the RT flyout is missing settings like Playback Video Quality, Playback Frame Rate, and most importantly Unlimited RT. So where did it go? The answer is pretty simple.

(more…)