11
Jun

HTML 5 , the next revision to HTML 4. As said in my previous article HTML5 is standardized to support every formats without extensions or plug-ins. So the format is to be open-source and royalty free.

WebM – Among the announcements made at today’s Google I/O keynote is WebM, a new open-source, royalty-free video format based around the VP8 codec intended for use with HTML5 video. The WebM project’s goal is to develop “a high-quality, open video format for the web that is freely available to everyone.” The project has the backing of Google, Mozilla, Opera, and numerous other companies. If it catches, on, it could settle the rift that currently exists with HTML5 video support, thus speeding up HTML5 adoption.

We can use the below simple code as like we used for image display in html after if WebM is accepted for HTML5

<video src="movie.webm" controls>
Your browser does not support the video tag.
</video>

Currently there are two competing products

  1. H.264 (backed by Apple and other companies)
  2. ogg theora (backed by Mozilla )

For now H.264 is supported by all major browsers like chrome, safari, and the upcoming IE9 but Ogg is only supported by Mozilla Firefox. and H.264 format proved for higher quality streaming video than ogg, but Mozilla cites licensing concerns with H.264 as its justification for going with the free Ogg Theora format. MPEG-LA, the group that oversees the H.264 format, says that it won’t charge licensing fees for use of format for Web video. However, this free-for-Web-video arrangement lasts through only 2016; after that, it’s up to MPEG-LA to decide whether to charge for H.264 or to keep it free.

So, at overall WebM is supported by almost every browsers and the latest news says that Microsoft is going to release its IE9 with VP8 codec, that means IE8 is going to support WebM too.


Written by Sakthi Tharan (tharansakthi)
About Author: A professional blogger, writes on blogging and other various web trends and activities that relates to blogging. His articles are more strategical than being more technical.

Share

Related posts:

  1. Download Youtube video In Single Click
  2. HTML 5 Demonstration Sites
  3. FireFox 4 Beta
  4. Speeding Up Online Video Streaming Without Buffering Problems
  5. HTML 5 – Smokescreen (Flash without Flash plugin)
  6. Major Changes Expected In Upcoming HTML5
  7. FireFox 4 Plans
  8. Top 10 Android Apps To Download.
  9. Why No Flash On Apple Products? Well, Steve Jobs Have Answers
  10. FireFox 4 Release – “Largest Number Of Software Downloads In 24 Hours”

To get regular updates to your mail Please enter your email address here

Delivered by FeedBurner. Privacy Guaranteed, We hate spam as you do.

Add reply

Freelance PHP Developer