<?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>WeaponsGradeCode &#187; Computers</title>
	<atom:link href="http://weaponsgradecode.com/category/hardware-and-software-note/feed/" rel="self" type="application/rss+xml" />
	<link>http://weaponsgradecode.com</link>
	<description>Notes from the field...</description>
	<lastBuildDate>Wed, 21 Jul 2010 04:18:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>mencoder Command Line to transcode VOB to iphone</title>
		<link>http://weaponsgradecode.com/2009/12/03/mencoder-command-line-to-transcode-vob-to-iphone/</link>
		<comments>http://weaponsgradecode.com/2009/12/03/mencoder-command-line-to-transcode-vob-to-iphone/#comments</comments>
		<pubDate>Thu, 03 Dec 2009 04:23:15 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Computers]]></category>

		<guid isPermaLink="false">http://weaponsgradecode.com/?p=212</guid>
		<description><![CDATA[ffmpeg -i &#8220;movie.VOB&#8221; -f mp4 -vcodec mpeg4 -maxrate 1000k -b 700k -qmin 3 -qmax 5 -bufsize 4096 -g 300 -acodec aac -ab 192k -s 480&#215;368 -aspect 4:3 /Volumes/data/share/temp/3.mov
]]></description>
			<content:encoded><![CDATA[<p>ffmpeg -i &#8220;movie.VOB&#8221; -f mp4 -vcodec mpeg4 -maxrate 1000k -b 700k -qmin 3 -qmax 5 -bufsize 4096 -g 300 -acodec aac -ab 192k -s 480&#215;368 -aspect 4:3 /Volumes/data/share/temp/3.mov</p>
]]></content:encoded>
			<wfw:commentRss>http://weaponsgradecode.com/2009/12/03/mencoder-command-line-to-transcode-vob-to-iphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Here&#8217;s s&#8217;more Xen HVM and Paravirtualization Notes.</title>
		<link>http://weaponsgradecode.com/2009/07/19/heres-smore-xen-hvm-and-paravirtualization-notes/</link>
		<comments>http://weaponsgradecode.com/2009/07/19/heres-smore-xen-hvm-and-paravirtualization-notes/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 00:19:02 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Computers]]></category>

		<guid isPermaLink="false">http://weaponsgradecode.com/2009/07/19/heres-smore-xen-hvm-and-paravirtualization-notes/</guid>
		<description><![CDATA[The best write up for lean and mean paravirtualization configuration for Xen Centos 5.3 DomU&#8217;s on a Centos 5.3 Dom0 is at: http://wiki.centos.org/HowTos/Xen/InstallingCentOSDomU
&#8230;and for HVM I like this site: http://www.virtuatopia.com/index.php/Configuring_and_Installing_a_Xen_Hardware_Virtual_Machine_(HVM)_domainU_Guest
]]></description>
			<content:encoded><![CDATA[<p>The best write up for lean and mean paravirtualization configuration for Xen Centos 5.3 DomU&#8217;s on a Centos 5.3 Dom0 is at: <a href="http://wiki.centos.org/HowTos/Xen/InstallingCentOSDomU">http://wiki.centos.org/HowTos/Xen/InstallingCentOSDomU</a></p>
<p>&#8230;and for HVM I like this site: <a href="http://www.virtuatopia.com/index.php/Configuring_and_Installing_a_Xen_Hardware_Virtual_Machine_(HVM)_domainU_Guest">http://www.virtuatopia.com/index.php/Configuring_and_Installing_a_Xen_Hardware_Virtual_Machine_(HVM)_domainU_Guest</a></p>
]]></content:encoded>
			<wfw:commentRss>http://weaponsgradecode.com/2009/07/19/heres-smore-xen-hvm-and-paravirtualization-notes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Never use XFS with Xen on Centos. It will crash Dom0.</title>
		<link>http://weaponsgradecode.com/2009/05/02/never-use-xfs-with-xen-on-centos-it-will-crash-dom0/</link>
		<comments>http://weaponsgradecode.com/2009/05/02/never-use-xfs-with-xen-on-centos-it-will-crash-dom0/#comments</comments>
		<pubDate>Sat, 02 May 2009 19:26:05 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Computers]]></category>

		<guid isPermaLink="false">http://weaponsgradecode.com/2009/05/02/never-use-xfs-with-xen-on-centos-it-will-crash-dom0/</guid>
		<description><![CDATA[This is one of those week or so long learning experiences that you must go through whenever exploring a new technology.
I installed Centos 5.3 and Xen on a hot new piece of hardware with the intention of runnig paravirtualized Centos 5.3 images on it. I&#8217;d probably be running a half dozen images at a time [...]]]></description>
			<content:encoded><![CDATA[<p>This is one of those week or so long learning experiences that you must go through whenever exploring a new technology.</p>
<p>I installed Centos 5.3 and Xen on a hot new piece of hardware with the intention of runnig paravirtualized Centos 5.3 images on it. I&#8217;d probably be running a half dozen images at a time and with disk images at &gt; 4GB I thought I&#8217;d run XFS as the Dom0 file system to speed the file access/create/delete times.</p>
<p>Big Mistake.</p>
<p>Every time I&#8217;d run a DomU guest, the host/Dom0 machine would consistently, but at different time intervals, crash. That&#8217;s right, the entire server would crash/hang/freeze. After a week of goofing around I finally tried a guest on a stock ext3 file system and Shazam! everything worked.</p>
]]></content:encoded>
			<wfw:commentRss>http://weaponsgradecode.com/2009/05/02/never-use-xfs-with-xen-on-centos-it-will-crash-dom0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Manually controlling bridge networking on Xen</title>
		<link>http://weaponsgradecode.com/2009/05/02/manually-controlling-bridge-networking-on-xen/</link>
		<comments>http://weaponsgradecode.com/2009/05/02/manually-controlling-bridge-networking-on-xen/#comments</comments>
		<pubDate>Sat, 02 May 2009 19:15:39 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Computers]]></category>

		<guid isPermaLink="false">http://weaponsgradecode.com/2009/05/02/manually-controlling-bridge-networking-on-xen/</guid>
		<description><![CDATA[I followed this great article: http://henning.schmiedehausen.org/wingnut-diaries/archives/86
]]></description>
			<content:encoded><![CDATA[<p>I followed this great article: <a href="http://henning.schmiedehausen.org/wingnut-diaries/archives/86">http://henning.schmiedehausen.org/wingnut-diaries/archives/86</a></p>
]]></content:encoded>
			<wfw:commentRss>http://weaponsgradecode.com/2009/05/02/manually-controlling-bridge-networking-on-xen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing a simple paravirtualized Centos DomU on Centos</title>
		<link>http://weaponsgradecode.com/2009/05/02/installing-a-simple-paravirtualized-centos-domu-on-centos/</link>
		<comments>http://weaponsgradecode.com/2009/05/02/installing-a-simple-paravirtualized-centos-domu-on-centos/#comments</comments>
		<pubDate>Sat, 02 May 2009 18:59:56 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Computers]]></category>

		<guid isPermaLink="false">http://weaponsgradecode.com/2009/05/02/installing-a-simple-paravirtualized-centos-domu-on-centos/</guid>
		<description><![CDATA[A simple challenge: Install a stock Centos 5.3 Xen host/Dom0 and a paravirtualized Centos 5.3 guest/DomU. After weeks of frustration, detailed in another post, I got this going with the help of this guide:
http://wiki.centos.org/HowTos/Xen/InstallingCentOSDomU 
]]></description>
			<content:encoded><![CDATA[<p>A simple challenge: Install a stock Centos 5.3 Xen host/Dom0 and a paravirtualized Centos 5.3 guest/DomU. After weeks of frustration, detailed in another post, I got this going with the help of this guide:</p>
<p><a href="http://wiki.centos.org/HowTos/Xen/InstallingCentOSDomU">http://wiki.centos.org/HowTos/Xen/InstallingCentOSDomU </a></p>
]]></content:encoded>
			<wfw:commentRss>http://weaponsgradecode.com/2009/05/02/installing-a-simple-paravirtualized-centos-domu-on-centos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Power Desktop: Late 2008 Macbook Pro, XPS M1730, Inspiron e1705</title>
		<link>http://weaponsgradecode.com/2009/02/06/power-desktop-late-2008-macbook-pro-xps-m1730-inspiron-e1705/</link>
		<comments>http://weaponsgradecode.com/2009/02/06/power-desktop-late-2008-macbook-pro-xps-m1730-inspiron-e1705/#comments</comments>
		<pubDate>Fri, 06 Feb 2009 07:04:23 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Computers]]></category>

		<guid isPermaLink="false">http://weaponsgradecode.com/2009/02/06/power-desktop-late-2008-macbook-pro-xps-m1730-inspiron-e1705/</guid>
		<description><![CDATA[As I&#8217;ll explain in a later post, my e1705 died under warranty. It was the hottest e1705 you could buy at the time (7900GS, 2GB Core2Duo 2.2GHz) so Dell quickly replaced it with an unbelievably hot XPS M1730 (2x 8700, 2.8GHz Extreme, 4GB.) That was too much machine for me so I switched and bought [...]]]></description>
			<content:encoded><![CDATA[<p>As I&#8217;ll explain in a later post, my e1705 died under warranty. It was the hottest e1705 you could buy at the time (7900GS, 2GB Core2Duo 2.2GHz) so Dell quickly replaced it with an unbelievably hot XPS M1730 (2x 8700, 2.8GHz Extreme, 4GB.) That was too much machine for me so I switched and bought a late 2008 aluminum Macbook Pro 2.53GHz. Here are some pictures of the machines together.</p>
<p><a href="http://weaponsgradecode.com/wp-content/uploads/2009/02/jan2009-005.jpg" title="Macbook Pro, XPS M1730, Inspiron e1705 side"><img src="http://weaponsgradecode.com/wp-content/uploads/2009/02/jan2009-005.thumbnail.jpg" alt="Macbook Pro, XPS M1730, Inspiron e1705 side" /></a></p>
<p>Here&#8217;s the M1730 and e1705 side by side:</p>
<p><a href="http://weaponsgradecode.com/wp-content/uploads/2009/02/jan2009-007.jpg" title="Macbook Pro, XPS M1730, Inspiron e1705 side by side"><img src="http://weaponsgradecode.com/wp-content/uploads/2009/02/jan2009-007.thumbnail.jpg" alt="Macbook Pro, XPS M1730, Inspiron e1705 side by side" /></a></p>
<p><a href="http://weaponsgradecode.com/wp-content/uploads/2009/02/jan2009-008.jpg" title="Macbook Pro, XPS M1730, Inspiron e1705 side again"><img src="http://weaponsgradecode.com/wp-content/uploads/2009/02/jan2009-008.thumbnail.jpg" alt="Macbook Pro, XPS M1730, Inspiron e1705 side again" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://weaponsgradecode.com/2009/02/06/power-desktop-late-2008-macbook-pro-xps-m1730-inspiron-e1705/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Here&#8217;s a good looking blog design&#8230;</title>
		<link>http://weaponsgradecode.com/2009/02/06/heres-a-good-looking-blog-design/</link>
		<comments>http://weaponsgradecode.com/2009/02/06/heres-a-good-looking-blog-design/#comments</comments>
		<pubDate>Fri, 06 Feb 2009 06:15:09 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Computers]]></category>

		<guid isPermaLink="false">http://weaponsgradecode.com/2009/02/06/heres-a-good-looking-blog-design/</guid>
		<description><![CDATA[&#8230;I really like the shaded viewing surface:

Found here: http://www.digitalpropulsion.org/ 
]]></description>
			<content:encoded><![CDATA[<p>&#8230;I really like the shaded viewing surface:</p>
<p><a href="http://weaponsgradecode.com/wp-content/uploads/2009/02/bdesign.jpg" title="bdesign.jpg"><img src="http://weaponsgradecode.com/wp-content/uploads/2009/02/bdesign.thumbnail.jpg" alt="bdesign.jpg" /></a></p>
<p>Found here: <a href="http://www.digitalpropulsion.org/">http://www.digitalpropulsion.org/ </a></p>
]]></content:encoded>
			<wfw:commentRss>http://weaponsgradecode.com/2009/02/06/heres-a-good-looking-blog-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The iPhone&#8217;s working again&#8230;</title>
		<link>http://weaponsgradecode.com/2009/02/06/the-iphones-working-again/</link>
		<comments>http://weaponsgradecode.com/2009/02/06/the-iphones-working-again/#comments</comments>
		<pubDate>Fri, 06 Feb 2009 06:10:18 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Computers]]></category>

		<guid isPermaLink="false">http://weaponsgradecode.com/2009/02/06/the-iphones-working-again/</guid>
		<description><![CDATA[&#8230;brought it to the Apple store and they restored it for me. That&#8217;s one _very_ nice thing about buying apple, you can go to the store and play with the products before buying, and bring the stuff back to get fixed when needed.
Dell has been _very_, VERY, good to me and I&#8217;d recommend them in [...]]]></description>
			<content:encoded><![CDATA[<p>&#8230;brought it to the Apple store and they restored it for me. That&#8217;s one _very_ nice thing about buying apple, you can go to the store and play with the products before buying, and bring the stuff back to get fixed when needed.</p>
<p>Dell has been _very_, VERY, good to me and I&#8217;d recommend them in a second. But buying $2,000 laptops sight unseen is a bit unnerving.</p>
]]></content:encoded>
			<wfw:commentRss>http://weaponsgradecode.com/2009/02/06/the-iphones-working-again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DO NOT UPGRADE YOUR IPHONE TO 2.2.1</title>
		<link>http://weaponsgradecode.com/2009/02/04/do-not-upgrade-your-iphone-to-221/</link>
		<comments>http://weaponsgradecode.com/2009/02/04/do-not-upgrade-your-iphone-to-221/#comments</comments>
		<pubDate>Wed, 04 Feb 2009 07:22:24 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Computers]]></category>

		<guid isPermaLink="false">http://weaponsgradecode.com/2009/02/04/do-not-upgrade-your-iphone-to-221/</guid>
		<description><![CDATA[It&#8217;ll break your iphone. I&#8217;ve got a new iPhone and new MacBook Pro with little on them and the update failed leaving the device useless, and you&#8217;ll likely lose your data. It&#8217;s clear the second stringers put together this release and passed on any testing. Do NOT upgrade.
]]></description>
			<content:encoded><![CDATA[<p>It&#8217;ll break your iphone. I&#8217;ve got a new iPhone and new MacBook Pro with little on them and the update failed leaving the device useless, and you&#8217;ll likely lose your data. It&#8217;s clear the second stringers put together this release and passed on any testing. Do NOT upgrade.</p>
]]></content:encoded>
			<wfw:commentRss>http://weaponsgradecode.com/2009/02/04/do-not-upgrade-your-iphone-to-221/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Converting DVD or VOB files to Palm using Handbrake</title>
		<link>http://weaponsgradecode.com/2008/10/03/converting-dvd-or-vob-files-to-palm-using-handbrake/</link>
		<comments>http://weaponsgradecode.com/2008/10/03/converting-dvd-or-vob-files-to-palm-using-handbrake/#comments</comments>
		<pubDate>Sat, 04 Oct 2008 03:17:13 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Computers]]></category>

		<guid isPermaLink="false">http://weaponsgradecode.com/2008/10/03/converting-dvd-or-vob-files-to-palm-using-handbrake/</guid>
		<description><![CDATA[Two years ago I picked up a Palm TX for the wife to keep track of contacts and schedule. I went with the TX as it was the &#8216;Cadillac&#8217; model at the time with all the features. Also, I thought it&#8217;d be fun to copy movies to it for the kids to watch in a [...]]]></description>
			<content:encoded><![CDATA[<p>Two years ago I picked up a Palm TX for the wife to keep track of contacts and schedule. I went with the TX as it was the &#8216;Cadillac&#8217; model at the time with all the features. Also, I thought it&#8217;d be fun to copy movies to it for the kids to watch in a pinch. Two years on I finally got around to this task.</p>
<form method="get" action="http://www.anrdoezrs.net/interactive" target="_blank">
<table border="0" width="600" cellpadding="5" cellspacing="0">
<tr>
<td valign="top" width="10%"><img src="http://images10.newegg.com/ProductImageCompressAll200/58-101-138-02.jpg" border="0" alt="palm TX PDA"/></td>
<td valign="top" >
<p><b><font size="4">palm TX PDA</font></b></p>
<p><font size="2">palm TX PDA Intel ARM-based processor 312MHz 320 x 480 TFT IrDA Bluetooth WirelessLAN</font></p>
<hr />
<input type="hidden" name="pid" value="2817421"/>
<input type="hidden" name="aid" value="10440897"/>
<input type="hidden" name="cjsku" value="N82E16858101138"/>
<input type="hidden" name="url" value="http://www.newegg.com/Product/Product.aspx?Item=N82E16858101138&amp;nm_mc=AFC-C8Junction&amp;cm_mmc=AFC-C8Junction-_-PDA / Handheld PCs-_-Palm Inc.-_-58101138"/>
<input type="submit" value="Buy"/>
</td>
</tr>
</table>
</form>
<p><img src="http://www.awltovhc.com/image-2817421-10440897" width="1" height="1" border="0"/></p>
<p>Unfortunately, I just discovered that the WiFi is broken on the unit. It&#8217;s a bummer because that was a fun feature, but not terribly useful as the included browser &#8216;Blazer&#8217; sucked. The symptoms were strange: everytime I turned on the Wifi radio, the TX would immediately reset. I&#8217;m sure it was a software problem so after hard reseting and clearing data a couple times, even with Palm tech support, I gave up. I even tried loading a new ROM from here with no luck.</p>
<p>Back on topic&#8230; I keep all the movies I have in their original VOB format off the DVD. That means we can watch them on the TV at the same quality in which they came off the disk, and transcoding for projects like this becomes a bit easier and higher quality. Space wise it&#8217;s not a problem now that we have 1.5TB disks&#8230;</p>
<form method="get" action="http://www.jdoqocy.com/interactive" target="_blank">
<table border="0" width="600" cellpadding="5" cellspacing="0">
<tr>
<td valign="top" width="10%"><img src="http://images10.newegg.com/ProductImageCompressAll200/22-148-337-02.jpg" border="0" alt="Seagate Barracuda 7200.11 1.5TB 3.5" SATA 3.0Gb/s Hard Drive (bare drive)"/></td>
<td valign="top" >
<p><b><font size="4">Seagate Barracuda 7200.11 1.5TB 3.5&#8243; SATA 3.0Gb/s Hard Drive (bare drive)</font></b></p>
<p><font size="2">Seagate Barracuda 7200.11 ST31500341AS 1.5TB 7200 RPM 32MB Cache SATA 3.0Gb/s Hard Drive (bare drive)</font></p>
<hr />
<input type="hidden" name="pid" value="2817421"/>
<input type="hidden" name="aid" value="10440897"/>
<input type="hidden" name="cjsku" value="N82E16822148337"/>
<input type="hidden" name="url" value="http://www.newegg.com/Product/Product.aspx?Item=N82E16822148337&amp;nm_mc=AFC-C8Junction&amp;cm_mmc=AFC-C8Junction-_-Hard Drives-_-Seagate-_-22148337"/>
<input type="submit" value="Buy"/>
</td>
</tr>
</table>
</form>
<p><img src="http://www.ftjcfx.com/image-2817421-10440897" width="1" height="1" border="0"/></p>
<p>To start, download and install the Handbrake GUI (it includes the command line tool) from here <a href="http://handbrake.fr/?article=download">http://handbrake.fr/?article=download</a> to your PC.</p>
<p>Then download tcpmp.palmos.0.72RC1.zip from here:</p>
<p><a href="http://picard.exceed.hu/tcpmp/test/">http://picard.exceed.hu/tcpmp/test/</a></p>
<p>&#8230;extract the files and install these to your Palm TX</p>
<ul>
<li>tcpmp.prc</li>
<li>tcpmp_mp3_plugin.prc</li>
<li>tcpmp_mpeg4_plugin.prc</li>
</ul>
<p>You can install these others, but the free xvid video and mp3 audio codecs above work well enough. I&#8217;d recommend these for flexibility as they support the DVD video and audio formats:</p>
<ul>
<li>ac3.plugin.0.72RC1.zip</li>
<li>ffmpeg.plugin.0.72RC1.zip</li>
</ul>
<p>After getting the above software installed and collect the VOBs or AVIs of the movies you&#8217;d like to transfer, open handbrake and configure these options (click to see the full size image):</p>
<p><a href="http://weaponsgradecode.com/wp-content/uploads/2008/10/main.gif" title="Configure the Handbrake main page for the Palm TX"><img src="http://weaponsgradecode.com/wp-content/uploads/2008/10/main.thumbnail.gif" alt="Configure the Handbrake main page for the Palm TX" /></a><br />
1) Select file<br />
2) Browse for the VOB you&#8217;d like to convert<br />
3) Enter an output name with an .avi extension<br />
4) Select the XVID video encoder<br />
5) Select the MP3 audio encoder<br />
6) Set the size to 480&#215;320 the maximum dimensions of the TX display.<br />
7) Optionally de-interlace the video. This is very technical, but if the source is interlaced (likely) and you don&#8217;t de-interlace, the output on the TX will look terrible. If the source is not Interlaced, you don&#8217;t need this. I don&#8217;t think de-interlacing a non-interlaced source will hurt so you may want to always set this.</p>
<p>Then select the video tab (8)</p>
<p><a href="http://weaponsgradecode.com/wp-content/uploads/2008/10/bitrate.gif" title="Configure the Handbrake video page for the Palm TX"><img src="http://weaponsgradecode.com/wp-content/uploads/2008/10/bitrate.thumbnail.gif" alt="Configure the Handbrake video page for the Palm TX" /></a></p>
<p>9) Set the bit rate to 400. This looks reasonably good. You may want to set it higher (5 or 6 hundred) for a higher quality movie.</p>
<p>Click &#8216;Start&#8217; and wait. One hour of video takes about an hour to transcode on a 2.4GHz Core 2 Duo.</p>
<p>Copy the new avi file to the Palm TX via an SD card and enjoy. Be sure to rotate the display and view in &#8216;full screen&#8217; mode.</p>
<p>Note, for those who prefer the command line, here&#8217;s the above settings for the Handbrake command line too:</p>
<p>&#8220;c:\Program Files\Handbrake\HandBrakeCLI.exe&#8221; -i &lt;SOURCE_FILE&gt; -o &lt;OUTPUT_FILE&gt; -w 480 -l 320 -d -E lame -e xvid</p>
]]></content:encoded>
			<wfw:commentRss>http://weaponsgradecode.com/2008/10/03/converting-dvd-or-vob-files-to-palm-using-handbrake/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
