Dirac 1.0.0 Released
dylan_- writes "According to their website, 'Dirac is an advanced royalty-free video compression format designed for a wide range of uses, from delivering low-resolution web content to broadcasting HD and beyond, to near-lossless studio editing.' Now a stable version of the dirac-research codebase, Dirac 1.0.0, has been released. The BBC have already successfully used the new codec during the Beijing Olympics and are looking to push it to more general use throughout the organisation. The latest version of VLC (the recently released 0.9.2) has support for Dirac using the Schroedinger library."
I tried using the Schrodinger library but I'm uncertain it works. Plus, I can't find my cat.
I see the first 4 bytes are 0xBBCD.
British Broadcasting Corporation Dirac.
Read their site. From the FAQ:
Do you infringe any patents?
The short answer is that we don't know for certain, but we're pretty sure we don't.
We haven't employed armies of lawyers to trawl through the tens of thousands of video compression techniques. That's not the way to invent a successful algorithm. Instead we've tried to use techniques of long standing in novel ways.
What will you do if you infringe patents?
Code round them, first and foremost. There are many alternative techniques to each of the technologies used within Dirac.
Dirac is relatively modular (which is one reason why it's a conventional hybrid codec rather than, say, 3D wavelets) so removing or adding tools was relatively easy, even though this may mean issuing a new version of the specification.
I hope I didn't brain my damage.
From the FAQ:
What are the license conditions?
The Schrodinger software is available under any of the GPLv2, MIT or MPL licences. Libraries may also be used under LGPL.
Sounds like someone wanted there to be no question about whether it was open source.
I was wondering where I could find some vids to check out quality vs. file sizes and found this index of demo files. Looks great in VLC, quite impressive even at lower bitrates.
I hope I didn't brain my damage.
We don't need another codec, per se, we need a royalty free codec, that can be legally implemented in FOSS situations, and others without a lot of legal overhead. Assuming it isn't markedly worse than others in performance terms, Dirac qualifies. If by some miracle(class II or greater) mpeg4 were available under such terms, there wouldn't be any point to Dirac; but that isn't exactly likely.
Dirac isn't the only royality-free, patent-unencumbered video codec there is - Xiph's OGG Theora has been around a while already, yet failed to impress quality-wise up until recently. There's some really cool development going on however, and you may see some of the results achieved over there: http://xiphmont.livejournal.com/35363.html
It's noteworthy that the changes made only affect the ENCODER, thus no changes to the DECODER (the part of a codec all applications used to play back files have included) are necessary. This bodes very well for HTML5, which will include some support for Theora on at least Mozilla (and iirc Opera) browsers.
:%s/Open Source/Free Software/g
YTARY!
How does it stack up to other codecs?
As I say below, unfortunately the quality is lacking compared to modern codecs like H.264 and even (dare I say) VC-1. Apparently that's just the nature of using wavelets. While they give a very natural style of compression on still images (JPEG-2000, etc), they do not translate well to moving sequences because, unlike all other current codecs, the image is not broken up into blocks that can then be tracked and diff'd in time. Still, it'll be interesting to follow Dirac, if only because they're taking a radical new approach with only Michael Niedermayer's Snow as a peer.
Could it be that the BBC's slowness to offer HD is related to the fact that most license payers receive their broadcasts via analogue or "Freeview" digital, neither of which currently support it? I guess they have better things to spend their limited budget on.
Nobody else has this sig.
As I state below. Most of codecs performance has to do with the encoder. At 1.0.0 its too early to tell if the format/codec design is limited.
However a great codec without a good encoder is no good at all. But its early days yet considering h.264 has been around for 5+ years.
If information wants to be free, why does my internet connection cost so much?
Encoding and decoding is presently fat and slow. It's very much in development.
http://rocknerd.co.uk
Dirac employs wavelet compression, instead of the discrete cosine transforms used in most older codecs (such as H.264/MPEG-4 AVC or SMPTE's VC-1). Dirac is one of several projects attempting to apply wavelets to video compression. Others include Rududu [2], Snow and Tarkin. Wavelet compression has already proven its viability in the JPEG 2000 compression standard for photographic images.
Yes it does :|
In a nutshell, yes. HD is also not much of a big deal to the vast majority of television viewers either. The only reason there is such a fuss over it in the United States is mostly because they are rolling out HD and digital at the same time: most of the improvement has come from the change to digital, not HD. In Europe it's not such a big deal because we've already switched to digital. HD is "nice" but it's not the huge leap in visual quality some people would like you to believe.
Someone's evidentially not been watching Top Gear, which features some of the best camera work on TV and film.
Since you claim this I assume that you tried the 1.0.0 already - I watched the promo vid, and it says the BBC is using the codec to handle HD content over their standard def infrastructure at very low latency (a few ms, if I remember correctly).
Nonetheless, this seems to be an interesting thing to keep an eye on, because the codec specs address good compression especially for very high bandwidths, which is going to be an important issue for movie post production/processing, HD content and the likes. The promo vid is well worth watching.
I hope I didn't brain my damage.