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