Category Archives: General

First Linux-Based HD DVD Player

Remember my musing about assorted goals involved in developing HD DVD support for Linux? Several people have written me to point out that Toshiba has already beaten us to it– in the flagship HD DVD device. In case you get all your geek and/or multimedia news from this blog, this article at CDFreaks has a number of juicy details. It is reportedly a high-end PC board that runs a Red Hat-based Linux distribution on an M-Systems Disk-On-Chip (essentially a flash memory component that looks like an IDE drive in from the PC’s perspective). Of course, the most important component is the ATAPI HD DVD drive that can be removed and connected to your desktop PC, as the pioneer in this story demonstrates in a video.

See? What did I tell you in Ever-Emerging Digital Theater Technology? It’s just a PC; everything is.

This raises some interesting questions. I have yet to hear whether the launch discs actually used anything more advanced than stock MPEG-2 for video coding. There was some speculation that the discs were not using VC-1 yet. A player like this is trivally upgradeable in the field. So the software support for VC-1 may or may not be there. I still have to wonder if this was some kind of a “Plan B” device in order to beat Sony’s Blu Ray to market. This strikes me as rather unorthodox, not to mention costly. Maybe Toshiba could not get all of the custom ASICs (ideally lower cost than a off-the-shelf, general PC components) done in time but had a separate team working on this in parallel “just in case”.

Everything You Want To Know About Digital Theaters

After reading my post last week regarding emerging digital theater technology, Baptiste Coudurier did some legwork and located the — quite public — v1 specs for the Digital Cinema System. You can download the exhaustively-detailed PDF here. The 2 general supported video resolutions are dubbed 2K and 4K which refer to 2048×1080 and 4096×2160, respectively. Section 7.5.3 specifies exactly how much storage a compliant unit is expected to have ready (a lot), and why. Video in fact is compressed, with JPEG 2000 and uses a 36 bit/pixel XYZ colorspace. Audio is uncompressed and subtitles are PNG. How did all of these open formats make it into the mix? Strange. Also, the container format is specified as MXF. Encryption is, of course, handled by AES (that thing sure caught on in a hurry).

Wiki Counterspam

A brief digression: At a frequency of roughly once every 2 days, the MultimediaWiki sustains a drive-by spamming attack. It usually takes 2-3 minutes to clean up, although one morning I woke up to a massive spam attack that took me hours to revert; that’s what prompted me to enforce user registration. What strikes me is how much more serious this problem could possibly be. I occasionally get so annoyed that I investigate MediaWiki’s anti-spam features.

Second-order digression: If you think it’s hard to find good documentation on FFmpeg, try finding the documentation you need for a Wiki package, which is — in the time-honored tradition of eating one’s own dog food — all in Wiki form. Why is this a problem? It just feels so… “squishy”. It’s not all there, it’s always in flux, it can give you a general idea of what you want to know but never feels authoritative– the same controversial points as, for example, Wikipedia. In fact, my first encounter with the Wiki paradigm was the online documentation for some open source program or another. They constructed a Wiki outline and expected users to fill it in. That experience gave me a serious aversion to Wiki for a long time to come. That said, would it be hypocritical for me to mention that I very much want to set up a Wiki-based knowledge base for FFmpeg users and developers?

I have watched the email spam arms race with much interest for many years. I am fascinated by the technical challenges involved and the solutions proposed, each with its pros and cons. Every proposed measure could be thwarted with enough effort. A few years ago, Bayesian filtering caught on and it always struck me as the tactical nuclear weapon of spam filtering. It did a lot to solve the problem on the client side (though counter measures at various levels of the email network help matters).

Then blogs, with comments, and Wikis gained prevalence. The spam problem started all over again. What I can’t seem to understand is why people fighting the good fight on this new frontier have chosen to start the arms race from square one by banging at the problem with rocks instead of going straight to the nukes. I’m wondering why there aren’t any Bayesian solutions in the Wiki space. (Thankfully, it appears that there are Bayesian comment filtering plugins available for, at least, WordPress). How would it work? Perhaps initialize it by claiming that the entire set of existing pages is valid and then allow administrators to mark certain pages as spam, or certain users as known spammers. When an edit is submitted the Wiki runs the edit through the filter to determine if it “looks” like spam and rejects it. However, one of the underlying operating principles of the Bayesian method as applied to email is that every user’s mailbox looks very different than everyone else’s. A spammer would require knowledge of an individual mailbox in order to reliably thwart the filtering. Unfortunately, the “mailbox”, or body of messages, in this case would be unified and public. This would afford a spammer an ergonomic, interactive environment by which to test spams by dumping in the text of valid pages and tweaking them with spammy URLs until the pages get through.

Okay, so maybe the idea isn’t that straightforward after all. Forget I even brought it up.

Through it all, though, I still stand by the Wiki paradigm.