Categories
Links

WebM

[As some anticipated, Google has open-sourced the VP8 codec they acquired in their purchase of On2 Technologies on 17 February this year][link]. They’ve taken the VP8 video codec and combined it with Ogg audio, and a new container format to create the WebM project: “a broadly-backed community effort to develop a world-class media format for the open web.”

If you’ve been following the HTML5 `video` debate, this is very interesting news, indeed.

This is certainly the death knell for Theora, and depending on just how good VP8 is it may be a serious competitor to H.264. There are two big hurdles for WebM’s adoption:

* Getting browsers to support the format, so it makes sense for content producers to use it and

* Hardware decoders for mobile devices. Software decoding just isn’t going to cut it. Part of H.264’s strength is that it runs great on iPhone and iPod Touch and iPad. The reason: All of those devices have built-in hardware decoding for the codec. I highly doubt Apple will ever include hardware decoding for a directly competing tech like VP8.

Vorbis audio is still kind of a stinker compared to AAC, but WebM doesn’t need James Cameron to be on board with this for the project to be successful. They just need to start making some dents.

[link]: http://webmproject.blogspot.com/2010/05/introducing-webm-open-web-media-project.html “Introducing WebM, an open web media project – The WebM project blog”

Categories
Links

IE 9 Will Support HTML5 Video With H.264 Only

[A shame, but I can’t say I’m particularly surprised.][link] Firefox may have to join the H.264 bandwagon or get left behind.

I like the *idea* of Vorbis, but if I’m authoring video I’m thinking it’s not worth my time right now.

[link]: http://blogs.msdn.com/ie/archive/2010/04/29/html5-video.aspx “IEBlog : HTML5 Video”

Categories
Links

A Critique of the Ogg Container Format

[From Måns, a developer on FFMPEG.][link] Sounds like he knows what he’s talking about. I’m interested in a comparison of the *actual effects* of Ogg’s increased overhead .vs. other containers (m4v, mkv).

[link]: http://hardwarebug.org/2010/03/03/ogg-objections/ “Ogg objections | Hardwarebug”

Categories
Links

Microsoft Promises HTML5 <video> Support in IE9

[Which for them means H.264, apparently][link], and no Ogg support. I’m glad to see the IE team getting on board, but I wish Ogg was a more viable option for authoring web video.

As it stands, it’s really not worth authoring two formats of video (Ogg and H.264) if you’re aiming at accommodating the most people for the least effort/space. I imagine most places will author an H.264 version and a Flash or Silverlight version, just based on usage.

[link]: http://www.zdnet.co.uk/news/desktop-apps/2010/03/17/microsoft-previews-internet-explorer-9-with-html-5-support-40088334/ “Microsoft previews Internet Explorer 9 with HTML 5 support | Desktop Apps | ZDNet UK”