<?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>Roo&#039;s View &#187; Home Theater</title>
	<atom:link href="http://lowtek.ca/roo/category/home-theater/feed/" rel="self" type="application/rss+xml" />
	<link>http://lowtek.ca/roo</link>
	<description>A clever tagline should go here</description>
	<lastBuildDate>Thu, 02 Feb 2012 02:33:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Convert DVD for PS3 with 5.1 under Ubuntu</title>
		<link>http://lowtek.ca/roo/2011/convert-dvd-for-ps3-with-5-1-under-ubuntu/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=convert-dvd-for-ps3-with-5-1-under-ubuntu</link>
		<comments>http://lowtek.ca/roo/2011/convert-dvd-for-ps3-with-5-1-under-ubuntu/#comments</comments>
		<pubDate>Mon, 14 Mar 2011 01:48:28 +0000</pubDate>
		<dc:creator>Roo</dc:creator>
				<category><![CDATA[Home Theater]]></category>
		<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://www.lowtek.ca/roo/?p=765</guid>
		<description><![CDATA[There are many, many questions on how to convert video to be suitable for streaming to the PS3 &#8211; and as many solutions. Some of the issues I ran into are due to the configuration of my home theater, and others were because I was trying to accomplish this under Linux. My setup for playback [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.lowtek.ca/roo/wp-content/uploads/2011/03/dvdtops3.png"><img class="aligncenter size-full wp-image-766" title="dvdtops3" src="http://www.lowtek.ca/roo/wp-content/uploads/2011/03/dvdtops3.png" alt="" width="500" height="140" /></a></p>
<p>There are many, many questions on how to convert video to be suitable for streaming to the <a href="http://en.wikipedia.org/wiki/PlayStation_3">PS3</a> &#8211; and as many solutions. Some of the issues I ran into are due to the configuration of my home theater, and others were because I was trying to accomplish this under Linux.</p>
<p>My setup for playback is a PS3 connected wirelessly (but wired will work fine) to my home network. The PS3 outputs the video over <a href="http://en.wikipedia.org/wiki/Hdmi">HDMI</a>, and the sound over <a href="http://en.wikipedia.org/wiki/Toslink">TOSLink</a>. I run <a href="http://xbmc.org/">XBMC</a> on my <a href="http://www.ubuntu.com/">Ubuntu</a> desktop to serve up the video content stored there.</p>
<p>The first, and most obvious path to success is to use <a href="http://handbrake.fr/">HandBrake</a> &#8211; it is available across platforms and is simple to use. More recent versions have dumped the specific PS3 encoding options, but the iPod/iPad encoding settings seem to create videos that work just fine in my experience. Where Handbrake fell down for me was that the default encoding settings change the audio into stereo. I&#8217;ve got a 5.1 setup and wanted to keep the surround from the DVD.</p>
<p>HandBrake will let you create an <a href="http://en.wikipedia.org/wiki/Advanced_Audio_Coding">AAC</a> 6 channel encoding if you poke around a little in the configuration. Sadly for me, the <a href="http://wiki.flexion.org/DVDRipping.html">TOSLink connection does not have enough bandwidth</a> to handle 6 channel PCM, so the PS3 re-encodes the 6 channel mix into a 2 channel mix. This was a bit of a downer after a 2hr encode. If you have your audio going over HDMI, or don&#8217;t care about 5.1 then HandBrake may be the perfect solution.</p>
<p>It is also worth mentioning that <a href="http://code.google.com/p/ps3mediaserver/">ps3mediaserver</a> can handily deal with .iso files (and lots more) and re-encode on the fly. I specifically didn&#8217;t want to go this route, for no reason other than I didn&#8217;t want to be bothered to set it up as I already had XMBC handy. I&#8217;ll assume there are others out there as stubborn as I am and they may find this useful.</p>
<p>My path to success turned out to be using <a href="https://help.ubuntu.com/community/K9Copy">k9copy</a> to create an .avi file from the DVD that contained only the movie and the <a href="http://en.wikipedia.org/wiki/Ac3">AC3</a> 5.1 sound track. Then I used <a href="https://launchpad.net/ubuntu/+source/ffmpeg">ffmpeg</a> to convert that .avi file into a <a href="http://en.wikipedia.org/wiki/VOB">VOB</a> format file that the PS3 would accept for streaming.</p>
<p><code>ffmpeg -i video.avi -acodec copy -vcodec copy -r 23.976 -f vob video.mpg</code></p>
<p>Once done (and it was fast as there is no actual re-encoding happening in the ffmpeg step) the resulting file streamed just fine from XMBC to my PS3 over wireless. As with most solutions, I spent plenty of time banging my head on more complicated paths until arriving at this very simple solution. I do have to give credit to <a href="http://juliensimon.blogspot.com/2009/01/howto-converting-mkv-files-to-play-on.html">a blog post</a> that helped me reach the ah-hah moment. What I really like about this solution is the video and audio are exactly what appears on the DVD, only the wrapper they are stored in has changed: k9copy extracted the bits from the DVD that I wanted to have, and ffmpeg fiddled the container around to make the PS3 happy.</p>
<p>I&#8217;m still a huge fan of HandBrake and will continue to use this for converting video for portability (Android phone, iPhone, etc). However, k9copy has earned a place in my video conversion toolbox.</p>
]]></content:encoded>
			<wfw:commentRss>http://lowtek.ca/roo/2011/convert-dvd-for-ps3-with-5-1-under-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DVD vs Blu-ray</title>
		<link>http://lowtek.ca/roo/2008/dvd-vs-blu-ray/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=dvd-vs-blu-ray</link>
		<comments>http://lowtek.ca/roo/2008/dvd-vs-blu-ray/#comments</comments>
		<pubDate>Tue, 23 Dec 2008 03:59:20 +0000</pubDate>
		<dc:creator>Roo</dc:creator>
				<category><![CDATA[Home Theater]]></category>
		<category><![CDATA[Soap Box]]></category>

		<guid isPermaLink="false">http://www.lowtek.ca/roo/?p=239</guid>
		<description><![CDATA[I was a fairly early adopter of the DVD format, buying my first DVD player (a Toshiba 2109) back in 1998 for a bit more than $700.  That player is still going strong and doing duty at my sister in-laws place, replacing their Sony player that stopped working reliably.   I&#8217;ve got more than 250 DVDs [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.lowtek.ca/roo/wp-content/uploads/2008/12/dvd_vs_blu.jpg"><img class="aligncenter size-full wp-image-240" title="dvd_vs_blu" src="http://www.lowtek.ca/roo/wp-content/uploads/2008/12/dvd_vs_blu.jpg" alt="" width="495" height="121" /></a></p>
<p>I was a fairly early adopter of the DVD format, buying my first DVD player (a Toshiba 2109) back in 1998 for a bit more than $700.  That player is still going strong and doing duty at my sister in-laws place, replacing their Sony player that stopped working reliably.   I&#8217;ve got more than 250 DVDs in my collection, and friends and family regularly borrow and watch them.</p>
<p>It took me a while to make the leap to Blu-ray.  Initially the <a href="http://www.lowtek.ca/roo/2008/the-blu-ray-vs-hd-dvd-war/">format war</a> gave me a good reason to stall.  My <a href="http://www.lowtek.ca/ampro">previous projector</a> being a CRT didn&#8217;t have HDMI inputs and was not capable of a full 1080p display (1080i  worked fine).  Moving the Blu-ray also means fewer people are able to borrow the media and enjoy it.</p>
<p>Eventually my will power crumbled, I think what tipped me over the edge was the pack-rat in me.  The sheer volume of data that the Blu-ray format represents is just so cool, so many bits &#8211; in such a neat package.</p>
<p>The first Blu-ray movie we watched was <a href="http://www.imdb.com/title/tt0367882/">Indiana Jones and the Kingdom of the Crystal Skull</a>.  The menu system and intro to the disc look really sharp, much more crisp than any DVD menu.  I did find that the special effects (groundhogs) tended to look a little unreal.  I was very pleased at the detail visible in long shots, it never felt constrained like DVD can at times.  In general terms the amount of detail helped make the picture much more engaging, things just looked &#8220;wow&#8221; all of the time.   Any time there was a limitation in detail, it seemed to be specifically the directors intention (ie: <a href="http://en.wikipedia.org/wiki/Depth_of_field">depth of field</a>) vs. a limitation of the format.</p>
<p>I did have a chance to compare directly to the DVD version, switching between <a href="http://www.lowtek.ca/roo/2008/playstation-3/">my PS3</a> (for Blu-ray) and the <a href="http://www.lowtek.ca/roo/2008/oppo-980-review/">Oppo 980</a> (for DVD).  For Indian Jones, the special effects seemed to blend better into the overall image &#8211; they were more convincing on the DVD.  On the flip side, you could tell in the direct A/B comparison which was the Blu-ray and which was the DVD &#8211; there was clearly more fine detail in the image.  However, in isolation &#8211; both looked really good.   Similarly <a href="http://www.imdb.com/title/tt0910970/">Wall E</a> on DVD vs the Blu-ray version had similar observations &#8211; in side by side A/B comparison it was easy to see the extra details in the image, but if you switched to the DVD for a minute or two you quickly forgot and didn&#8217;t feel that you were missing anything.</p>
<p>It is probably important to note here that to see the difference you may need to have a fairly high end system, and a pretty big screen.  I&#8217;m using the Epson 1080UB and a 80&#8243;x45&#8243; screen (more than 6 feet wide).  The first row of seating is about 11 feet away, so its a big sharp image that helps make the difference more obvious.</p>
<p>Let&#8217;s take a quick look at some of the challenges for Blu-ray.  Today the cost of the media is generally more expensive.  Large displays are certainly getting more common, but considering that DVD will look really good &#8211; without a direct A/B comparison Blu-ray may be a tough sell at the increased price point.  The Blu-ray players are also more expensive, and they are relatively slow compared to a DVD player (for menu operations and start-up).</p>
<p>I still intend to buy movies on DVD, but I suspect that the majority of my future purchases will be Blu-ray.  While DVD does look awesome with my setup, Blu-ray is <a href="http://en.wiktionary.org/wiki/awesomer">awesomer</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://lowtek.ca/roo/2008/dvd-vs-blu-ray/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>IR4PS3 Review</title>
		<link>http://lowtek.ca/roo/2008/ir4ps3-review/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=ir4ps3-review</link>
		<comments>http://lowtek.ca/roo/2008/ir4ps3-review/#comments</comments>
		<pubDate>Fri, 05 Dec 2008 05:13:45 +0000</pubDate>
		<dc:creator>Roo</dc:creator>
				<category><![CDATA[Home Theater]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Reviews]]></category>

		<guid isPermaLink="false">http://www.lowtek.ca/roo/?p=215</guid>
		<description><![CDATA[Until recently, the PS3 was one of the cheaper options for Blu-ray playback and it has high quality playback.  Today there are stand alone players which will match the quality of playback, but not the boot / menu speed the PS3.  Still, the PS3 goes beyond movies by providing game play and media center duties. [...]]]></description>
			<content:encoded><![CDATA[<p>Until recently, the PS3 was one of the cheaper options for Blu-ray playback and it has <a href="http://www.engadget.com/2008/08/13/criterion-collection-uses-ps3-as-reference-blu-ray-player/ ">high quality playback</a>.  Today there are stand alone players which will match the quality of playback, but not the boot / menu speed the PS3.  Still, the PS3 goes beyond movies by providing game play and media center duties.</p>
<p>One of the drawbacks to the PS3 is integration with standard universal remote controls, not having an IR control story.  The official <a href="http://www.bestbuy.ca/catalog/proddetail.asp?logon=&amp;langid=EN&amp;sku_id=0926INGFS10084472&amp;catid=27026">Sony PS3 remote</a> uses the same bluetooth connectivity as the wireless game controllers.  To work around this there are <a href="http://www.avsforum.com/avs-vb/showthread.php?t=1016741">several 3rd party solutions exist</a> such as <a href="http://ir2bt.com/">IR2BT</a>, <a href="http://www.ps3toothfairy.com/">ps3toothfairy</a>, <a href="http://www.schmartstuff.com/">Schmart</a> and <a href="http://www.avsforum.com/avs-vb/showthread.php?t=1023735">IR4PS3</a>, I chose to go with the latter.</p>
<p>I first found out about the IR4PS3 option via <a href="http://www.remotecentral.com">remotecentral.com</a>, a site I&#8217;ve often referenced ever since I invested in a <a href="http://www.remotecentral.com/tsu2000/index.html">Phillips Pronto TSU2000</a>.  Having a complex audio/video setup is one thing, but it becomes a much bigger problem if my wife can&#8217;t make use of it &#8211; a fully programmable remote such as the Pronto makes the whole setup easy to use.  After reading the <a href="http://www.avsforum.com/avs-vb/showthread.php?t=1023735">AVSForum thread on IR4PS3</a>, I felt confident that it would be a good match for my setup.</p>
<p>The short version of the review is that ordering it was easy, it was shipped quickly, and works exactly as I would expect.  You do need to provide your own power supply, but the manual lists several low cost and easy to find options.  As it uses the bluetooth module from the Sony remote, compatibility with the PS3 firmware upgrades should be a non-issue.  I now can use my IR based universal remote control with the PS3.  Response time feel good, exactly as if the PS3 actually had IR support built in.  I would not hesitate to recommend it to others.</p>
<p>Read on for a full review with pictures..</p>
<p>(...)<br/>Read the rest of <a href="http://lowtek.ca/roo/2008/ir4ps3-review/">IR4PS3 Review</a> (1,013 words)</p>
]]></content:encoded>
			<wfw:commentRss>http://lowtek.ca/roo/2008/ir4ps3-review/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Plasma vs. LCD</title>
		<link>http://lowtek.ca/roo/2008/plasma-vs-lcd/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=plasma-vs-lcd</link>
		<comments>http://lowtek.ca/roo/2008/plasma-vs-lcd/#comments</comments>
		<pubDate>Mon, 01 Dec 2008 05:37:48 +0000</pubDate>
		<dc:creator>Roo</dc:creator>
				<category><![CDATA[Home Theater]]></category>
		<category><![CDATA[Soap Box]]></category>

		<guid isPermaLink="false">http://www.lowtek.ca/roo/?p=209</guid>
		<description><![CDATA[I&#8217;ve been a home theater nut for about a decade now.  I can be blamed (or credited?) for getting a few of my friends hooked as well.  While I&#8217;ve invested a lot of time reading about audio and video, and I love to talk about the subject &#8211; it is only a hobby. A fair [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been a home theater nut for about a decade now.  I can be blamed (or credited?) for getting a few of my friends hooked as well.  While I&#8217;ve invested a lot of time reading about audio and video, and I love to talk about the subject &#8211; it is only a hobby.</p>
<p>A fair number of my friends ask me for my opinion when they are considering a new television.  This usually boils down to deciding between which flat panel display.  There are still a few rear projection sets (<a href="http://en.wikipedia.org/wiki/Rear-projection_TV">RPTVs</a>) being sold, but they are on the decline which is a shame since the quality/value balance was generally very good.</p>
<p>Today there are really only 2 mass market options for flat panel displays: <a href="http://en.wikipedia.org/wiki/Plasma_display">Plasma</a> or <a href="http://en.wikipedia.org/wiki/Lcd">LCD</a>.  Sure there are <a href="http://en.wikipedia.org/wiki/Organic_light-emitting_diode">OLED</a> sets, but the size/cost rule them out for most situations. Looking forward we see <a href="http://en.wikipedia.org/wiki/Surface-conduction_Electron-emitter_Display">SED</a> and <a href="http://en.wikipedia.org/wiki/Field_emission_display">FED</a> technologies on the way, but I wouldn&#8217;t hold off on a purchase as there will always be something better coming soon.</p>
<p>Panasonic has a relatively <a href="http://www.panasonic.ca/English/audiovideo/plasma/lcdorplasma.asp">good comparison of Plasma and LCD</a> as they sell both.  I&#8217;m not sure I agree entirely with the conclusions they draw, but the data is basically sound.  If we look at the Plasma cross section diagram from Panasonic:</p>
<p><a href="http://www.lowtek.ca/roo/wp-content/uploads/2008/11/plasmacross.gif"><img class="aligncenter size-full wp-image-212" title="plasmacross" src="http://www.lowtek.ca/roo/wp-content/uploads/2008/11/plasmacross.gif" alt="" width="350" height="227" /></a></p>
<p>So typical of almost all video display devices, the colour image is made up of red, green and blue.  With Plasma we&#8217;ve got effectively one electron gun per colour cell, and 3 of those cells make up one pixel.  If you remember <a href="http://en.wikipedia.org/wiki/Cathode_ray_tube">CRTs</a>, we had a single electron gun that scanned the visible surface and excited the phosphor to leave an image.</p>
<p><a href="http://www.lowtek.ca/roo/wp-content/uploads/2008/11/lcdcross.gif"><img class="aligncenter size-full wp-image-210" title="lcdcross" src="http://www.lowtek.ca/roo/wp-content/uploads/2008/11/lcdcross.gif" alt="" width="350" height="261" /></a></p>
<p>The LCD cross section from the same source shows how different things are here.  The light source is not an electron gun, but some form of back light.  The same red, green, blue triad is used to represent a single pixel.</p>
<p>Let me now try to focus on some more practical shopping advice.  One key thing to keep in mind is that both technologies are continuing to change (and improve), so what was true a few years ago may not be now.  If we go back a few years, <a href="http://computers.tekrati.com/research/7834/">large LCD panels were very expensive</a> &#8211; so generally Plasmas had the larger displays locked up.  This has been changing, and LCDs seem to be the more popular display at this point no matter what size.</p>
<p>In terms of resolution &#8211; you probably want a native 1920&#215;1080.  I say native, because some displays advertise that they &#8220;accept&#8221; or are &#8220;compatible with&#8221; a wide range of resolutions, but actually have some odd ball native panel resolution.  Both technologies were guilty of this, Plasma being more so with 1080p displays which did have 1080 lines but were not 1920 pixels wide.  The only time I&#8217;d consider a 1280&#215;720 display was if gaming was your #1 activity, as many games are natively 720p and scaling up to the larger resolution may introduce image artifacts.</p>
<p>You want at least 2 HDMI inputs, and possibly more.  You would like those inputs to be <a href="http://en.wikipedia.org/wiki/Hdmi#HDMI_1.3a">HDMI 1.3a</a>, but there really isn&#8217;t an easy way to determine that in some situations &#8211; if you are buying a relatively recent model you can safely assume the HDMI level is a non-issue.  Please don&#8217;t get fooled into buying expensive HDMI cables &#8211; check out the prices at <a href="http://tartancable.com/">tartancable.com</a> (a 6foot 28AWG cable is $5).</p>
<p>Many LCD displays now have a <a href="http://sharp-world.com/kameyama/tech/ds_lcd/index.html">120Hz update</a> &#8220;feature&#8221;.  This is in part to try to address some of the refresh rate issue, but it has also become a way to provide smoother motion.  One caution here is that this is video processing magic &#8211; they are interpolating additional frames.  If you watch a lot of live sports (football), this might be a good feature.  If you watch movies, the frame rate you care about is the ability to accept <a href="http://www.highdefdigest.com/news/show/Joshua_Zyber/High-Def_FAQ:_Whats_the_Big_Deal_About_1080p24/1015">24fps input</a> and display it without too much conversion.</p>
<p>If you&#8217;ve done some comparison shopping already, you may have come across the <a href="http://www.pioneerelectronics.com/PUSA/Products/HomeEntertainment/PlasmaTVs+Monitors">Pioneer KURO</a> (a Plasma).  It is <a href="http://www.hometheatermag.com/plasmadisplays/907kuro/">one of the best</a> flat panel displays out there now.  While the black level is one of the key elements that they push as its benefit (generally Plasmas have better black detail than LCD) the KURO also has very nice colour.  While Plasma doesn&#8217;t have the refresh rate issues of LCDs, they do have some image retention issues but most of the current generation are relatively resistant to this.  Plasma panels tend to run a bit hotter than LCDs and many have (quiet) cooling fans.  Also due to details of their construction, they may not be suitable at higher altitudes.</p>
<p>Looking at LCDs, they have Plasma beat for thickness &#8211; LCDs will generally have a thinner profile if this matters to you.  LCD panels of the same size, tend to be lighter than the equivalent Plasma.  The black level of an LCD will not match best Plasma panels, but many of you sit in front of LCD monitors all day and are used to this limitation.  Except in extreme cases, LCD will not suffer from burn in issues, as well LCDs run relatively cool and don&#8217;t need fans for cooling.</p>
<p>Which one would I buy?  If money were no object, I&#8217;d be looking at the KURO.  Of course there are drawbacks to the KURO due to the screen surface being a little delicate.  I&#8217;d probably be fairly attracted in general to Plasma displays due to the better black level (having a CRT projector background).  There are some pretty nice LCD displays out there too, I&#8217;d consider the <a href="http://www.sharp.ca/products/index.asp?cat=30">Sharp Aquos</a> or <a href="http://sonystyle.ca/bravia/">Sony Bravia</a> lines.  With either technology there will be an element of &#8220;you get what you pay for&#8221;, so if you go too cheap you may regret it.  In a similar light, be careful of buying last years model &#8211; the technology is changing rapidly and a year does make a difference.</p>
<p>Which one is right for you?  That is something you&#8217;ll need to puzzle out for yourself, but I&#8217;m happy to field comments and try to help guide people to useful data.</p>
]]></content:encoded>
			<wfw:commentRss>http://lowtek.ca/roo/2008/plasma-vs-lcd/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>PlayStation 3</title>
		<link>http://lowtek.ca/roo/2008/playstation-3/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=playstation-3</link>
		<comments>http://lowtek.ca/roo/2008/playstation-3/#comments</comments>
		<pubDate>Wed, 19 Nov 2008 14:51:16 +0000</pubDate>
		<dc:creator>Roo</dc:creator>
				<category><![CDATA[Home Theater]]></category>

		<guid isPermaLink="false">http://www.lowtek.ca/roo/?p=188</guid>
		<description><![CDATA[After months of agonizing over the decision to buy a PS3 I finally made the leap.   This is a decision that I&#8217;ve been mulling over since I purchased the Epson 1080UB back in January.  Once Blu-ray had &#8220;won&#8221; the format battle, the PS3 was nearly certainly on my wish list.  However, early in the [...]]]></description>
			<content:encoded><![CDATA[<p>After months of agonizing over the decision to buy a <a href="http://en.wikipedia.org/wiki/PlayStation_3">PS3</a> I finally made the leap.   <a href="http://www.lowtek.ca/roo/wp-content/uploads/2008/11/ps3.jpg"><img class="alignright size-full wp-image-192" title="ps3" src="http://www.lowtek.ca/roo/wp-content/uploads/2008/11/ps3.jpg" alt="" width="150" height="189" /></a>This is a decision that I&#8217;ve been mulling over since I purchased the <a href="http://www.lowtek.ca/roo/2008/epson-1080-ub-brief-initial-viewing/">Epson 1080UB</a> back in January.  Once Blu-ray had <a href="http://www.lowtek.ca/roo/2008/blu-ray-wins/">&#8220;won&#8221; the format battle</a>, the PS3 was nearly certainly on my wish list.  However, early in the year I chose to go with the <a href="http://www.lowtek.ca/roo/2008/oppo-980-review/">Oppo 980 DVD player</a> instead of making the leap to the PS3.</p>
<p>There are some stand alone players that are worth considering now.  While you can purchase one in around the $200 mark now, you may end up slightly disappointed with the quality.  Yes &#8211; a cheap player will enable you to watch and build a Blu-ray collection, but you are making trade offs on quality.  Looking more at the mid-range offerings, the <a href="http://www.bestbuy.ca/catalog/proddetail.asp?logon=&amp;langid=EN&amp;sku_id=0926INGFS10113919&amp;catid=25174">Sony S550</a> is very recently available in Canada and offers some features that the PS3 does not.  It benefits from being a stand alone, single function device with IR control.  The S550 also provides internal decoding of the HD audio streams and discreet analog outs.  The PS3 edges it out slightly for performance, but the S550 will run cooler (quieter).  It was a tough choice &#8211; but the PS3 also serves as a media center and is more flexible appealing to the geek in me.</p>
<p>I&#8217;ve been watching the slow progression the PS3 has made recently, hoping that there would be an additional price break or introduction of new lower power chips.  Neither has really happened over the course of the year.  While <a href="http://www.engadget.com/2008/02/07/ibm-has-45nm-cell-in-its-sights-sonys-ps3-gets-first-dibs/">45nm cell processors are a possibility</a>, the PS3 still uses a 65nm cell.  The RSX (graphics chip) is still the original 90nm version.  As a result the unit still pulls around <a href="http://www.engadget.com/2007/10/30/40gb-ps3-features-65nm-chips-lower-power-consumption/">135Watts </a>of power when in use.</p>
<p>The new 80Gig low end unit is effectively the same as the 40Gig that has been available since late 2007.  It does not have backwards compatibility, and features a reduced number of USB ports and connectivity options.  For folks like myself interested in <a href="http://en.wikipedia.org/wiki/Blu-ray_Disc">Blu-ray</a> playback or the PS3 games then it has what it needs.  Earlier units which supported backwards compatibility had the larger cell processors and more chips to support the old games, this meant running hotter with more fan noise.  I haven&#8217;t used the PS3 extensively yet, but so far it is quieter than the fan in my projector &#8211; which is very quiet (siimlar to the low fan noise of my laptop).</p>
<p>There are no deals on the PS3 happening in Canada.  I was able to score a minor deal from <a href="http://bestbuy.ca">BestBuy.ca</a> which lately has had the best prices on a number of the things I&#8217;ve been looking for.  Normally when they have customer appreciation sales with discounts in the 10% range video game hardware is excluded.  As chance would have it a sale cropped up that offered discounts that did include video game hardware.  I was amused to find that the next day a very similar online sale started and ran for a week duration, but specifically excluded video game hardware.</p>
<p><a href="http://www.lowtek.ca/roo/wp-content/uploads/2008/11/bestbuysale.jpg"><img class="aligncenter size-medium wp-image-190" title="bestbuysale" src="http://www.lowtek.ca/roo/wp-content/uploads/2008/11/bestbuysale.jpg" alt="" width="500" height="103" /></a></p>
<p>Only $25 off a PS3 isn&#8217;t much to boast about.  Considering that in the US people have access to a <a href="http://www.sonystyle.com/webapp/wcs/stores/servlet/CategoryDisplay?catalogId=10551&amp;storeId=10151&amp;langId=-1&amp;categoryId=8198552921644595898">SonyStyle visa which gives them $100 credit</a> on their first qualifying purchase over $299.</p>
<p>Previously FutureShop.ca had free shipping on many items and BestBuy.ca did not.  Now that both stores off an in store pick up (ISPU) that has no shipping cost, FutureShop now charges for shipping.  Just last night I ordered a copy of <a href="http://www.imdb.com/title/tt0910970/">Wall E</a> from BestBuy.ca for <a href="http://www.bestbuy.ca/catalog/proddetail.asp?logon=&amp;langid=EN&amp;sku_id=0926INGFSM2157199&amp;catid=20459">$27.99 + $1.99 shipping + tax</a>, beating out FutureShop.ca&#8217;s price of $28.99.  Of course, both of these prices at the two stores are not available for in store pick up so you have to pay shipping &#8211; and they are not filed under the Blu-ray category making it harder to find (they are under DVD, but are clearly Blu-ray media).  This might not seem like a deal with Amazon.com selling it at <a href="http://www.amazon.com/Wall-E-Two-Disc-BD-Live-Blu-ray/dp/B001EOQWF8">$24.95</a>, but with the <a href="http://www.bank-banque-canada.ca/en/rates/exchange.html">exchange rate</a> the story is quite different.</p>
<p>Of course, to cable it into my system I needed to buy some cables.  The PS3 supports audio over HDMI or digital optical out.  Since I don&#8217;t have an HDMI capable audio setup, I went with a digital optical cable.  My projector only has 2 HDMI inputs, and I wanted to continue to run DVD via HDMI so the Satellite box lost out and has moved to component.  I used <a href="http://www.tartancable.com/">Tartan Cables</a> for the component and digital cables, and its parent company <a href="http://bluejeanscable.com/">Blue Jeans Cable</a> for the HDMI as they had a sale on their old <a href="http://bluejeanscable.com/store/hdmi-cables/hdmi-cable-clearance-sale.htm">BJC-Series2</a>.  All of the cables came in a single shipment, since Tartan and BlueJean are really the same business.</p>
<p>The PS3 only comes with a single controller, which can be used to control Blu-ray playback but there is an additional <a href="http://www.bestbuy.ca/catalog/proddetail.asp?logon=&amp;langid=EN&amp;sku_id=0926INGFS10084472&amp;catid=27026">Sony Bluetooth remote</a> you can purchase.  I was able to find one used in mint condition for $15 from someone who had upgraded to an <a href="http://www.control4.com/">integrated automation solution</a>.  The PS3 has been criticized for not having a standard IR control story, and there is merit to this argument.  A number of 3rd party solutions exist such as <a href="http://ir2bt.com/">IR2BT</a>, <a href="http://www.ps3toothfairy.com/">ps3toothfairy</a>, <a href="http://www.schmartstuff.com/">Schmart</a> and <a href="http://www.avsforum.com/avs-vb/showthread.php?t=1023735">IR4PS3</a>.  I&#8217;ve chosen to go with the latter, it is built in Canada and uses the guts from the official Sony Bluetooth based remote meaning it has 100% compatibility.</p>
<p>There are still lots of things for me to do to get the PS3 setup to my satisfaction.  I haven&#8217;t yet ordered the rack shelf, but it will be another 2U unit from <a href="http://www.middleatlantic.ca/">MiddleAtlantic</a>.  There is a very long thread on <a href="http://www.avsforum.com/avs-vb/showthread.php?t=1019115">AVSForum on setting up the PS3 for Blu-ray playback</a>.  I will also want to get the <a href="http://www.avsforum.com/avs-vb/showthread.php?t=948496">AVS HD 709 calibration disc</a> and see where things sit (this opens up the whole calibration can of worms again and I really need to find time to do more on this front).  And of course there will be actually getting the IR4PS3 and integrating that into my remote control setup.</p>
<p>Initial impressions can be summarized in one word: <strong>Wow</strong>.  The ability to deliver 1080p content to my projector (not upscaled) is awesome.  I haven&#8217;t yet watched a Blu-ray disc, but just the intro/menu of the Indiana Jones Crystal Skull looks great.  Another thing that impressed me was that my MythTV box was discovered on the network, recognized as a media server &#8211; and the PS3 was able to play back recorded content without any complicated setup.   This alone justifies the choice of the PS3 over a stand-alone player for my needs.</p>
]]></content:encoded>
			<wfw:commentRss>http://lowtek.ca/roo/2008/playstation-3/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Screen size, resolution and viewing distance</title>
		<link>http://lowtek.ca/roo/2008/screen-size-resolution-and-viewing-distance/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=screen-size-resolution-and-viewing-distance</link>
		<comments>http://lowtek.ca/roo/2008/screen-size-resolution-and-viewing-distance/#comments</comments>
		<pubDate>Thu, 24 Apr 2008 01:15:16 +0000</pubDate>
		<dc:creator>Roo</dc:creator>
				<category><![CDATA[Home Theater]]></category>

		<guid isPermaLink="false">http://www.lowtek.ca/roo/?p=62</guid>
		<description><![CDATA[A while back I via Planet OTI I came across a home theater related post from Brooke that pointed at an article on screen size and viewing distance. To be honest, I&#8217;m not sure I agree with the actual data, or some of the conclusions that are drawn from it &#8211; but it did get [...]]]></description>
			<content:encoded><![CDATA[<p>A while back I via <a href="http://planet-oti.muellerware.org/" target="_self">Planet OTI</a> I came across a home theater related post from <a href="http://www.aeonscope.net/2008/01/16/screen-size-and-viewing-distance-chart/" target="_self">Brooke</a> that pointed at an article on screen size and viewing distance.  To be honest, I&#8217;m not sure I agree with the actual data, or some of the conclusions that are drawn from it &#8211; but it did get me thinking.</p>
<p>Here is the screen size vs. viewing distance vs. resolution chart that I&#8217;ve replicated from <a href="http://www.carltonbale.com/2006/11/1080p-does-matter/" target="_self">an article on carletonbale.com</a>.</p>
<p><a href="http://www.lowtek.ca/roo/wp-content/uploads/2008/04/resolution_chart.png"><img class="alignnone size-full wp-image-63" title="resolution_chart" src="http://www.lowtek.ca/roo/wp-content/uploads/2008/04/resolution_chart.png" alt="" width="500" height="341" /></a></p>
<p>I&#8217;d caution you to treat this chart as a set of guidelines, not scientific fact.  Your eyesight is also a big factor here, as well as personal taste.  For me the interesting point here is about the delta between 720p and 1080p.  If you&#8217;ve got a 92&#8243; diagonal screen (as I do) with a primary seating position at about 11 feet and a second row at approximately 16 feet, then in my primary seating position I&#8217;m right on the edge of being able to see the full benefit of 1080p.</p>
<p>You can look at that in two ways.  1) The &#8216;full benefit of 1080p&#8217; means that 100% of the possible detail delivered to the screen is visible to your eye.  2) At any point closer than that, you are able to see more detail than your system is able to deliver.  The real question is do you want to sit at least that close, or at least that far away?</p>
<p>Let&#8217;s consider a smaller, more common screen size.  A 50&#8243; diagonal screen would mean to realize the full potential of a 1080p system you&#8217;d want to sit 6 feet away.  I doubt many people sit that close.  According to the chart at 15 feet away from the screen you are at the full potential of a 480p image.  Finally the 720p limit happens at about 10 feet.</p>
<p>Wait.  There is one more factor too.  What is your source like?  Standard DVD is effectively 720&#215;480 (480p).  So while you might have been thinking &#8220;Gee, maybe I should sit closer to my nice shiny new 50&#8243; screen&#8221; let&#8217;s think about this again.  At 15 feet away, which is farther than most would sit from a 50&#8243; screen simply due to standard room sizes, you&#8217;re actually getting the full benefit of that DVD.</p>
<p>Now if we consider HDTV inputs, the two common formats are 720p or 1080i (which we can consider effectively 1080p for this discussion).  If you&#8217;ve got a satellite system, then for either HDTV format you&#8217;re probably receiving about 19Mbps.  Some providers are dumbing down HDTV and re-encoding to a lower bit rate still (as low as 8Mbps), people are calling this <a href="http://en.wikipedia.org/wiki/HD_Lite" target="_self">HD Lite</a>.  Compare this to blu-ray which is offering bit rates of 25Mbps and better, combined with the fact that it is using more modern codecs (MPeg4, VC-1, H.264) which means higher quality images in fewer bits so the quality delta with blu-ray is pretty huge.  So what is all this technical mumbo jumbo saying?  The source image is going to play a big part in terms of how close you want to sit.  The majority of your content will factor in where your seating is.  Also, if you&#8217;ve gone an optimized to get the &#8216;full benefit&#8217; from 1080p you&#8217;re going to really notice when that 1080i signal that is MPeg2 encoded from your satellite box is a low bit rate.</p>
<p>Summary &#8211; so while the original article might get you thinking that you want to get the &#8216;full benefit&#8217; of the higher resolutions and you should sit closer or have a bigger screen, you will also want to strongly consider what your source will be. Screen size should be determined by a lot more than just resolution.</p>
]]></content:encoded>
			<wfw:commentRss>http://lowtek.ca/roo/2008/screen-size-resolution-and-viewing-distance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

