Skip to content

Instantly share code, notes, and snippets.

#!/bin/bash
TIMECUT_ARGUMENTS="--viewport=1920,1080 --fps=60 --pipe-mode"
LAUNCH_ARGUMENTS="--no-sandbox --disable-setuid-sandbox --allow-file-access-from-files"
WORKERS=3
START_TIME=0
FILE_TYPE=mp4
set -e