Use fixed framework for easier importing into kdenlive

This commit is contained in:
David Heinemeier Hansson
2026-02-28 17:56:35 +01:00
parent 7d95dcdfc7
commit a4303e1782
+1 -1
View File
@@ -103,7 +103,7 @@ start_screenrecording() {
local resolution="${RESOLUTION:-$(default_resolution)}"
gpu-screen-recorder -w portal -k auto -s "$resolution" -f 60 -fallback-cpu-encoding yes -o "$filename" "${audio_args[@]}" &
gpu-screen-recorder -w portal -k auto -s "$resolution" -f 60 -fm cfr -fallback-cpu-encoding yes -o "$filename" "${audio_args[@]}" &
local pid=$!
# Wait for recording to actually start (file appears after portal selection)