From 6c9ccc7b1297ea983e0008bcaf25649c49034ed1 Mon Sep 17 00:00:00 2001 From: pants Date: Tue, 30 Dec 2025 22:10:56 -0800 Subject: [PATCH] man --- bin/gsr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/gsr b/bin/gsr index 3dfe914..e6b868f 100755 --- a/bin/gsr +++ b/bin/gsr @@ -3,7 +3,7 @@ GSRPID=$(pidof gpu-screen-recorder) DWMBLOCKSPID=$(pidof dwmblocks) AUDIO="-ac opus -a default_output|default_input" AUDIONOMIC="-ac opus -a default_output" -VIDEO="-w DP-4 -k hevc -c mkv -f 60 -bm cbr -q 12000" +VIDEO="-w DP-3 -k av1_10bit -c mkv -fm content -bm vbr" OUTPUT="-o $HOME/wdraidz/media/game-videos/$(date +%m-%d-%Y_%R:%S).mkv" if [ $GSRPID != 0 ]; then