How HTML5 Will Transform the Online Video Landscape
Posted by DevLearn Staff
Categories: Industry , Standards and Specifications , WWW/Internet/IntranetOne of the most exciting — and polarizing — aspects ofHTML5 is the specifications for HTML5 video. The promise of HTML5 is immense; no longer just a markup language, as robust applications can be built and deployed using the power of the browser.
One of the big promises of HTML5, at least for video, is that it will be possible to serve and play back hardware-accelerated video in the browser, on a smartphone or tablet, or in an embedded device, all without having to do lots of special coding.
Let’s look at some of the ways HTML5 is already influencing the future of online video, as well as some of the challenges that still exist.
Styling Video

Most content publishers serve video in HTML5 primarily to deliver a solid experience to users who are on devices that do not support Adobe’s Flash player. Although this is a valid (and increasingly popular) use case, there are additional advantages to using HTML5 video.
One of those advantages is the fact that because the <video> tag is just another HTML element, it can be styled with CSS3 and JavaScript.
This lets developers create special transformations, custom controls and other effects directly in the markup and stylesheet. Apple has a cool video effects demo using the Tron Legacy trailer and some mask properties in the WebKit rendering engine.
With Firefox 4, Mozilla has proven that it is embracing HTML5 in a big way. The Mozilla team released a set of video demos showcasing the power of HTML5 video when paired with CSS3 transforms in the lead-up to the official Firefox 4 release.
Read the full article here from Mashable














