added wireplumber confs

This commit is contained in:
2025-08-09 19:11:31 +02:00
parent b0783e09e5
commit e2d9f5ab05
3 changed files with 31 additions and 1 deletions

View File

@@ -17,7 +17,7 @@ start() {
notify-send -u low "$PROGRAM_NAME" "$PROGRAM_NAME is starting ..."
gpu-screen-recorder -w screen -f 120 -a default_output -a default_input -fm vfr \
-c mkv -bm qp -cr full -tune quality -k av1_10bit -q very_high -r 120 \
-replay-storage ram -ab 320 -cursor yes -keyint 2 -o "$video_path" &
-replay-storage ram -ab 320 -cursor yes -keyint 2 -o "$video_path" &> /dev/null &
echo $! > "$PID_FILE"
}