MOV sample file
mov_h264_aac_edit_sample.mov
108.5 KB
video/quicktime
SHA256 verified
File details
Filename
mov_h264_aac_edit_sample.movSize108.5 KB (111092 bytes)
MIME type
video/quicktimeExtension
.movSHA256
9e811e9e748e099492577fb5873e796f5c90b5eab853bee003f682904fe704b7Download commands
Use in scripts and tests
curl -L -o mov_h264_aac_edit_sample.mov \
https://samplefile.com/samples/download/video/mov/mov_h264_aac_edit_sample.mov/
wget -O mov_h264_aac_edit_sample.mov \
https://samplefile.com/samples/download/video/mov/mov_h264_aac_edit_sample.mov/
import requests
url = "https://samplefile.com/samples/download/video/mov/mov_h264_aac_edit_sample.mov/"
resp = requests.get(url)
with open("mov_h264_aac_edit_sample.mov", "wb") as f:
f.write(resp.content)
const resp = await fetch("https://samplefile.com/samples/download/video/mov/mov_h264_aac_edit_sample.mov/");
const buf = Buffer.from(await resp.arrayBuffer());
require("fs").writeFileSync("mov_h264_aac_edit_sample.mov", buf);
# Download and verify SHA256
curl -L -o mov_h264_aac_edit_sample.mov https://samplefile.com/samples/download/video/mov/mov_h264_aac_edit_sample.mov/
echo "9e811e9e748e099492577fb5873e796f5c90b5eab853bee003f682904fe704b7 mov_h264_aac_edit_sample.mov" | shasum -a 256 -c
# Python
import hashlib, requests
data = requests.get("https://samplefile.com/samples/download/video/mov/mov_h264_aac_edit_sample.mov/").content
assert hashlib.sha256(data).hexdigest() == "9e811e9e748e099492577fb5873e796f5c90b5eab853bee003f682904fe704b7"
More MOV files
Other MOV Sample Files
| Filename | Size | SHA256 | Download |
|---|---|---|---|
mov_15s_sample_file_868KB.mov |
867.2 KB | e0c772b6b4f7e77c… |
Download |
mov_30s_sample_file_1.7MB.mov |
1.7 MB | 78d1d0db2b3b5b25… |
Download |
mov_5s_sample_file_279KB.mov |
278.3 KB | ba8f64984311f9a8… |
Download |
mov_60s_sample_file_3.4MB.mov |
3.4 MB | 1799324db5d76d1f… |
Download |
Learn more