diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-07-23 01:50:06 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-07-23 01:50:06 +0200 |
commit | da73b3ac6346105ad8404874b8bb54c846d4f54e (patch) | |
tree | 9b989da3f4d16ecdcf05b6b47f06f2625971033f /scripts/replay.sh | |
parent | e9343cce911c6401f9318165b4d098bdef723f8a (diff) |
Remove old script, in start-replay script dont start if gpu screen recorder is already running
Diffstat (limited to 'scripts/replay.sh')
-rwxr-xr-x | scripts/replay.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/scripts/replay.sh b/scripts/replay.sh deleted file mode 100755 index 2781e1e..0000000 --- a/scripts/replay.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh -e - -[ "$#" -ne 4 ] && echo "usage: replay.sh <window_id> <fps> <replay_time_sec> <output_directory>" && exit 1 -active_sink="$(pactl get-default-sink).monitor" -mkdir -p "$4" -gpu-screen-recorder -w "$1" -c mkv -f "$2" -a "$active_sink" -r "$3" -o "$4" |