Watkins Web 2: Blog

Exercise 13: HTML5 Video

Download Exercise 13

Important: Serving video on a live web server

If posting to a server, your videos probably will not play unless you add this to your .htaccess file:

AddType video/ogg .ogv
AddType video/mp4 .mp4
AddType video/webm .webm

Further Reading

Codecs

  • Handbrake, Mac software useful for encoding video as h.264 .MP4s.
  • Firefogg, an awesome Firefox extension that will convert your video to the ogv format.

Furthermore