recording: constqp should be better for recording

This commit is contained in:
2026-01-14 20:30:28 +01:00
parent b8ed23db27
commit bc0cb5f6c4
4 changed files with 8 additions and 11 deletions
@@ -15,8 +15,7 @@ Singleton {
property string recordingDisplay: ""
readonly property int framerate: 60
readonly property var codecParams: Object.freeze([
"preset=p5", "rc=vbr", "cq=18",
"b:v=80M", "maxrate=120M", "bufsize=160M",
"preset=p4", "rc=constqp", "qp=18",
"color_range=tv"
])
readonly property var filterArgs: ""