aboutsummaryrefslogtreecommitdiff
path: root/scripts/start-replay.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/start-replay.sh')
-rwxr-xr-xscripts/start-replay.sh5
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..e36d59d
--- /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 mkv -r 30 -o "$video_path"