<?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>Webspace of Eric Brodeur</title>
	<atom:link href="http://www.ericbrodeur.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ericbrodeur.com/blog</link>
	<description>From my head to yours : Mac, media, and other random bits</description>
	<pubDate>Wed, 03 Dec 2008 18:50:50 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
	<language>en</language>
			<item>
		<title>Syncing dailies in Final Cut Pro</title>
		<link>http://www.ericbrodeur.com/blog/2008/12/03/syncing-dailies-in-final-cut-pro/</link>
		<comments>http://www.ericbrodeur.com/blog/2008/12/03/syncing-dailies-in-final-cut-pro/#comments</comments>
		<pubDate>Wed, 03 Dec 2008 10:50:05 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
		
		<category><![CDATA[Editing]]></category>

		<category><![CDATA[Film &amp; Video]]></category>

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

	<!-- AutoMeta Start -->
	<category>final</category>
	<category>cut</category>
	<category>pro</category>
	<category>video</category>
	<category>film</category>
	<category>editing</category>
	<category>movies</category>
	<category>sync</category>
	<category>audio</category>
	<category>dailies</category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.ericbrodeur.com/blog/?p=737</guid>
		<description><![CDATA[The project I&#8217;m working on is recording picture and sound onto separate devices. Actually, reference audio in the form of a mix-down is going to camera&#8217;s channel 1, and the actor&#8217;s mics are recorded to a four-track wave file.
Because the camera audio won&#8217;t be used in the final mix we&#8217;ve had to sync our own [...]<p><a href="http://sharethis.com/item?&#038;wp=2.6.2&#38;publisher=0f1013ff-3139-4b41-94f8-5066c6246b72&#38;title=Syncing+dailies+in+Final+Cut+Pro&#38;url=http%3A%2F%2Fwww.ericbrodeur.com%2Fblog%2F2008%2F12%2F03%2Fsyncing-dailies-in-final-cut-pro%2F">ShareThis</a></p>]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.ericbrodeur.com/blog/wp-content/uploads/2007/06/fcp_logo.thumbnail.jpg" alt="" title="Final Cut Pro" width="123" height="128" class="alignright size-thumbnail wp-image-381" />The project I&#8217;m working on is recording picture and sound onto separate devices. Actually, reference audio in the form of a mix-down is going to camera&#8217;s channel 1, and the actor&#8217;s mics are recorded to a four-track wave file.</p>
<p>Because the camera audio won&#8217;t be used in the final mix we&#8217;ve had to sync our own dailies in Final Cut Pro 6. How exactly does a person take two different media files, audio and video, and combine them in sync as a usable clip? After much searching and asking around this is what we came up with.</p>
<p>Final Cut Pro has a feature called Merge Clips which combines multiple clips into one based on In, Out, or Timecode. Because our timecode is not synced to camera we used In/Out Point. Mark each clip, select them in the Browser, then use the Merge Clips command in the Modify menu.</p>
<p>The result is a new master clip (but not media file) which includes all audio tracks of the other clips in sync with the video. If the clip lengths are different Final Cut Pro will insert black slug as needed.</p>
<p>More details can be found in the Final Cut Pro manual under the term &#8220;merge clips.&#8221; You won&#8217;t find anything under &#8220;audio sync&#8221; or &#8220;dailies.&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ericbrodeur.com/blog/2008/12/03/syncing-dailies-in-final-cut-pro/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Moving a WordPress blog to another folder</title>
		<link>http://www.ericbrodeur.com/blog/2008/10/25/moving-a-wordpress-blog-to-another-folder/</link>
		<comments>http://www.ericbrodeur.com/blog/2008/10/25/moving-a-wordpress-blog-to-another-folder/#comments</comments>
		<pubDate>Sat, 25 Oct 2008 18:20:24 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Web 2.0]]></category>

	<!-- AutoMeta Start -->
	<category>mydigitallife</category>
	<category>domain</category>
	<category>paths</category>
	<category>location</category>
	<category>info</category>
	<category>path</category>
	<category>update</category>
	<category>wordpress</category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.ericbrodeur.com/blog/?p=592</guid>
		<description><![CDATA[Changing the location of a WordPress installation isn&#8217;t as harrowing as it may sound. Although no tools exist to do it automatically, some knowledge of the Linux command line and MySQL makes it do-able. This post is a summary of the steps I performed to relocate my blog folder; this assumes you are hosting under [...]<p><a href="http://sharethis.com/item?&#038;wp=2.6.2&#38;publisher=0f1013ff-3139-4b41-94f8-5066c6246b72&#38;title=Moving+a+WordPress+blog+to+another+folder&#38;url=http%3A%2F%2Fwww.ericbrodeur.com%2Fblog%2F2008%2F10%2F25%2Fmoving-a-wordpress-blog-to-another-folder%2F">ShareThis</a></p>]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.ericbrodeur.com/blog/wp-content/uploads/2008/01/wordpress.thumbnail.png" alt="" title="WordPress logo" width="128" height="128" class="alignright size-thumbnail wp-image-493" />Changing the location of a WordPress installation isn&#8217;t as harrowing as it may sound. Although no tools exist to do it automatically, some knowledge of the Linux command line and MySQL makes it do-able. This post is a summary of the steps I performed to relocate my blog folder; this assumes you are hosting under Linux, MySQL, and cPanel. Take a gander at the official <a href="http://codex.wordpress.org/Moving_WordPress" onclick="javascript:pageTracker._trackPageview ('/outbound/codex.wordpress.org');">Moving WordPress documentation</a> before you begin.</p>
<p><strong>Make a Backup</strong></p>
<p>Be sure to <a href="http://codex.wordpress.org/WordPress_Backups" onclick="javascript:pageTracker._trackPageview ('/outbound/codex.wordpress.org');">make a backup</a> of your installation.</p>
<p><strong>Change the Current Blog Folder</strong></p>
<p>Rename your existing WordPress folder (i.e.: /journal) to the new name. FTP or ssh (i.e.: mv journal blog) can be used for this.</p>
<p><a href="http://wordpress.org/support/topic/193860" onclick="javascript:pageTracker._trackPageview ('/outbound/wordpress.org');">Update the blog path settings</a> within the admin panel.</p>
<p><strong>Updating Paths in the Database</strong></p>
<p>If your blog posts contain images or links using the old folder they must be changed. There is <a href="http://www.mydigitallife.info/2007/10/01/how-to-move-wordpress-blog-to-new-domain-or-location/" onclick="javascript:pageTracker._trackPageview ('/outbound/www.mydigitallife.info');">a simple SQL command</a> which performs a search and replace. I suggest using phpMyAdmin instead of MySQL&#8217;s command line.</p>
<p>Take a look at your <b>wp_options</b> table in phpMyAdmin. You may find that plug-ins are using your old path in their settings which may be not accessible through the admin interface.</p>
<p><strong>Don&#8217;t Break Trackbacks</strong></p>
<p>If anyone is linking to your blog they&#8217;ll be using the old folder name. To ensure those links don&#8217;t break with your folder we can use a symbolic link and a 301 redirect.</p>
<p>Login to your Linux hosting account using ssh and navigate to the root folder of your web site such as <b>public_html</b>. Enter the following command:</p>
<p><code>ln -s /path/to/new /path/to/old</code></p>
<p>Replace <b>/path/to/new</b> and <strong>/path/to/old</strong> with the <b>absolute</b> folder names. For example:</p>
<p><code>ln -s /home/your-domain/www/blog /home/your-domain/www/journal</code></p>
<p>You may be tempted to add a redirect using cPanel but don&#8217;t - the symlink above is doing this for you.</p>
<p>Unfortunately, permalinks still won&#8217;t work. For example, a permalink of <em>http://your-blog/journal/2008/06/my-post</em> will generate a 404 Not Found instead of redirecting to <em>http://your-blog/blog/2008/06/my-post</em>. Don&#8217;t bother with the Redirection plug-in because it doesn&#8217;t build a library of prior permalinks.</p>
<p>Instead, use  <a href="http://www.alexandrasamuel.com/" onclick="javascript:pageTracker._trackPageview ('/outbound/www.alexandrasamuel.com');">Alexandra&#8217;s</a> technique to <a href="http://www.alexandrasamuel.com/20050630/moving-wordpress-redirects" onclick="javascript:pageTracker._trackPageview ('/outbound/www.alexandrasamuel.com');">modify your .htaccess file</a> and all of your old permalinks will 301 properly.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ericbrodeur.com/blog/2008/10/25/moving-a-wordpress-blog-to-another-folder/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Book release for the Seeds of Civilization series</title>
		<link>http://www.ericbrodeur.com/blog/2008/10/10/book-release-for-the-seeds-of-civilization-series/</link>
		<comments>http://www.ericbrodeur.com/blog/2008/10/10/book-release-for-the-seeds-of-civilization-series/#comments</comments>
		<pubDate>Fri, 10 Oct 2008 18:59:27 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
		
		<category><![CDATA[Diving]]></category>

	<!-- AutoMeta Start -->
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.ericbrodeur.com/blog/?p=728</guid>
		<description><![CDATA[An email has been languishing in my inbox for months regarding the release of Triangle, the latest novel in the Seeds of Civilization undersea adventure series.
New novel is set 2,100 feet deep in the “lost city of Cuba” Little is known about the actual discovery of “MEGA”—a city submerged in more than 2,000 feet of [...]<p><a href="http://sharethis.com/item?&#038;wp=2.6.2&#38;publisher=0f1013ff-3139-4b41-94f8-5066c6246b72&#38;title=Book+release+for+the+Seeds+of+Civilization+series&#38;url=http%3A%2F%2Fwww.ericbrodeur.com%2Fblog%2F2008%2F10%2F10%2Fbook-release-for-the-seeds-of-civilization-series%2F">ShareThis</a></p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.amazon.com/Triangle-Seeds-Civilization-R-J-Archer/dp/0977910938%3FSubscriptionId%3D02E5W5871AJF7PMMMS82%26tag%3Dericbrod-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0977910938" onclick="javascript:pageTracker._trackPageview ('/outbound/www.amazon.com');"><img src="http://ecx.images-amazon.com/images/I/41U0E-%2BOViL._SL160_.jpg" class="right" /></a>An email has been languishing in my inbox for months regarding the release of <em><a href="http://www.amazon.com/Triangle-Seeds-Civilization-R-J-Archer/dp/0977910938%3FSubscriptionId%3D02E5W5871AJF7PMMMS82%26tag%3Dericbrod-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0977910938" onclick="javascript:pageTracker._trackPageview ('/outbound/www.amazon.com');">Triangle</a></em>, the latest novel in the <em><a href="http://www.seedsofcivilization.com/press.htm" onclick="javascript:pageTracker._trackPageview ('/outbound/www.seedsofcivilization.com');">Seeds of Civilization</a></em> undersea adventure series.</p>
<blockquote><p>New novel is set 2,100 feet deep in the “lost city of Cuba” Little is known about the actual discovery of “MEGA”—a city submerged in more than 2,000 feet of water off the Western tip of Cuba. While secrecy still clouds the real site, Archer takes his readers on a fictional tour of the underwater ruins and reveals some amazing connections to both the island of Cuba and the mysteries of the Bahamas.</p></blockquote>
<p>I haven&#8217;t read the book and passing it along if you&#8217;re into this sort of thing.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ericbrodeur.com/blog/2008/10/10/book-release-for-the-seeds-of-civilization-series/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Final Cut Pro cannot render video effects in certain ProRes (HD) sequences</title>
		<link>http://www.ericbrodeur.com/blog/2008/09/24/final-cut-pro-cannot-render-video-effects-in-certain-prores-hd-sequences/</link>
		<comments>http://www.ericbrodeur.com/blog/2008/09/24/final-cut-pro-cannot-render-video-effects-in-certain-prores-hd-sequences/#comments</comments>
		<pubDate>Wed, 24 Sep 2008 17:54:11 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
		
		<category><![CDATA[Editing]]></category>

		<category><![CDATA[Film &amp; Video]]></category>

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

	<!-- AutoMeta Start -->
	<category>prores</category>
	<category>scrub</category>
	<category>render</category>
	<category>final</category>
	<category>cut</category>
	<category>pro</category>
	<category>mac</category>
	<category>macintosh</category>
	<category>editing</category>
	<category>video</category>
	<category>film</category>
	<category>apple</category>
	<category>hd</category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.ericbrodeur.com/blog/?p=690</guid>
		<description><![CDATA[During the edit of a 60-second spot using RED footage I used QuickTime proxy files. Although this meant continuous rendering of transitions and effects it was painless. Eventually I needed to conform the proxies to their 1080/24p ProRes 422 counterparts. I didn&#8217;t bother with Crimson because there were only about 20-30 cuts.
With speed changes and [...]<p><a href="http://sharethis.com/item?&#038;wp=2.6.2&#38;publisher=0f1013ff-3139-4b41-94f8-5066c6246b72&#38;title=Final+Cut+Pro+cannot+render+video+effects+in+certain+ProRes+%28HD%29+sequences&#38;url=http%3A%2F%2Fwww.ericbrodeur.com%2Fblog%2F2008%2F09%2F24%2Ffinal-cut-pro-cannot-render-video-effects-in-certain-prores-hd-sequences%2F">ShareThis</a></p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://None" onclick="javascript:pageTracker._trackPageview ('/outbound/None');"><img src="http://www.ericbrodeur.com/blog/wp-content/uploads/2007/06/fcp_logo.thumbnail.jpg" alt="" title="Final Cut Pro" width="123" height="128" class="alignright size-thumbnail wp-image-381" /></a>During the edit of a 60-second spot using RED footage I used QuickTime proxy files. Although this meant continuous rendering of transitions and effects it was painless. Eventually I needed to conform the proxies to their 1080/24p ProRes 422 counterparts. I didn&#8217;t bother with <a href="http://www.crimsonworkflow.com/" onclick="javascript:pageTracker._trackPageview ('/outbound/www.crimsonworkflow.com');">Crimson</a> because there were only about 20-30 cuts.</p>
<p>With speed changes and video effects reapplied I prepared for the final render. It wasn&#8217;t long before Final Cut Pro generated this error message:</p>
<blockquote><p>The effect &#8216;Scrub&#8217; cannot be rendered in a sequence of this size with the current graphics card.</p></blockquote>
<p>The Scrub filter had been successfully used throughout the entire edit: from proxy files to scrubbing the timeline in ProRes. I tested different video effects and received the same error message.</p>
<p>A <a href="http://forums.creativecow.net/thread/8/978204" onclick="javascript:pageTracker._trackPageview ('/outbound/forums.creativecow.net');">forum post at CreativeCOW</a> describes a similar problem. This was just one of many issues plauging my project so I took the easy way out by replacing the Scrub filter with one from <a href="http://www.joesfilters.com/" onclick="javascript:pageTracker._trackPageview ('/outbound/www.joesfilters.com');">Joe&#8217;s Filters</a>.</p>
<p>While I was writing this I found <a href="http://www.lafcpug.org/phorum/read.php?1,214081,214109" onclick="javascript:pageTracker._trackPageview ('/outbound/www.lafcpug.org');"> a solution at LAFCPUG</a>. Modify the render depth from 10-bit to 8-bit in the sequence settings.</p>
<p>This solution is also referenced in an <a href="http://support.apple.com/kb/TS1867" onclick="javascript:pageTracker._trackPageview ('/outbound/support.apple.com');">Apple Support document</a>. Unfortunately it doesn&#8217;t address why late-model Apple video cards generate the error. Lack of 10-bit color support or a bug?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ericbrodeur.com/blog/2008/09/24/final-cut-pro-cannot-render-video-effects-in-certain-prores-hd-sequences/feed/</wfw:commentRss>
		</item>
		<item>
		<title>VMware Fusion 2.0 and missing driver for Base System Device</title>
		<link>http://www.ericbrodeur.com/blog/2008/09/19/vmware-fusion-20-and-missing-driver-for-base-system-device/</link>
		<comments>http://www.ericbrodeur.com/blog/2008/09/19/vmware-fusion-20-and-missing-driver-for-base-system-device/#comments</comments>
		<pubDate>Fri, 19 Sep 2008 23:32:16 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
		
		<category><![CDATA[Macintosh]]></category>

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

	<!-- AutoMeta Start -->
	<category></category>
	<category>vmware</category>
	<category>windows</category>
	<category>mac</category>
	<category>macintosh</category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.ericbrodeur.com/blog/?p=684</guid>
		<description><![CDATA[The upgrade from VMware Fusion 1.x to 2.0 was smooth except for an error from Windows XP&#8217;s Device Manager. Before I could install the newest VMware Tools, Windows complained about &#8220;missing driver for Base System Device.&#8221;
Dismissing the error I installed VMware Tools 2.0 but the error persisted. On this tip I reinstalled VMware Tools using [...]<p><a href="http://sharethis.com/item?&#038;wp=2.6.2&#38;publisher=0f1013ff-3139-4b41-94f8-5066c6246b72&#38;title=VMware+Fusion+2.0+and+missing+driver+for+Base+System+Device&#38;url=http%3A%2F%2Fwww.ericbrodeur.com%2Fblog%2F2008%2F09%2F19%2Fvmware-fusion-20-and-missing-driver-for-base-system-device%2F">ShareThis</a></p>]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.ericbrodeur.com/blog/wp-content/uploads/2008/09/133161-fusionicon-150x104.jpg" alt="" title="VMware Fusion" width="150" height="104" class="alignright size-thumbnail wp-image-685" />The upgrade from VMware Fusion 1.x to 2.0 was smooth except for an error from Windows XP&#8217;s Device Manager. Before I could install the newest VMware Tools, Windows complained about &#8220;missing driver for Base System Device.&#8221;</p>
<p>Dismissing the error I installed VMware Tools 2.0 but the error persisted. On <a href="http://lb.viks.org/2008/09/18/vmware-communities-missing-driver-for-base-system-device/" onclick="javascript:pageTracker._trackPageview ('/outbound/lb.viks.org');">this tip</a> I reinstalled VMware Tools using the Custom option. The VMCI driver was already selected (a head scratcher since this would suggest it was previously installed) but I continued the installation. Upon restart the missing driver was found.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ericbrodeur.com/blog/2008/09/19/vmware-fusion-20-and-missing-driver-for-base-system-device/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
