diff options
Diffstat (limited to 'scripts/start-replay.sh')
-rwxr-xr-x | scripts/start-replay.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/start-replay.sh b/scripts/start-replay.sh new file mode 100755 index 0000000..29ff67a --- /dev/null +++ b/scripts/start-replay.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +video_path="$HOME/Videos" +mkdir -p "$video_path" +gpu-screen-recorder -w screen -f 60 -a "$(pactl get-default-sink).monitor" -c mp4 -r 30 -o "$video_path" |