TS sample file
ts_60s_sample_file_3.9MB.ts
3.9 MB
text/vnd.trolltech.linguist
SHA256 verified
File details
Filename
ts_60s_sample_file_3.9MB.tsSize3.9 MB (4082984 bytes)
MIME type
text/vnd.trolltech.linguistExtension
.9MB.tsSHA256
993d4ec8d36f9c280d1a0848b8541195f2128dcee07ad597a97556d98dbbcacaDownload commands
Use in scripts and tests
curl -L -o ts_60s_sample_file_3.9MB.ts \
https://samplefile.com/samples/download/video/ts/ts_60s_sample_file_3.9MB.ts/
wget -O ts_60s_sample_file_3.9MB.ts \
https://samplefile.com/samples/download/video/ts/ts_60s_sample_file_3.9MB.ts/
import requests
url = "https://samplefile.com/samples/download/video/ts/ts_60s_sample_file_3.9MB.ts/"
resp = requests.get(url)
with open("ts_60s_sample_file_3.9MB.ts", "wb") as f:
f.write(resp.content)
const resp = await fetch("https://samplefile.com/samples/download/video/ts/ts_60s_sample_file_3.9MB.ts/");
const buf = Buffer.from(await resp.arrayBuffer());
require("fs").writeFileSync("ts_60s_sample_file_3.9MB.ts", buf);
# Download and verify SHA256
curl -L -o ts_60s_sample_file_3.9MB.ts https://samplefile.com/samples/download/video/ts/ts_60s_sample_file_3.9MB.ts/
echo "993d4ec8d36f9c280d1a0848b8541195f2128dcee07ad597a97556d98dbbcaca ts_60s_sample_file_3.9MB.ts" | shasum -a 256 -c
# Python
import hashlib, requests
data = requests.get("https://samplefile.com/samples/download/video/ts/ts_60s_sample_file_3.9MB.ts/").content
assert hashlib.sha256(data).hexdigest() == "993d4ec8d36f9c280d1a0848b8541195f2128dcee07ad597a97556d98dbbcaca"
More TS files
Other TS Sample Files
| Filename | Size | SHA256 | Download |
|---|---|---|---|
ts_15s_sample_file_980KB.ts |
979.1 KB | 01455beffa9e8850… |
Download |
ts_30s_sample_file_1.9MB.ts |
1.9 MB | 4023adc886f16111… |
Download |
ts_5s_sample_file_313KB.ts |
312.8 KB | 3e6fd11a5cdb93ed… |
Download |
Learn more