Define Video Format in HTML5

In this article I will explain Video Format in HTML5 and Brower Video Compatibility.
  • 2068

Video Formats in HTML5

HTML5 defines a new element which specifies a standard way to embed a video/movie on a web page: the <video> element.

Some of the more common video formats are:

  • .swf - Shockwave/Flash File (by Macromedia/Adobe)

  • .wmv - Windows Media Player video format (by Microsoft)

  • .mov - Quicktime video format (by Apple)

  • .mpeg - Video compression format (specified by the Moving Pictures Experts Group)

  • .ogg - Open standard container format maintained by the Xiph.Org Foundation. Also includes .ogv, .oga, .ogx, and .spx extensions

  • .webM - royalty-free, high-quality open video compression format for use with HTML5 video.

HTML5 Video Compatibility

Browser

Theora (video) Vorbis  (audio)

Ogg (container)

H.264 (vido) AAC (audio) MP4

(container)

Chrome 3.0

Yes

Yes

Safari 3 and 4

No

Yes

Opera 10.5

Yes

No

Firefox 3.5

Yes

No

iPhone and Android

No

Yes

Flash 9

No

Yes

Inter Explorer 7 and 8

No

no

Further Readings

You may also want to read these related articles :

  • HTML5 Article

Ask Your Question 

Got a programming related question? You may want to post your question here

Programming Answers here

© 2020 DotNetHeaven. All rights reserved.