From c70c0c18bd57bc139b993c2fdf09055cf8f0acda Mon Sep 17 00:00:00 2001 From: dec05eba Date: Wed, 24 Jan 2024 21:05:04 +0100 Subject: Add example scripts to save recording in application specific directory --- scripts/replay.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/replay.sh') diff --git a/scripts/replay.sh b/scripts/replay.sh index cf6c494..2781e1e 100755 --- a/scripts/replay.sh +++ b/scripts/replay.sh @@ -3,4 +3,4 @@ [ "$#" -ne 4 ] && echo "usage: replay.sh " && exit 1 active_sink="$(pactl get-default-sink).monitor" mkdir -p "$4" -gpu-screen-recorder -w "$1" -c mp4 -f "$2" -a "$active_sink" -r "$3" -o "$4" +gpu-screen-recorder -w "$1" -c mkv -f "$2" -a "$active_sink" -r "$3" -o "$4" -- cgit v1.2.3