Skip to content

Instantly share code, notes, and snippets.

@sumonst21
Created November 8, 2019 03:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sumonst21/a456154ce39e03b6b730febd0ab0f3cd to your computer and use it in GitHub Desktop.
Save sumonst21/a456154ce39e03b6b730febd0ab0f3cd to your computer and use it in GitHub Desktop.
HTML5 supported video formats.

HTML5 Video Formats

Media formats

------------------- ++ --------------------- ++ --------------- | File Extension || Video + Audio Codec || MIME | | ----------------- ++ --------------------- ++ ------------- | | .mp4 || H.264 + AAC || video/mp4 | | .ogg/.ogv || Theora + Vorbis || video/ogg | | .webm || VP8 + Vorbis || video/webm |

The Markup

.mp4

.webm

.ogv

Reference

Media formats supported by the HTML audio and video elements

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment