WEBM sample file
webm_vp9_opus_360p_sample.webm
89.8 KB
video/webm
SHA256 verified
File details
Filename
webm_vp9_opus_360p_sample.webmSize89.8 KB (91911 bytes)
MIME type
video/webmExtension
.webmSHA256
8cb3cf5fa08bc5027742b56bf756c21442deb20295343ede1d57ca66705ea96dDownload commands
Use in scripts and tests
curl -L -o webm_vp9_opus_360p_sample.webm \
https://samplefile.com/samples/download/video/webm/webm_vp9_opus_360p_sample.webm/
wget -O webm_vp9_opus_360p_sample.webm \
https://samplefile.com/samples/download/video/webm/webm_vp9_opus_360p_sample.webm/
import requests
url = "https://samplefile.com/samples/download/video/webm/webm_vp9_opus_360p_sample.webm/"
resp = requests.get(url)
with open("webm_vp9_opus_360p_sample.webm", "wb") as f:
f.write(resp.content)
const resp = await fetch("https://samplefile.com/samples/download/video/webm/webm_vp9_opus_360p_sample.webm/");
const buf = Buffer.from(await resp.arrayBuffer());
require("fs").writeFileSync("webm_vp9_opus_360p_sample.webm", buf);
# Download and verify SHA256
curl -L -o webm_vp9_opus_360p_sample.webm https://samplefile.com/samples/download/video/webm/webm_vp9_opus_360p_sample.webm/
echo "8cb3cf5fa08bc5027742b56bf756c21442deb20295343ede1d57ca66705ea96d webm_vp9_opus_360p_sample.webm" | shasum -a 256 -c
# Python
import hashlib, requests
data = requests.get("https://samplefile.com/samples/download/video/webm/webm_vp9_opus_360p_sample.webm/").content
assert hashlib.sha256(data).hexdigest() == "8cb3cf5fa08bc5027742b56bf756c21442deb20295343ede1d57ca66705ea96d"
More WEBM files
Other WEBM Sample Files
| Filename | Size | SHA256 | Download |
|---|---|---|---|
webm_15s_sample_file_455KB.webm |
454.7 KB | 47d922e6b86ebe13… |
Download |
webm_30s_sample_file_911KB.webm |
910.8 KB | 0a57868a74c363d2… |
Download |
webm_5s_sample_file_152KB.webm |
151.9 KB | 5b6351c88cf8f5b7… |
Download |
webm_60s_sample_file_1.8MB.webm |
1.8 MB | 69197cd02015fcc9… |
Download |
webm_portrait_vp9_opus_sample.webm |
84.3 KB | 847f389a70fefed8… |
Download |
webm_vp9_no_audio_240p_sample.webm |
16.7 KB | 7ba54d9a47dc3100… |
Download |
Learn more