Files
gpu-screen-recorder/scripts/start-replay.sh
2025-12-28 13:55:10 -08:00

7 lines
200 B
Bash
Executable File

#!/bin/sh
pidof -q gpu-screen-recorder && exit 0
video_path="$HOME/Videos"
mkdir -p "$video_path"
gpu-screen-recorder -w screen -f 60 -a default_output -c mkv -bm cbr -q 40000 -r 30 -o "$video_path"