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