Money For Nothing and the Codecs For Free
Davis Freeberg writes "In an in depth discussion on the codec industry, CoreCodec CEO and Matroska Foundation board member Dan Marlin shares his thoughts on the growing popularity of the MKV container, confusion in the marketplace between X.264/MKV and DivXHD and weighs in on a controversial decision by Microsoft to block third party filter support in future versions of Windows media player. His interview offers a behind the scenes look at an important piece of technology that is helping to power the P2P movement. It also raises the prickly question of whether or not Microsoft is abusing their OS monopoly, in order to rein in competition within the codec industry."
I'm sure devs will figure out a way to run 3rd party codecs on Win7 and future Windows.
BTW, ts TFA just FUD or a guy promoting his own agenda??
Unfortunately, Microsoft may get away with this under the guise of concern for security. There was a time (and perhaps these are still out there) when links to fake codec were used to compromise the victim's computer. (For an analysis of one of these, please see http://www.lavasoftsupport.com/index.php?showtopic=5302 )
Most of us here know how this scenario unfolds: user is trying to view some form of media, often of "questionable" morality (either pr0n or "pirated" video) and the site claims that the user must install a new codec or upgrade to a new version of Flash or Quicktime or whatever and "kindly" has the link right there. It may even have the simple "click here" puzzle-piece link to install the proper codec/player so you can see the multimedia clip. Victim clicks, wanting simply to see the media clip, and presto!, the victim's machine is now a spam-spewing zombie.
Of course, the link could install other things, too, but the point is that the "fake codec" ploy is common enough that Microsoft could easily claim that they are only allowing "approved" or "signed" codecs out of concern for security. They may state that third party codecs are allowed, and will permit Quicktime (for fear of a suit and driving people to Apple) and Flash/Shockwave, but other third-party codecs could be blocked through some combination of testing and/or certificate/signing fees.
This one is too easy, and it just might work.
(I find it strangely amusing that the captcha, given that these fake codecs are often seen in relation to pr0n sites, is "explicit".)
A monopoly is when you have no competition. Sorry but all linux and mac do is spew out how great their numbers are growing. Abusing their OS? It's their piece of software, they can do what they want with it, it's YOUR choice to use it if you wish.
We've been waiting for years for a killer video container, and it appears to me that mkv is probably going to be the one. It seems poised to become the mp3 of video. There's finally a container that can be played back in an acceptable number of hardware devices, with acceptable quality, at acceptable filesizes. The lack of file-embedded metadata in the container is still a problem, one that's been holding back online video distribution for years, but external sites such as imdb and thetvdb seem to be working around this well enough.
iPod / iTunes took off like a rocket imho because of a few key factors:
-They created hardware that followed the pipe dream of the mp3: A portable player capable of holding many gigs of music in the size of a deck of cards, with headphone out. This wasn't innovation, such solutions were already on the market, but theirs was the most beautiful.;
-They smoothed out the rough usability edges in existing portable hdd player solutions by offering great desktop software in iTunes, which took advantage of metadata to create not only a really compelling library system, but also provided very tight integration that was intuitively the same across the iPod & iTunes.
-They offered a legal means of acquiring music on demand for their solution.
-They made it ridiculously easy to use their device with black market content.
Because Apple were the first with the sack to give people their dream device, with a sensible organized interface, a legal means of acquiring content, and full integration with illegal content, they dominated the marketplace.
Video has been held back, as I said above, by a couple of things. The first was the lack of file-embedded metadata (I can't search for all files in my library directed by James Cameron, for instance), but the ubiquity of always-on wireless connections has solved some of that, and external metadata references are now acceptable. Second, it's been held back by codecs & containers that were way out of date, and don't deliver broadcast-quality (especially HDTV) at acceptable filesizes. The average mp4 vs a highly compressed digital cable channel might be equivalent, but the market wants DVD quality without any sacrifice from downloaded video.
Finally, video has also been held back by the lack of elegant playback solutions. Apple missed the boat with the AppleTV by failing to step up and partner with the black market, which is why the device hasn't been a wild success. Software solutions based on the xbmc core, such as boxee, plex, and uh.... xbmc, are doing much better, but they're still software solutions dependent on having a PC. People want a fully-integrated solution.
Mark my words: The first company with the temerity to market a device that will take a user's existing library and integrate it into an elegant set-top solution is going to CLEAN UP. They will dominate the set-top completely for years to come. It looks like TiVO is going to miss the boat, as is Apple. Are there any dark horses in this race?
Lest anyone think that I'm pipe dreaming, a working solution can be assembled out of off-the-shelf parts right now. Here's what I built in a weekend for about $700:
Hardware:
-Mac Mini c2d (winter '09)
-Harmony 720 remote
-DisplayPort --> HDMI cable
-Optical Audio cable
-1TB firewire-800 external storage from pricewatch
Software:
-Plex
-SwitchResX (only necessary for SDTV or older HDTVs)
-RipIt
-SABNZBD+
Subscriptions:
-Usenet service ($11/mo)
-Unnamed usenet header indexer ($.75 / week, roughly)
-rss feed for TV show subscriptions (free)
With these pieces, I've built a DVR that automatically downloads the shows I like the same day they air. Downloads are FAST, maxing out my internet connection. I can play back 1080p blu-ray rips with full surround sound & 0 dropped frames or stuttering. I can drop any DVD into the reader, and have it copied into the library and spit back out again once it's done. And it's all done with a universal remote in
Even Jesus hates listening to Creed.
I wasn't saying it was anything super-symbolic (male prostitution or drug dealing), but the delivery guys are clearly just a framing element for a commentary on the writers' perception of MTV's perversion of music and the direction that it was moving. A bunch of over-hyped crap from no-talent schmucks being sold to the public at ridiculous rates while the public laps it up. I interpret it as a fairly critical view on MTV's influence on music evolution. Maybe it's just me.
(Karma bonus foregone (again) because I think we're completely off-topic from TFA.)
He's getting rather old, but he's a good mouse.
XML:
Pros: Human readable
Cons: Slow to parse, inconvenient to write parsers for, space-inefficient.
Define "slow". I/O has long been the bottleneck in performance; most CPUs are idling and have cores to spare. What's the difference between XML that's compressed and EBML? And while the second 'con' may be valid, I think there are enough well-written parsers out there that it can be mitigated: use a library and don't try to roll your own.
If you want fixed-format binary encoding use ASN or XDR. As Tim Bray (one of the editors of the XML spec writes):
I don't care if anyone wants to go off and produce their own data interchange format, binary or not, open or not, standardized or not, mapped to XML or not; as long as they don't call it XML. "Binary XML" is an oxymoron.
http://www.tbray.org/ongoing/When/200x/2005/04/01/Binary-XML