Add example scripts to save recording in application specific directory

This commit is contained in:
dec05eba
2024-01-24 21:05:04 +01:00
parent bbf509caf2
commit c70c0c18bd
4 changed files with 12 additions and 2 deletions

View File

@@ -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"