diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-01-24 21:05:04 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-01-24 21:05:04 +0100 |
commit | c70c0c18bd57bc139b993c2fdf09055cf8f0acda (patch) | |
tree | 6858c300a1934348dac5f2a644b4c69f73369687 /scripts/start-replay.sh | |
parent | bbf509caf2dbf355ebc3d68ecc1b84e7669f195f (diff) |
Add example scripts to save recording in application specific directory
Diffstat (limited to 'scripts/start-replay.sh')
-rwxr-xr-x | scripts/start-replay.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/start-replay.sh b/scripts/start-replay.sh index 29ff67a..e36d59d 100755 --- a/scripts/start-replay.sh +++ b/scripts/start-replay.sh @@ -2,4 +2,4 @@ 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" +gpu-screen-recorder -w screen -f 60 -a "$(pactl get-default-sink).monitor" -c mkv -r 30 -o "$video_path" |