WMV sample file
wmv_5s_sample_file_323KB.wmv
322.8 KB
video/x-ms-wmv
SHA256 verified
File details
Filename
wmv_5s_sample_file_323KB.wmvSize322.8 KB (330531 bytes)
MIME type
video/x-ms-wmvExtension
.wmvSHA256
1e66d2346072fa54425b1d5bd182f2ee48699137570d36ee64529b49f182c104Download commands
Use in scripts and tests
curl -L -o wmv_5s_sample_file_323KB.wmv \
https://samplefile.com/samples/download/video/wmv/wmv_5s_sample_file_323KB.wmv/
wget -O wmv_5s_sample_file_323KB.wmv \
https://samplefile.com/samples/download/video/wmv/wmv_5s_sample_file_323KB.wmv/
import requests
url = "https://samplefile.com/samples/download/video/wmv/wmv_5s_sample_file_323KB.wmv/"
resp = requests.get(url)
with open("wmv_5s_sample_file_323KB.wmv", "wb") as f:
f.write(resp.content)
const resp = await fetch("https://samplefile.com/samples/download/video/wmv/wmv_5s_sample_file_323KB.wmv/");
const buf = Buffer.from(await resp.arrayBuffer());
require("fs").writeFileSync("wmv_5s_sample_file_323KB.wmv", buf);
# Download and verify SHA256
curl -L -o wmv_5s_sample_file_323KB.wmv https://samplefile.com/samples/download/video/wmv/wmv_5s_sample_file_323KB.wmv/
echo "1e66d2346072fa54425b1d5bd182f2ee48699137570d36ee64529b49f182c104 wmv_5s_sample_file_323KB.wmv" | shasum -a 256 -c
# Python
import hashlib, requests
data = requests.get("https://samplefile.com/samples/download/video/wmv/wmv_5s_sample_file_323KB.wmv/").content
assert hashlib.sha256(data).hexdigest() == "1e66d2346072fa54425b1d5bd182f2ee48699137570d36ee64529b49f182c104"
More WMV files
Other WMV Sample Files
| Filename | Size | SHA256 | Download |
|---|---|---|---|
wmv_15s_sample_file_955KB.wmv |
954.1 KB | d25633dd85973169… |
Download |
wmv_30s_sample_file_1.9MB.wmv |
1.9 MB | 6bda9aad49ce1208… |
Download |
wmv_60s_sample_file_3.7MB.wmv |
3.7 MB | 38aabebae8d3840f… |
Download |
Learn more