Future of HTML5 video tag, will it make difference?

IE 9 beta released , mainly focusing on HTML 5 and hardware support for videos and pictures embedded in webpage.  you can read more from here

HTML5 -  feature I liked is  <video> tag. Using this <Video> tag, you can show videos to your site visitors without any plugin requirement from their browser side.

For example, you want to show FLV video, your site vistior browser have flash plugin installed. With html5 support now your site visitor can see FLV video without installing flash plugin.

At present drawback is lack of standards. Each browser supports different video formats but NOT a common, single video format support by all browsers.

Source: http://diveintohtml5.org/video.html   [Excellent page, if want to learn more about <video> tag ]

Video codec support in upcoming browsers
Codecs/container IE Firefox Safari Chrome Opera iPhone Android
Theora+Vorbis+Ogg · 3.5+ 5.0+ 10.5+ · ·
H.264+AAC+MP4 9.0+ · 3.0+ 5.0+ · 3.0+ 2.0+
WebM 9.0+* 4.0+ 6.0+ 10.6+ ·

Now the trick part: How to embed video which can work in all browsers? Solution is – You need to encode your video in different formats and embed all of them.

example:

<video width="320" height="240" controls>
  <source src="pr6.mp4"  type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"'>
  <source src="pr6.webm" type='video/webm; codecs="vp8, vorbis"'>
  <source src="pr6.ogv"  type='video/ogg; codecs="theora, vorbis"'>
</video>

Other Posts related to current topic

  1. Future of HTML5 video tag, will it make difference? (This post)
  2. How to produce open video
  3. Tools to produce open video
  4. who promoting open video
  5. what is open video open video explained

MyFreeCopyright.com Registered & Protected
Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License
Copy right related
Blog author MR.Rav

Enter your email address:

GET UPDATES TO YOUR E-MAIL

How to produce open video

ok, now we got some idea about open video. Its time produce or convert videos to open video format.

1.http://v2v.cc/~j/ffmpeg2theora/examples.html

2.http://wordpress. tv now support ogg format

3.videobin ( http://videobin.com) online converstion

tip: ffmpeg2theora even supports flv to ogg thoera converstion. You can conver youtube video to open video format also using ffmg2theora.

Feel free update here if you have more good tools.

Other Posts related to current topic

  1. Future of HTML5 video tag, will it make difference?
  2. How to produce open video (This post)
  3. Tools to produce open video
  4. who promoting open video
  5. what is open video open video explained

MyFreeCopyright.com Registered & Protected
Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License
Copy right related
Blog author MR.Rav

Enter your email address:

GET UPDATES TO YOUR E-MAIL

Tools to produce open video

Here are links to some good websites with freely downloadable stuff Related to open video.you can find tools to produce ogg and scripts to offer  ope video  and fall back methods in case open video not supported by browser.

http://metavid.org/wiki/Mv_Embed

http://www.openvideoalliance.org/wiki/index.php

Other Posts related to current topic

  1. Future of HTML5 video tag, will it make difference?
  2. How to produce open video
  3. Tools to produce open video (This post)
  4. who promoting open video
  5. what is open video open video explained

MyFreeCopyright.com Registered & Protected
Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License
Copy right related
Blog author MR.Rav

Enter your email address:

GET UPDATES TO YOUR E-MAIL

who promoting open video

A coalition of organizations and individuals devoted to creating and promoting free and open technologies, policies, and practices in online video.

Refer

http://openvideoalliance.org/

http://openvideoalliance.org/about/

Other Posts related to current topic

  1. Future of HTML5 video tag, will it make difference?
  2. How to produce open video
  3. Tools to produce open video
  4. who promoting open video (This post)
  5. what is open video open video explained

MyFreeCopyright.com Registered & Protected
Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License
Copy right related
Blog author MR.Rav

Enter your email address:

GET UPDATES TO YOUR E-MAIL

what is open video open video explained

Online videos trend boosted by YouTube (youtube.com) like anything in past few years.Before youtube startup – end user generated content is less. youtube reduced technical complications  video production a lot and given chance to end users to broadcast their video at $0 price.

Adobe flash reduced ” plug-in hell”  a lot .Most of the sites before flash technology, used to offer videos in wmv, realmedia and mov format. In order to view those videos, user pc must have Microsoft media player,Real player and Apple Quicktime player . After Flash introduction, plugin hell reduced. Just install flash plug-in and go.

Now open video concept in progress at fast phase. In built support of video playback by  browser. OGG open sourced video format selected by open video alliance for this purpose. So keep on reading our open-video series for more interesting posts about open video.

Other Posts related to current topic

  1. Future of HTML5 video tag, will it make difference?
  2. How to produce open video
  3. Tools to produce open video
  4. who promoting open video
  5. what is open video open video explained (This post)

MyFreeCopyright.com Registered & Protected
Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License
Copy right related
Blog author MR.Rav

Enter your email address:

GET UPDATES TO YOUR E-MAIL