Archive for the ‘HDTV’ Category

Why Apple isn’t releasing a TV

Sunday, November 13th, 2011

This was originally posted on Engadget but it was deemed  to be more appropriate here as it is more in line with my personal voice than with Engadget’s.

The internet was ablaze upon the release of the Steve Jobs’ biography about a particularly interesting quote that seemed to reveal that Apple would release a TV. This is just as exciting a proposition as it was over four years ago to smartphone users who dreamed that Apple would fix the mobile phone. But the fact is that Apple, and many others, have been trying to “fix” TV for years, and to date we are still stuck with hundreds of channels that have nothing on, a dozen remotes and a textbook example of how not to make a user interface. It seems, though, that people are ignoring another Jobs quote, from just over a year ago at All Things D, that seems to explain very plainly why Apple has yet to release anything more than a hobby.

When asked about Apple and the TV market, Jobs’ reply showed how well-versed he was in the TV industry, but the choice quote was “it’s not a problem with technology, it’s not a problem with vision, it’s a fundamental go-to-market problem.” Jobs also explains that Apple made an iPhone and the iPad instead of a TV because there wasn’t a choice, “there was no way to get it to market.” So as much as we’d like to shed the chains that are channels and grid guides, as long as the monopolies that own the wires that run into our homes control the bits that travel over them, there just isn’t a way to change TV.

Broadcast TV will never die, ever

Saturday, August 20th, 2011

While there’s certainly no doubt that the future of TV is about to change more drastically then it ever has in the past 80 or so years, one thing that won’t change is the need to broadcast programming to millions of viewers at the same time. Lets stop there for a second though and clarify exactly what the word broadcast really means in the context of this post; to send media to many people at the exact same time. Think; major sporting events, breaking world impacting news or even the latest episode of the hottest reality TV show. Sure some would rather watch everything on their schedule, but most seem to prefer to watch certain events “as they happen.” So as long as millions prefer to watch some programming at the same time, there will be a need for broadcast TV, because even if the technology to send millions of individual streams existed, it wouldn’t make economical sense.

So when Microsoft shares its vision of the future of TV on its official blog and completely neglects to mention the most popular way to enjoy content today, it just really makes me wonder what they are smoking. Sure “All the entertainment you want, with the people you care about, made easy” sounds great, but without the Superbowl and other live events, it won’t ever be “all the entertainment” anyone wants.

I do believe that the Xbox Dashboard is closer to the future of TV than anything Comcast, Verizon or DirecTV is showing, but have to question any solution that doesn’t include broadcast TV. And I’m not saying that Media Center is the solution either, because as much as I love it, I know it isn’t for everyone. And of course it doesn’t deliver all the content I want either, but at least it includes the most important content.

Oh how people can change: Me and 3D

Friday, January 22nd, 2010

There is a lot of negativity around 3D and I feel like I’m defending it at every corner. Well my friend Mari won’t let me forget about this snarky email I sent her on March 25th of 2009 in response to a pitch for a 3D story she did on MediaExperiencestogo.com — this was after I saw the 3D presentation of the National Championship game, but before I saw Avatar and other 3D demos from Panasonic, etc.

The day they launch Engadget3D is the day I quit. Honestly there aren’t any Engadget HD editors who like 3D and it shows in our content. If you go through all our 3D related posts, you’d be hard pressed to find one that wasn’t negative. I think the most positive one was at CES when I said it wasn’t nearly as lame as I thought it would be.

As you can see, the perspective on 3D of the other Engadget HD editors and I has changed quite a bit in the past 9 months. And if we can change you can change. We can all change. It really does grow on you, I’m telling you, this 3D thing is going to be big.

Canceling cable: the failed experiment

Tuesday, January 19th, 2010

Last April I told you about how I canceled cable and was living on over-the-air HD and Blu-ray Discs for my families HD needs. At the time my plan was to add cable in time for football season. It was a great plan and it kind of worked, but I did fail to consider one thing; at Engadget I write about cable related technologies. My first clue was actually not long after my post here about my first 90 days of success when Digeo sent me a Moxi HD DVR for review. At that point my plan was to add the service back in order to do the review and then to cancel it again, but that turned out to be too much of a pain since Verizon requires I send the CableCARD back when I cancel, which of course means another truck roll the next time I need service. But despite this I was still prepared to call and cancel right after CES, but by the time I got back I realized that in the next six months there would be at least three or four new CableCARD devices I’d like to review, so I decided to give up on the idea.

The bottom line is that I love me some football in HD, so I can’t ever see myself going without cable year round, and with the hassle involved in canceling and signing back up, the $327 a year ($62 for 7 months minus $110 savings for signing a contract) I’d save just isn’t worth it — not to mention I plan to expense the majority of the cost to offset my blogging income. I suspect for many it just isn’t worth it either. Sure there is lots of content out there available via other legal means, but the bottom line is that when it comes down to it, cable really isn’t that bad of a deal considering all the HD viewing options you get for the price.

How to automatically convert VOB to MPG and DTS to AC3

Sunday, April 5th, 2009

I’m working on a newer version of my automatic MKV to DVR-MS process and found myself needing to do these conversions automatically. So I figured I’d share them so people could use them until my entire process is done.

The main uses from my perspective is to make various video files Media Center compatible, but since MPG and AC3 are pretty much the most standard codecs in the industry, there are plenty of other uses. Both of them require the latest version of DVRMSToolBox, written by my good from Andy. In fact it is what makes the entire process automatic. For both profiles, the DTB temp directory is used to create the files and then the final file is moved back to the location of the original file (in the case of the MKV AC3 files, the name is changed for obvious reasons). Until I release the rest of my process, you can create a simple “process conditioner” to automatically convert these files, or you can run them on demand with DVRMStoMPEGGUI (or queue them up manually).

The first is a very simple VOB to MPG converter. All it does is use ffmpeg to repackage the MPG and AC3 streams into an MPG container. The best way to create a vob to convert is to use something like DVDShrink to rip only the main feature and the main AC3 audio to a single vob. You can use DTS, but as you might know, in the case of Media Center DTS is not supported nativly and thus doesn’t work on extenders. To use this drop “Convert vob into mpg – ffmpeg.dpc” into “C:\Program Files\DVRMSToolbox\Profiles” and put ffmpeg.conf into “C:\Program Files\DVRMSToolbox\Applications\ConvertFfmpeg”

The second one was actually very difficult to get right and I’d still like to do some more testing. What it does is extract a DTS stream from an MKV file, then convert it to AC3 with eac3to, then finally remuxes it back to an MKV with AC3. It only retains the original video and audio streams and in fact doesn’t touch the video stream. To use it you’ll need to download eac3to and MKVtoolnix (both free). First extract the eac3to archive to “C:\Program Files\DVRMSToolbox\Applications\eac3to” and install MKVtoolnix with the isntall path of “C:\Program Files\DVRMSToolbox\Applications\MKVtoolnix\” And of course you’ll have to copy the “Convert MKV with DTS to MKV with AC3.dpc” to “C:\Program Files\DVRMSToolbox\Profiles”

Please let me know if these work for you or not, I’m really hoping to get these throughly tested before my final project is complete.

**Update** Already had to update the DTS to AC3 profile, this one should work better. Thanks Rich. 

**UPdate2** Had to update it once again because the AC3 bit rate was too high for dvr-ms files, it is now set to 448 instead of 640.

A cheap and easy fix to HDHomeRun network issues

Monday, March 30th, 2009

I’ve loved my HDHomeRun for as long as the product has been on the market, but never really used it heavily until I switched to Media Center about a year ago. Well ever since, from time to time I’ve experienced network issues that have caused less than perfect picture quality — drop outs, blocking, breakups etc. I’ve spent countless hours troubleshooting this and most of the time it ended up being the driver for my Intel 82566DC-2 network adapter. At one point I even spent some money to replace my switch since the NIC refused to auto-negotiate to 100/full with the 16 port Netgear switch I was using. Well for whatever reason the issues came back over the weekend and I finally threw in the towel and did what I should’ve done a long time a go.

The simple solution
I went down to CompUSA — yes they still have them in Tampa — and picked up a $14 NIC. I threw it into a spare PCI slot (you can use a USB NIC if you want) and plugged the HDHR directly into it. The cool thing is that I didn’t even need a crossover cable, in fact all I had to do was rerun the HDHR setup utility to rediscover the location of the device. And thanks to the beauty of APIPA — you know that 169.254.x.x address — I didn’t even have to set an IP on the NIC or configure an IP for the HDHR. 

Now my picture quality is back to the perfect and my only regret is that I didn’t just break down and do this earlier. So if you are having problems with your HDHomeRun, I wouldn’t hesitate to throw an extra NIC in your PC and at the very least isolate the problem.

Plagiarism or coincidence? You decide

Monday, March 23rd, 2009

Just ran across this post today at one of my favorite sites, The Digital Lifesyle, and at first I was thrilled to see somoene appreciate the hard work Warren, Andy, and I put into automatically converting mkv files to dvr-ms. But then after reading through the entire post I noticed that nor my name or Engadget’s was anywhere to be found. Now maybe I’m jumping to conclusions, but it seems like too much of a coincidence for this not to be a derivative work. Now I’m accustomed to being ripped off online, but usually it is some hack site and not a reputable place like Ian’s site.

**UPDATE**

Ian was very responsive to my concerns and has pulled the post — but yet the link still works. Never the less,  the original author has added credit to his post on his blog, but in a way that seems half-hearted to me. But perhaps that is because the intent of his comment was lost in the British to American translation.

I actually did it, I canceled cable TV

Tuesday, December 30th, 2008

I can’t believe I actually did it, but I canceled cable (FiOS TV actually), but not for the reasons you think. I have to say it feels weird and I fill a little disconnected, which is very odd since I really didn’t watch it much. But there is something comforting about knowing there are 100 HD channels at my service if I get bored. But then again, that comfort isn’t worth $60 a month.

As for the why, no it isn’t because I’m going to get my content from the internet. Because unlike college kids, the nicest display I own isn’t on my laptop and once you are accustomed to HD, it’s hard to go back.

I canceled because I realized that without Football, all I watch is broadcast TV and movies. So I can get all the OTA HD I want for free on my Vista Media Center with an antenna, and all the HD movies I can watch for $21/mo from Netflix.

Now that’s not to say I’m never going to watch Netflix watch instantly on my new LG BD300, or that I won’t download anything else via other means. But after selling my two CableCARD tuners (thanks Robert) and not paying $60 a month to Verizon for the next eight months, the $880 I saved was more than enough to pick up a new Pioneer VSX-91TXH AV Receiver which features both TrueHD and DTS-HD decoding.

So today is the first day of my life without cable TV — and counting.

For Sale: two ATI Digital Cable Tuners (CableCARD)

Tuesday, December 23rd, 2008

When I realized how much money I was wasting on pay TV, I decided to cancel FiOS after football season and go all OTA and Blu-ray via Netflix. And although I plan to add it back when football season comes around again, because technology changes so fast I’m going to go ahead and sell the tuners now and just buy ‘em again when needed — assuming something better doesn’t come out by then.

So I have two like-new ATI Digital Cable Tuners that I’d like $200 for, each. I was just going to put them on eBay but figured someone I know might want them and prefer to buy them from someone they know. I have all the original accessories and box which I will of course include. It goes without saying that these will only work with an OEM Digital Cable Ready PC, but if you want to figure out how to hack the firmware, I’ll let you try the product key that came with my XPS 420 (not for sale).

UPDATE, I sold both of these already.

I forgot about bad DVDs look

Tuesday, December 23rd, 2008

What is it about Christmas that makes you want to watch the same movie over and over again? Whatever it is, it hit the wife and I over the weekend and we watched one of our Christmas favorites, The Family Man.

The thing is that it has been so long since I watched one of the 100 DVDs I own, that I forgot how bad they look. I truly found it distracting how dull the colors were and how bad the contrast was. I tried to ignore it, but my obsessive compulsive nature just couldn’t let it go.

The funny thing is that when I think back over two and half years when I reviewed the first HD DVD player, I don’t remember being that impressed. In fact I said, “my biggest fear is that some people won’t be able to tell the difference.”

It really is funny how once you get accustomed to a certain level of quality, how difficult it can be to go back to what used to be the reference.