Next-Next Generation Video: Introducing Daala
An anonymous reader sends this excerpt from a post by Xiph.org's Monty Montgomery:
"Xiph.Org has been working on Daala, a new video codec for some time now, though Opus work had overshadowed it until just recently. With Opus finalized and much of the mop-up work well in hand, Daala development has taken center stage. I've started work on 'demo' pages for Daala, just like I've done demos of other Xiph development projects. Daala aims to be rather different from other video codecs (and it's the first from-scratch design attempt in a while), so the first few demo pages are going to be mostly concerned with what's new and different in Daala. I've finished the first 'demo' page (about Daala's lapped transforms), so if you're interested in video coding technology, go have a look!"
Daala? That will play well in test/focus groups - I'm certain of it.
That I'm sure of. If they can go after Google and VP8 I am sure that you will be an easier target.
Sad for things to get like this but if IV can go after people who embed URL's in HTML emails the world is quickly going bonkers.
If you want to have a good solid niche for this (always helps) then.
1 - support a reasonably efficient lossless mode (several others have this, but it is alsways useful)
2 - support ALPHA channels (32bit, RGBA, YUVA) - this is not trivial but very worthwhile, basically ZERO of the modern codec support this.
alpha channels are a requirement for many composition/editing/video production workflows, and yet the supporting codecs are old, clunky,
and painful to use.
good alpha channel support is not trivial, but is usually not major also.
For extra points support lossless on alpha, and lossy on the other channels, that is a VERY good option for many workflows.
Gives alpha and lossless, you are pretty much guaranteed professional users.
I'm sure its a worthy project and no doubt based on very solid maths and engineering. However I'm also sure it'll be forgotten about this time next week. There are too many codecs fighting it out already - yet another one is just a bit more noise in the background. Sorry, but thats just the way it is.
I'm a bit worried about the big focus on "blocks" for such a video codec. Originally, the blocks used in the JPEG image coder was put there to make sure that you could stream-encode images using reasonably cheap silicon back in the eighties. No one really wants the blocks, they were a necessary limitation. Using the same algorithm as JPEG but removing the blocks gives a serious quality boost.
This codec will never run on hardware that can't handle more than 16 x 16 pixels at once. The lowest specs that will encode these frames will be hand-held cameras, which will have more than enough ram to buffer at least two full frames, and use a small FPGA for encoding/decoding. Everything else will be decoded by a GPU directly to the framebuffer, and likely encoded by the same GPU. Even server farms have these for processing media.
There's also no issue with streaming as far as I know. Both DCT and Wavelet based coders can packetize the important bits in a frame first, and the less important bit later, so that a slow connection can still decode a degraded image even if not all bits are received. This without splitting the image into blocks.
c++;
I can see the new lapped transform improving the video quality in all kinds of situations -- particularly in cartoon animation, which has historically suffered through one codec after another.
I'm holding out hope that this codec supports subtitles as filters, so we can bake them in without actually baking them in, if you catch my drift. One of the biggest challenges I've faced when working with video encoding is that container formats are notoriously unsupported across the entire spectrum of video players.
Wow, were do I get my drive?
Because the codecs he listed are precisely the sort of names that the AC was whining about.
No, much easier to bitch about it and hope like hell that everyone stays on h.264/5 because you lambasted the fucking NAME.
Ferfecksake, grow up.
Sorry, you have a defective brain?
If you make up a name for it, then it doesn't matter what name it has, it'll have the one you've offered to them.
Which you would not be calling gay, would you.
Huh, the lapped transform is not quite "beyond" next-gen codecs like HEVC. In fact, the [over]lapped transform is already part of the WMV9/VC-1 codec, and it didn't really have a significant impact on coding efficiency (it does tend to look more blurry than blocky at very high quantization, but both cases look like crap at these levels)
Help! I am a self-aware entity trapped in an abstract function!
I already have to serve 2 versions of a video to make sure everyone can see it on the web. It was not obvious to me that we needed another codec.