HTML5 Video Test

From http://diveintohtml5.org/video.html:

<video width="720" height="480" controls>
    <source src="JohnDoe_FINAL.mp4" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"'>
    <source src="JohnDoe_FINAL.webm" type='video/webm; codecs="vp8, vorbis"'>
    <source src="JohnDoe_FINAL.ogv" type='video/ogg; codecs="theora, vorbis"'>
    Your browser does not support the video tag.
</video>

From http://www.blackstonemedia.net/blog/index.php/2010/11/19/make-html-5-video-work-in-all-browsers-including-mobile/:

Download video: MP4 format | Ogg format | WebM format