This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# Usage: | |
# script <video file path> <no of snapshots> | |
# Ex: | |
# ./snapshot.sh inputvideo.mp4 10 | |
#file name |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import requests | |
import datetime | |
import base64 | |
import hashlib | |
# Dummy values, countryCode required if querying EU servers | |
# Most important here are the hardware and channel | |
params = { | |
#"countryCode": "EU", | |
"deviceID": "", |