TS sample file
ts_5s_sample_file_313KB.ts
312.8 KB
text/vnd.trolltech.linguist
SHA256 verified
File details
Filename
ts_5s_sample_file_313KB.tsSize312.8 KB (320352 bytes)
MIME type
text/vnd.trolltech.linguistExtension
.tsSHA256
3e6fd11a5cdb93ed61eac35cdc580d62717c6f02c5cb57378d88d61e613e2ee1Download commands
Use in scripts and tests
curl -L -o ts_5s_sample_file_313KB.ts \
https://samplefile.com/samples/download/video/ts/ts_5s_sample_file_313KB.ts/
wget -O ts_5s_sample_file_313KB.ts \
https://samplefile.com/samples/download/video/ts/ts_5s_sample_file_313KB.ts/
import requests
url = "https://samplefile.com/samples/download/video/ts/ts_5s_sample_file_313KB.ts/"
resp = requests.get(url)
with open("ts_5s_sample_file_313KB.ts", "wb") as f:
f.write(resp.content)
const resp = await fetch("https://samplefile.com/samples/download/video/ts/ts_5s_sample_file_313KB.ts/");
const buf = Buffer.from(await resp.arrayBuffer());
require("fs").writeFileSync("ts_5s_sample_file_313KB.ts", buf);
# Download and verify SHA256
curl -L -o ts_5s_sample_file_313KB.ts https://samplefile.com/samples/download/video/ts/ts_5s_sample_file_313KB.ts/
echo "3e6fd11a5cdb93ed61eac35cdc580d62717c6f02c5cb57378d88d61e613e2ee1 ts_5s_sample_file_313KB.ts" | shasum -a 256 -c
# Python
import hashlib, requests
data = requests.get("https://samplefile.com/samples/download/video/ts/ts_5s_sample_file_313KB.ts/").content
assert hashlib.sha256(data).hexdigest() == "3e6fd11a5cdb93ed61eac35cdc580d62717c6f02c5cb57378d88d61e613e2ee1"
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_60s_sample_file_3.9MB.ts |
3.9 MB | 993d4ec8d36f9c28… |
Download |
Learn more