Skip to content
>_ TrueFileSize.com

Sample WebM Files — Open Video Format Downloads

Download free sample WebM files with VP8, VP9, and AV1 codecs. Google's open, royalty-free video format — designed for web streaming with smaller files and good quality.

sample-1mb.webm

1 MB

854×480 · 480p · VP9

webm
Download

sample-10mb.webm

10 MB

1920×1080 · 1080p · VP9

webm
Download

sample-vp8.webm

15 MB

1280×720 · 720p · VP8

webm
Download

sample-av1.webm

5 MB

1920×1080 · 1080p · AV1

webm
Download

What is WebM?

WebM is an open, royalty-free video format from Google based on the Matroska container. Designed for web streaming — smaller files, good quality. Supported natively by Chrome, Firefox, and Edge. Limited support on Safari (check caniuse.com).

WebM vs MP4 for web video

FeatureWebM (VP9/AV1)MP4 (H.264)
LicensingRoyalty-freeRequires licensing
File sizeSmaller (VP9/AV1)Larger at same quality
Safari supportLimitedFull
Chrome/FirefoxFullFull
Best codecAV1 (newest)H.264 (universal)

Best practice: serve both formats

<video controls>
  <source src="video.webm" type="video/webm">
  <source src="video.mp4" type="video/mp4">
</video>

Browsers pick the first format they support. Chrome/Firefox use WebM (smaller). Safari falls back to MP4 automatically.

Technical specifications

ContainerWebM (Matroska-based)
Video codecsVP8, VP9, AV1
Audio codecsVorbis, Opus
Developed byGoogle (open-source)
LicensingRoyalty-free (BSD-style)

Frequently Asked Questions

Other video formats