<?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>MovieEditor.com</title>
	<atom:link href="http://www.movieeditor.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.movieeditor.com</link>
	<description>Motion Picture and Television Editing</description>
	<lastBuildDate>Thu, 02 Feb 2012 17:53:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Understanding Pixels, Bytes and DPI</title>
		<link>http://www.movieeditor.com/2012/02/02/understanding-pixels-bytes-and-dpi/</link>
		<comments>http://www.movieeditor.com/2012/02/02/understanding-pixels-bytes-and-dpi/#comments</comments>
		<pubDate>Thu, 02 Feb 2012 17:48:01 +0000</pubDate>
		<dc:creator>rower</dc:creator>
				<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://www.movieeditor.com/?p=163</guid>
		<description><![CDATA[An understanding of these basic measurements is vital when working with graphics By Robin Rowe HOLLYWOOD, CA (MovieEditor.com) 2012/2/2 -As with counting money or telling time, graphics uses measurements that often need to be analyzed or converted into another form. Let&#8217;s cover the essential basics of graphics measurements. First, keep in mind that k means [...]]]></description>
			<content:encoded><![CDATA[<p><strong>An understanding of these basic measurements is vital when working with graphics</strong></p>
<p><em>By Robin Rowe</em></p>
<p>HOLLYWOOD, CA (MovieEditor.com) 2012/2/2 -As with counting money or telling time, graphics uses measurements that often need to be analyzed or converted into another form. Let&#8217;s cover the essential basics of graphics measurements.</p>
<p>First, keep in mind that k means thousands, M means millions and G means billions. Think of it this way, 1,000,000,ooo byes = 1,000,000k = 1,000M = 1G. As when counting money, how many zeros is the most important part. And while it doesn&#8217;t typically matter, it&#8217;s worth noting that 1 k isn&#8217;t exactly 1,000, rather it&#8217;s 1,024.</p>
<p>Computer image sizes are measured three ways. In pixels (as width and height), or as a file size (in bytes), or as DPI. It&#8217;s quicker to look up file sizes, but when precision matters you need to know pixels. DPI is a relative measure similar to a car&#8217;s MPG. DPI tells you how &#8220;good&#8221; an image is, but as with a car, not how soon you&#8217;ll run out of gas.</p>
<p>Print images are often<span id="more-163"></span> referred to as DPI (dots per inch), with 300 dpi being common. To convert DPI to pixels you multiply by the number of inches when printed. For example, a 300 DPI image printed 2 inches wide is 600 pixels, but if 4 inches wide that same image needs to be 1,200 pixels. Confusingly, the same image file can be said to have any DPI you like, depending upon how big you intend to print it. Speaking generally, if it&#8217;s 80 DPI it&#8217;s a web image. 300 DPI for newspaper. 1,200 DPI for a poster.</p>
<p>The number we care most about for computer images is pixels, how big the image will be on the screen. For the web we often want images that are 300 pixels wide. An image that size will typically be 50k to 500k in file size. Because images are compressed, image size and file size only track loosely. If you have a 300 DPI image or a 2.5M file or a 1k wide image, that&#8217;s too big for the web. You would open it in an image editor and resize it to be 300 pixels wide. A high definition image for film or HDTV is 2k, that is, about 2,000 pixels wide.</p>
<p>Read the above until all this makes sense. You can&#8217;t do graphics properly without understanding the basics above. It would be like trying to travel from Los Angeles to London without knowing how to count money or convert to pounds.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.movieeditor.com/2012/02/02/understanding-pixels-bytes-and-dpi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building FFMBC/FFMPEG on Mac OS X Lion</title>
		<link>http://www.movieeditor.com/2012/01/26/building-ffmbcffmpeg-on-mac-os-x-lion/</link>
		<comments>http://www.movieeditor.com/2012/01/26/building-ffmbcffmpeg-on-mac-os-x-lion/#comments</comments>
		<pubDate>Thu, 26 Jan 2012 19:43:31 +0000</pubDate>
		<dc:creator>rower</dc:creator>
				<category><![CDATA[Final Cut]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac OS X]]></category>

		<guid isPermaLink="false">http://www.movieeditor.com/?p=146</guid>
		<description><![CDATA[FFMBC is the broadcast version of FFMPEG that transcodes HDV to Apple ProRes for Final Cut By Robin Rowe HOLLYWOOD, CA (MovieEditor.com) 2012/1/26 &#8211; If you have MTS or M2T files, that is, raw HDV, you can&#8217;t use them in Final Cut without converting them first to something Final Cut understands like Apple ProRes or [...]]]></description>
			<content:encoded><![CDATA[<p><strong>FFMBC is the broadcast version of FFMPEG that transcodes HDV to Apple ProRes for Final Cut</strong></p>
<p><em>By Robin Rowe</em></p>
<div id="attachment_154" class="wp-caption alignleft" style="width: 310px"><img class="size-medium wp-image-154" title="First step toward FFMBC is getting Xcode" src="http://www.movieeditor.com/wp-content/uploads/2012/01/app-store-300x172.png" alt="First step toward FFMBC is getting Xcode" width="300" height="172" /><p class="wp-caption-text">First step toward FFMBC is getting Xcode</p></div>
<p>HOLLYWOOD, CA (MovieEditor.com) 2012/1/26 &#8211; If you have MTS or M2T files, that is, raw HDV, you can&#8217;t use them in Final Cut without converting them first to something Final Cut understands like Apple ProRes or XDCAM 50. Many editors are familiar with FFMPEG, a popular command-line transcoder. FFMBC is a version of FFMPEG that came out of the lab at the BBC. It&#8217;s designed for Linux, so it takes some extra effort to build it on Mac OS X.</p>
<p>About Mac OS X Lion&#8230; Before we jump into it, a couple user tips for those who are new to this OS. The Expose system is totally different from prior OS X versions. Use [Ctr][UpArrow] or [Ctrl][DownArrow] to access that.The [Fx] keys are gone. Another surprise, the mouse wheel scrolls the opposite direction from prior versions. These annoying changes are considered improvements by Apple, increases compatibility with iPhone<span id="more-146"></span> devices.</p>
<ol>
<li>Download and install <a href="http://developer.apple.com/support/xcode/">Xcode</a> from the Apple App Store. While this is free, it requires registering with a valid credit card at the App Store, something I found very difficult. It said my credit card had an invalid code. My PayPal account worked no problem. In the past, logging in as an Apple Developer (free) was sufficient. Took me a lot longer the new way using the App Store app. When it finally did start downloading, App Store gave no indication at all what&#8217;s happening. You have to poke around to bring up the downloads window to see the progress bar. Be ready to take a break while you wait. The download is 2GB.</li>
<li>Install Xcode. Once the download completes you&#8217;ll find this under Applications in Finder. Xcode launched on installation, but I can&#8217;t find it anywhere in Applications. Where is it? I don&#8217;t care. We only need Xcode to get the command-line tools like gcc.</li>
<li>Download <a href="http://code.google.com/p/ffmbc/">FFMBC</a>.</li>
<li>Open a Terminal and configure FFMBC with this magic from the <a href="http://code.google.com/p/ffmbc/wiki/HowtoInstallFFMbconDebianTesting">Debian Linux build instructions:</a> ./configure &#8211;enable-gpl &#8211;enable-nonfree &#8211;enable-shared &#8211;enable-postproc &#8211;enable-runtime-cpudetect &#8211;enable-frei0r &#8211;enable-libfaac &#8211;enable-libmp3lame &#8211;enable-libvpx &#8211;enable-libx264 &#8211;enable-pthreads &#8211;enable-libxvid &#8211;enable-zlib</li>
<li>Configue will fail with error messages for missing libraries. Download and install: <a href="http://yasm.tortall.net/Download.html">yasm</a>, <a href="http://www.piksel.no/frei0r/releases/">frei0r</a>, <a href="http://sourceforge.net/projects/faac/">faac</a>, <a href="http://sourceforge.net/projects/lame/">lame</a>, <a href="http://code.google.com/p/webm/downloads/list">libvpx</a>, <a href="http://www.videolan.org/developers/x264.html">x264</a>, <a href="http://www.xvid.org/Downloads.43.0.html">xvidcore</a>. When you get an error message you don&#8217;t understand, use &#8216;tail config.log&#8217; to get more info.</li>
<li>Installing x264 takes an extra whack&#8230; sudo make install-lib-dev sudo make install-lib-shared sudo make install-lib-static</li>
<li>Building xvidcore is from a non-standard location&#8230;<br />
./xvidcore/build/generic</li>
<li>When you have the libraries built and installed, build and install FFMBC. You can use &#8216;ffmbc -format&#8217; and &#8216;ffmbc -codecs&#8217; to see what&#8217;s enabled. Depending on your needs, you may have other libraries to fetch and build to get the formats you use.</li>
</ol>
<pre>-rw-r--r--@ 1 rower  staff   4.3M Jan 13 12:00 FFmbc-0.7-rc5.tar.bz2
-rw-r--r--@ 1 rower  staff   519K Feb 10  2009 faac-1.28.tar.bz2
-rw-r--r--@ 1 rower  staff   5.8M Jan 26 09:05 lame-3.99.4.tar
-rw-r--r--@ 1 rower  staff   535K Jan 26 09:38 last_x264.tar.bz2
-rw-r--r--@ 1 rower  staff   1.2M Aug 15 14:13 libvpx-v0.9.7-p1.tar.bz2
-rw-r--r--@ 1 rower  staff   681K May 25  2011 xvidcore-1.3.2.tar.bz2
-rw-r--r--@ 1 rower  staff   9.4M Jan 26 08:47 yasm-1.2.0.tar</pre>
<p><strong>Using FFMBC</strong></p>
<p>You need a magic recipe&#8230;</p>
<ol>
<li><a href="http://vimeo.com/groups/cinelerra/forumthread:3721">Converting to MJPEG<br />
</a>ffmbc -i $1 -vcodec mjpeg -b 100M -s 640&#215;360 -acodec pcm_s16be mjpeg.mov<br />
cat *.m2t |ffmbc -i &#8211; -vcodec mjpeg -b 100M -s 640&#215;360 -acodec pcm_s16be mjpeg.mov</li>
<li><a href="http://www.itbroadcastanddigitalcinema.com/ffmpeg_howto.html">The How-To</a></li>
<li><a href="http://code.google.com/p/ffmbc/wiki/XDCAMHD422Encoding">XDCAM Encoding</a> (didn&#8217;t work for me)</li>
<li><a href="http://www.phpro.org/tutorials/Video-Conversion-With-FFMPEG.html">Video Conversion with FFMPEG</a></li>
<li><a href="http://howto-pages.org/ffmpeg/">HowTo FFMPEG</a></li>
</ol>
<p>Shell Script</p>
<p>#ffmbc -i $1 -vcodec dnxhd -b 185M -acodec pcm_s16be dnxhd.mov#cat *.m2t |ffmbc -i &#8211; -vcodec mjpeg -b 100M -s 640&#215;360 -acodec pcm_s16be mjpeg.mov</p>
<p>NAME=${PWD##*/}<br />
cat *.m2t |ffmbc -i &#8211; -vcodec mjpeg -b 100M -s 640&#215;360 -an ${NAME}.mov<br />
cat *.m2t |ffmbc -i &#8211; -acodec copy ${NAME}.wav</p>
<p>Errors</p>
<ol>
<li>&#8220;error, audio timestamps difference is too big, cannot compensate a/v sync&#8221;<br />
Message when trying to convert gifts ep202-1 m2t to mjpeg . Workaround is to use -acodec copy file.wav to copy as mp2 stream in separate file with -ar on video file.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.movieeditor.com/2012/01/26/building-ffmbcffmpeg-on-mac-os-x-lion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating an iTunes Podcast</title>
		<link>http://www.movieeditor.com/2011/11/07/creating-an-itunes-podcast/</link>
		<comments>http://www.movieeditor.com/2011/11/07/creating-an-itunes-podcast/#comments</comments>
		<pubDate>Mon, 07 Nov 2011 23:10:16 +0000</pubDate>
		<dc:creator>rower</dc:creator>
				<category><![CDATA[Sound]]></category>

		<guid isPermaLink="false">http://www.movieeditor.com/?p=133</guid>
		<description><![CDATA[Do it yourself in iTunes without driving yourself crazy By Robin Rowe HOLLYWOOD, CA (MovieEditor.com) 11/7/2011 &#8211; Creating your own iTunes podcasts may seem hard when you read the Apple iTunes directions, but it&#8217;s easier than it seems. First, create an MP3 of your podcast. There are many hosting services for podcasts that will automate [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Do it yourself in iTunes without driving yourself crazy</strong></p>
<p><em>By Robin Rowe</em></p>
<p>HOLLYWOOD, CA (MovieEditor.com) 11/7/2011 &#8211; Creating your own iTunes podcasts may seem hard when you read the <a href="http://www.apple.com/itunes/podcasts/specs.html ">Apple iTunes directions</a>, but it&#8217;s easier than it seems.</p>
<p>First, create an MP3 of your podcast. There are many hosting services for podcasts that will automate everything. However, we want to host from our own server because we&#8217;ve already got the bandwidth. Upload your podcasts to a convenient location, such as www.YOURWEBSERVER.com/podcast/. Next, the slightly tricky bit&#8230;</p>
<p><strong>Creating Your iTunes RSS Feed</strong></p>
<p>Use the <a title="Podcast XML Source Code Creator" href="http://podcast.redevelopments.co.uk/how-to-podcast/podcast-xml-creator.asp?height=450&amp;width=720">Redevelopments Podcast XML Creator</a>,. Enter the information for your podcast in the form then copy the XML code created into a text editor. Upload your XML file to your website at  www.YOURWEBSITE.com/podcast/FILENAME.xml. You can view a <a href="http://podcast.redevelopments.co.uk/how-to-podcast/podcast.xml" target="_blank">sample XML file</a> that was created with the podcast XML creator. You can even    link to it in iTunes to test it.</p>
<p><strong>Making Your Podcast Official on iTunes</strong></p>
<ol>
<li>Launch iTunes.</li>
<li>In the left navigation column, click on iTunes Store to open the store.</li>
<li>Once the store loads, click on Podcasts along the top navigation bar to go to the Podcasts page.</li>
<li>In the right column of the Podcasts page, click on the Submit a Podcast link.</li>
<li>Follow the instructions on the <a href="https://phobos.apple.com/WebObjects/MZFinance.woa/wa/publishPodcast">Submit a Podcast</a> page.</li>
</ol>
<p>To get your Podcast published to a wider audience there&#8217;s the free Podcast submission service at <a rel="nofollow" href="http://podcast.redevelopments.co.uk/how-to-podcast/podcast_resources.htm?URL=http://www.podcastalley.com/add_a_podcast.php" target="_blank">www.podcastalley.com</a>.</p>
<p>More on <a href="http://podcast.redevelopments.co.uk/how-to-podcast/how-to-podcast.asp" target="_blank">Redevelopments How to Podcast</a> and <a href="http://faq.podbean.com/2007/02/23/how-to-set-up-your-podcast-in-the-itunes-music-store/">Podbean Podcast in iTunes</a>.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.movieeditor.com/2011/11/07/creating-an-itunes-podcast/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Capture HDV in Linux using dvgrab</title>
		<link>http://www.movieeditor.com/2011/11/05/capture-hdv-in-linux-using-dvgrab/</link>
		<comments>http://www.movieeditor.com/2011/11/05/capture-hdv-in-linux-using-dvgrab/#comments</comments>
		<pubDate>Sat, 05 Nov 2011 22:33:26 +0000</pubDate>
		<dc:creator>rower</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.movieeditor.com/?p=130</guid>
		<description><![CDATA[Linux can be the best way to capture HDV tapes By Robin Rowe HOLLYWOOD, CA (MovieEditor.com) 11/5/2011 &#8211; Final Cut has issues capturing HDV tapes. Sometimes it cuts up your video into a series of little files instead of capturing the whole tape as one as we want. What seems to happen is Final Cut [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Linux can be the best way to capture HDV tapes</strong></p>
<p><em>By Robin Rowe</em></p>
<p>HOLLYWOOD, CA (MovieEditor.com) 11/5/2011 &#8211; Final Cut has issues capturing HDV tapes. Sometimes it cuts up your video into a series of little files instead of capturing the whole tape as one as we want. What seems to happen is Final Cut drops out when it encounters timecode breaks and some tapes that seem otherwise fine cause Final Cut capture to miscue. If you have a Linux box with a Firewire port, that can be a better way.</p>
<p>We&#8217;re using Puppy  Linux as our distro. That uses it&#8217;s own package manager GUI with the standard Debian repository. In the Puppy Package Manager, select {Configure Package Manager} and add the Debian Main repository. When you do that it will seem like nothing happened, but if you close and re-open the Package Manager you&#8217;ll see the Debian repository listed as a search choice. (Ignore the warning that you may need to edit system files manually to add a repository.) You may also add the Debian Multiverse and Universe repositories if you think you need them, but you probably don&#8217;t.</p>
<p><strong>Installing dvgrab and dvcont and ls1394</strong></p>
<p>Dvgrab is a command lne program that captures HDV from tape. In the Package Manager a search for  dvgrab recommends the dvgrab_3.5-1 package. Install that and say yes to installing all its dependencies of which there will be many with 1394 in the name.</p>
<p>Dvcont is the command line program that controls the tape transport so we can rewind the tape deck or camcorder. A search for that finds nothing. So, we&#8217;ll search in the Debian package repository online at <a href="http://packages.debian.org">packages.debian.org</a>. That reveals dvcont is buried in libavc1394-dev. Now that we know what its package is called, we go back to the Puppy Package Manager and install that.</p>
<p>We&#8217;d also like to have the <a href="http://user.in-berlin.de/~s5r6/linux1394/utils/ls1394_v20070103">ls1394 bash script</a>. Download that, rename as ls1394 and chmod 755.</p>
<p># cp ls1394_v20070103 /usr/bin/ls1394<br />
# chmod 755 /usr/bin/ls1394</p>
<p><strong>Using ls1394, dvgrab and dvcont</strong></p>
<p>$ ls1394<br />
0:ffc0 0000850001a2498c &#8216;VIXIA HV30&#8242;<br />
0:ffc1 08004603011534d3 (local)</p>
<p>$ dvcont rewind</p>
<p>$ dvgrab -f hdv filename</p>
]]></content:encoded>
			<wfw:commentRss>http://www.movieeditor.com/2011/11/05/capture-hdv-in-linux-using-dvgrab/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Editing Podcasts in Final Cut</title>
		<link>http://www.movieeditor.com/2011/10/24/editing-podcasts-in-final-cut/</link>
		<comments>http://www.movieeditor.com/2011/10/24/editing-podcasts-in-final-cut/#comments</comments>
		<pubDate>Mon, 24 Oct 2011 22:38:02 +0000</pubDate>
		<dc:creator>rower</dc:creator>
				<category><![CDATA[Final Cut]]></category>
		<category><![CDATA[Sound]]></category>

		<guid isPermaLink="false">http://www.movieeditor.com/?p=123</guid>
		<description><![CDATA[ProTools is more powerful, but Final Cut may be faster when editing podcasts By Robin Rowe HOLLYWOOD, CA (MovieEditor.com) 10/24/2011 &#8211; A quick way to edit a podcast is to drag the tracks into a Final Cut project. Here&#8217;s how. Create a Final Cut project. The picture type doesn&#8217;t matter. Pick HDV. Convert tracks to [...]]]></description>
			<content:encoded><![CDATA[<p><strong>ProTools is more powerful, but Final Cut may be faster when editing podcasts</strong></p>
<p><em>By Robin Rowe</em></p>
<p>HOLLYWOOD, CA (MovieEditor.com) 10/24/2011 &#8211; A quick way to edit a podcast is to drag the tracks into a Final Cut project. Here&#8217;s how.</p>
<ol>
<li>Create a Final Cut project. The picture type doesn&#8217;t matter. Pick HDV.</li>
<li>Convert tracks to aif format if not already. Do not import wav or mp3 tracks. You may see odd intermittent errors, such as not being able to render waveforms in timeline. Use Quicktime Pro or FFMPEG to convert.</li>
<li>Arrange the tracks in order of how busy each one is. Have the show host be the first track. Guest is track two. Music at the bottom.</li>
<li>Set overall levels. You can set overall levels easily now. Not easy later after tracks are cut up. You can only add 6db in Final Cut. If you need more amplitude it&#8217;s better to bump it up in Audacity than to use the trick of wrapping it in a Final Cut sequence and bumping it twice in Final Cut by embedding a sequence in a sequence, although that trick can work in a pinch.</li>
<li>Use the razor tool in Final Cut to chop up the tracks. If the tracks are exported from Pro Tools then all the levels are gone and will need to be adjusted. Any place a track would be clipped, razor it out. We could do this all with levels and the pen tool in Final Cut, but that takes do long. Do adjust the overall level by dragging the audio line in the timeline if a clip needs it.</li>
<li>Export the sequence to aif 16-bit.</li>
<li>Open aif in Audacity. Fix any thumps you see in the waveform and make any final adjustments to amplitude.</li>
<li>Export as mp3. Put podcasts in separate podcast folder to signal that it&#8217;s completed. You&#8217;ll need to have the lame mp3 plug-in installed to do this. If you login as a different user on the Mac then Audacity will have to be told again where you&#8217;ve placed the lame plug-in.</li>
<li>Use CyberDuck to sftp the mp3 to the server.</li>
<li>You can also upload to Podbean.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.movieeditor.com/2011/10/24/editing-podcasts-in-final-cut/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux: Adding a Swap File</title>
		<link>http://www.movieeditor.com/2011/10/24/linux-adding-a-swap-file/</link>
		<comments>http://www.movieeditor.com/2011/10/24/linux-adding-a-swap-file/#comments</comments>
		<pubDate>Mon, 24 Oct 2011 15:38:45 +0000</pubDate>
		<dc:creator>rower</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.movieeditor.com/?p=120</guid>
		<description><![CDATA[Add a Linux swap file to improve system performance By Robin Rowe HOLLYWOOD, CA (MovieEditor.com) 10/24/2011 &#8211; If your Linux box freezes with a lot of tabs open in your web browser, a swap file may help. It used to be you had to dedicate a partition to swap, but now you can create a [...]]]></description>
			<content:encoded><![CDATA[<p>Add a Linux swap file to improve system performance</p>
<p>By Robin Rowe</p>
<p>HOLLYWOOD, CA (MovieEditor.com) 10/24/2011 &#8211; If your Linux box freezes with a lot of tabs open in your web browser, a swap file may help. It used to be you had to dedicate a partition to swap, but now you can create a swap file. We&#8217;ll create an empty swap file, format it, activate it and add it to fstab so it will be activated automatically upon system boot.</p>
<p># dd if=/dev/zero of=/swapfile bs=1024 count=2048000<br />
# mkswap /swapfile<br />
# swapon /swapfile<br />
# vi /etc/fstab<br />
Append this line to fstab:</p>
<p>/swapfile     swap         swap     defaults               0 0</p>
]]></content:encoded>
			<wfw:commentRss>http://www.movieeditor.com/2011/10/24/linux-adding-a-swap-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac OS X, Living with Power PC</title>
		<link>http://www.movieeditor.com/2011/10/04/mac-os-x-living-with-power-pc/</link>
		<comments>http://www.movieeditor.com/2011/10/04/mac-os-x-living-with-power-pc/#comments</comments>
		<pubDate>Tue, 04 Oct 2011 18:22:09 +0000</pubDate>
		<dc:creator>rower</dc:creator>
				<category><![CDATA[Mac OS X]]></category>

		<guid isPermaLink="false">http://www.movieeditor.com/?p=116</guid>
		<description><![CDATA[The G5 PowerPC was amazing new and still works today with the right software By Robin Rowe HOLLYWOOD, CA (MovieEditor.com) 10/4/2011 &#8211; Keeping your Apple G5 Power PC going takes a little extra effort as new software becomes available that only runs on newer Intel-based Macs. Final Cut has cut you off at version 6, [...]]]></description>
			<content:encoded><![CDATA[<p>The G5 PowerPC was amazing new and still works today with the right software</p>
<p>By Robin Rowe</p>
<p>HOLLYWOOD, CA (MovieEditor.com) 10/4/2011 &#8211; Keeping your Apple G5 Power PC going takes a little extra effort as new software becomes available that only runs on newer Intel-based Macs. Final Cut has cut you off at version 6, so forget upgrading to version 7 or to Final Cut X.</p>
<p>Useful software for Apple Power PC</p>
<ul>
<li>Flip4Mac4Mac plays WIndows Media files in Quicktime. <a href="http://dynamic.telestream.net/downloads/download-flip4macwmv.htm">version 2.2.1.11</a></li>
<li>Opera Web browser, faster and lighter than Firefox.  We care because Safari seems dated and Firefox crawls to a stop on a Google search as it hangs on Google&#8217;s dynamic page reload script. <a href="http://www.opera.com/browser/download/?os=mac&amp;list=all">version 10.63</a></li>
<li>Bean word processor</li>
<li>Cyberduck ftp client</li>
<li>MPEG Streamclip</li>
<li>Skype</li>
<li>Audacity</li>
<li>NeoOffice, which is based on LibreOffice or OpenOffice but has enhancements to be faster on Mac OS X</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.movieeditor.com/2011/10/04/mac-os-x-living-with-power-pc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building FFMPEG on Mac OS X</title>
		<link>http://www.movieeditor.com/2011/10/02/building-ffmpeg-on-mac-os-x/</link>
		<comments>http://www.movieeditor.com/2011/10/02/building-ffmpeg-on-mac-os-x/#comments</comments>
		<pubDate>Sun, 02 Oct 2011 19:03:58 +0000</pubDate>
		<dc:creator>rower</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac OS X]]></category>

		<guid isPermaLink="false">http://www.movieeditor.com/?p=111</guid>
		<description><![CDATA[Download the source code and make FFMPEG to convert MPEG, DV, and Quicktime files on your Mac By Robin Rowe HOLLYWOOD, CA (MovieEditor.com) 10/2/2011 &#8211; FFMPEG is command line tool that converts between various video formats such as MPEG, DV and Quicktime. We could do many of these tasks in QuickTime Pro software, but being [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Download the source code and make FFMPEG to convert MPEG, DV, and Quicktime files on your Mac</strong></p>
<p><em>By Robin Rowe</em></p>
<p>HOLLYWOOD, CA (MovieEditor.com) 10/2/2011 &#8211; FFMPEG is command line tool that converts between various video formats such as MPEG, DV and Quicktime. We could do many of these tasks in QuickTime Pro software, but being able to do batch conversions is often more convenient. FFMPEG and QuickTime Pro don&#8217;t support all the same file formats. Sometimes FFMPEG is the better way forward.</p>
<ol>
<li>Download and install XCode from Apple so you have the compiler and other build tools you need</li>
<li>Download FFMPEG <a href="http://ffmpeg.org/download.html">http://ffmpeg.org/download.html</a></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.movieeditor.com/2011/10/02/building-ffmpeg-on-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Making Mac OS X See a Linux SAMBA Printer</title>
		<link>http://www.movieeditor.com/2011/09/20/making-os-x-see-a-linux-samba-printer/</link>
		<comments>http://www.movieeditor.com/2011/09/20/making-os-x-see-a-linux-samba-printer/#comments</comments>
		<pubDate>Tue, 20 Sep 2011 19:05:16 +0000</pubDate>
		<dc:creator>rower</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://www.movieeditor.com/?p=101</guid>
		<description><![CDATA[Set up your Linux box as a Windows share and make OS X see it By Robin Rowe HOLLYWOOD, CA (MovieEditor) 9/20/2011 &#8211; It can be tricky getting Mac OS X to see your Linux SAMBA printers and file shares. One obstacle  is the OS X System Preferences widget can be finicky, may not even [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_108" class="wp-caption alignleft" style="width: 236px"><img class="size-full wp-image-108" title="Adding a Linux SAMBA printer to Mac OS X using your browser" src="http://www.movieeditor.com/wp-content/uploads/2011/09/samba-printer.png" alt="Adding a Linux SAMBA printer to Mac OS X using your browser" width="226" height="214" /><p class="wp-caption-text">Adding a Linux SAMBA printer to Mac OS X using your browser</p></div>
<p><strong>Set up your Linux box as a Windows share and make OS X see it</strong></p>
<p><em>By Robin Rowe</em></p>
<p>HOLLYWOOD, CA (MovieEditor) 9/20/2011 &#8211; It can be tricky getting Mac OS X to see your Linux SAMBA printers and file shares. One obstacle  is the OS X System Preferences widget can be finicky, may not even show you the SAMBA printer you want. We had that with one of the Macs in our office. The others showed the printer, but our PowerPC G5 stubbornly refused to do so.</p>
<p>The fix is surprisingly quick and easy. Use the Mac&#8217;s SAMBA Web interface instead of System Preferences.</p>
<p>Point your Mac&#8217;s web browser to http://127.0.0.1:631/.  Under Administration, choose Add Printer. You&#8217;ll need to login using your name and password. Next give your printer a user-friendly Name and optional Location and Description. Choose Windows via SAMBA as the protocol. Next you need to give the network name of your printer. If you already know it because you wrote it down when you installed your printer on Linux, great. If not, here&#8217;s how you find out the name.</p>
<p>Open a terminal window on your Mac and enter:</p>
<p>$ smbtree</p>
<p>That will list all SAMBA resources on your network. The name of our printer is //puppy528/OKI_DATA_CORP_B431. If smbtree doesn&#8217;t display your printer, you can try to get it to list this way:</p>
<p>$ smbclient -L //puppy528</p>
<p>That didn&#8217;t work either. However, running smbtree or smbclient from another machine or from our Linux SAMBA server gave us the info we needed. It was just this one Mac that wasn&#8217;t displaying Cups SAMBA printers. Go figure.</p>
<p>Note that smbclient will always ask for a password, even though it doesn&#8217;t need one to list services. Just press enter. On Linux machines you can use the -N switch to suppress this, but our PowerPC Mac didn&#8217;t understand -N.</p>
<p>Back to our printer setup, just one more task. Pick the right driver. Our OKI printer is HP Laserjet PCL6 compatible. Because the Mac comes with the open source Gutenprint drivers, there are a lot of drivers to choose from.</p>
<p>To print the SAMBA test  page on a Mac in the Web interface, go to Printers, Print Test Page. Or, print from the terminal:</p>
<p>$ lp <code>/usr/share/cups/data/testprint.ps</code></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.movieeditor.com/2011/09/20/making-os-x-see-a-linux-samba-printer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Browser Tip: Another User Is Running this Copy of Opera</title>
		<link>http://www.movieeditor.com/2011/09/12/browser-tip-another-user-is-running-this-copy-of-opera/</link>
		<comments>http://www.movieeditor.com/2011/09/12/browser-tip-another-user-is-running-this-copy-of-opera/#comments</comments>
		<pubDate>Mon, 12 Sep 2011 15:11:08 +0000</pubDate>
		<dc:creator>rower</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.movieeditor.com/?p=94</guid>
		<description><![CDATA[Quick fix for an annoying Opera web browser bug &#160; By Robin Rowe HOLLYWOOD, CA (MovieEditor.com) 9/12/2011 &#8211; Opera seems to us a better choice than Internet Explorer, Firefox, Chrome or Safari. IE seems so wrong and Safari seems dated on the Mac and awkward on Windows. Firefox is the software most turn to who [...]]]></description>
			<content:encoded><![CDATA[<p><strong></p>
<div id="attachment_95" class="wp-caption alignleft" style="width: 310px"><img class="size-medium wp-image-95" title="Opera annoyance that a simple ini change fixes" src="http://www.movieeditor.com/wp-content/uploads/2011/09/opera-running-300x148.png" alt="Opera annoyance that a simple ini change fixes" width="300" height="148" /><p class="wp-caption-text">Opera annoyance that a simple ini change fixes</p></div>
<p>Quick fix for an annoying Opera web browser bug</p>
<p>&nbsp;</p>
<p></strong></p>
<p><em>By Robin Rowe</em></p>
<p>HOLLYWOOD, CA (MovieEditor.com) 9/12/2011 &#8211; Opera seems to us a better choice than Internet Explorer, Firefox, Chrome or Safari. IE seems so wrong and Safari seems dated on the Mac and awkward on Windows. Firefox is the software most turn to who feel the same way, but it has problems.</p>
<p>Firefox is not happy on Windows if you keep open fifty or a hundred tabs. It eats memory like crazy. On a daily basis Firefox was crashing or causing our systems to come to a halt for a minute or so while it seems to be doing some sort of memory purge (swap file?). Firefox seems to be able to also crash Thunderbird and Flash. So, we turn to Opera.</p>
<p>Opera hasn&#8217;t had the annoying crashes and hangs, but it did show a quirk on one of our Windows machines. On our Windows 7 64-bit HP Z600 workstation, Opera  11.50 won&#8217;t open links from mail or when double-clicking an HTML file. Instead, it displays a dialog that says &#8220;Another user is running this copy of Opera&#8221;. There&#8217;s a simple fix for this:</p>
<ol>
<li>Exit Opera</li>
<li>Check it&#8217;s really not running, that opera.exe isn&#8217;t in the Task Manager&#8217;s process list</li>
<li>Find your operaprefs.ini file (AppData/roaming/opera/opera) and open it with Notepad</li>
<li>At the end of the [User Prefs] section, add the line: Enable DDE=1</li>
</ol>
<p>Thanks to Ted at the <a href="http://www.webmasterkb.com/Uwe/Forum.aspx/opera/8261/another-user-is-running-this-copy-of-opera">Webmaster forum</a> for this tip.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>11.50</p>
]]></content:encoded>
			<wfw:commentRss>http://www.movieeditor.com/2011/09/12/browser-tip-another-user-is-running-this-copy-of-opera/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

