From 7af4f106e77eed9a41a2b455a48325ce59276e27 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Fri, 7 Mar 2025 02:47:20 +0100 Subject: Example scripts: use cbr for replay scripts --- scripts/start-replay.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/start-replay.sh') diff --git a/scripts/start-replay.sh b/scripts/start-replay.sh index 860f2ce..1ac2422 100755 --- a/scripts/start-replay.sh +++ b/scripts/start-replay.sh @@ -3,4 +3,4 @@ pidof -q gpu-screen-recorder && exit 0 video_path="$HOME/Videos" mkdir -p "$video_path" -gpu-screen-recorder -w screen -f 60 -a default_output -c mkv -r 30 -o "$video_path" +gpu-screen-recorder -w screen -f 60 -a default_output -c mkv -bm cbr -q 45000 -r 30 -o "$video_path" -- cgit v1.2.3-70-g09d2