Smile You're on Video
In a big step for the open web Google open sourced the VP8 video codec yesterday at the I/O conference in San Francisco.
An attempt to solve the video issue ¶
The video tag is now well established in HTML5 specification. I’ve written previously about cross-browser problems, namely the complete lack of support in Internet Explorer and that different codecs are used by different browser vendors. To use HTML5 to serve video and access all users web authors face using two different methods (flash and the video tag). On top of that authors are currently required to export two different video formats to support differing codecs.
When I created this demo I it was great that I could now use a browser API, rather than a third party plugin. But the fact I was doing more work to use this method and duplicating videos seemed a bit counter intuitive. What happened to don’t repeat yourself?
From a developer perspective anyone that has worked with ffmpeg soon realises the complexity of different video formats, frame rates, video sizes and codecs. But from an end user perspective (and that is always the most important) creating a video for use on the web is still a bewildering prospect. Of course you can use a service like Vimeo or YouTube but video is such an integral part of the web that it should be possible to easily create content for the web, and it should be open.
Enter Google on a white horse ¶
It would seem Google agrees that video should be open. Earlier this year Google purchased On2 Technologies, a video compression business and with it the VP8 video codec. In the week that Microsoft launched a patent suit against Salesforce and Adobe and Apple continue to squabble about who is really open Google did something incredible. They open sourced the VP8 codec. That’s the VP8 codec they acquired for $124.6 million. Opera and Mozilla are also on board with this effort which leaves just Apple, who are championing the H.264 format. Even Microsoft will be supporting VP8 in IE9.
It will be interesting to see how Apple respond. They have invested heavily in the H.264 codec for both their desktop and browser products. With Google Chrome being based on Webkit and covered by a BSD license, Apple could presumably leverage the work that Google has already done for their Safari browser. If Apple hold out it looks probable that web authors would continue to have to publish two video formats to ensure cross-browser compatibility leaving us in much the same boat.
A good day for the open web ¶
This announcement should be celebrated as a step forward for the open web. Google have shared a commercial product under a BSD license that they paid over millions of dollars for in the interests of the web as a whole. At a time when other companies are arguing about how open they really are Google can have their moment in the sun.
Related links ¶
- Google I/O YouTube channel - Watch the keynote
- Opera builds for VP8 - Download links under the second paragraph
- Microsoft to support VP8 in IE9 - Supported if the codec is installed
- Firefox WebM builds for VP8 - WebM enabled Nightly builds for Firefox
- WebM and VP8 land in Chromium - Chromium announcement on VP8
- Working draft of HTML5 video spec - Current work in progress for the HTML5 video spec
Tags
Can you help make this article better? You can edit it here and send me a pull request.
See Also
-
HTML5 video for all (well almost)
How to use HTML5 video and make it work for Internet Explorer -
In bed with HTML5, CSS3 and Jekyll
I've redesigned my portfolio site to take advantage of HTML5, CSS3 and Jekyll, a static site generator. -
Experimenting with CSS3 and HTML5
I've been creating more and more code examples and increasingly using GitHub for sharing code. I wanted to experiment with a few things so I created a site on GitHub pages.