set quality level to 22

24 hides a lot of details "in the background", i.e. in the dark green areas of the blackboard
This commit is contained in:
Dominic 2023-11-16 09:57:06 +01:00
parent 5cc91d712f
commit f2f3f67d10
Signed by: msrd0
GPG key ID: DCC8C247452E98F9

View file

@ -256,7 +256,7 @@ impl Ffmpeg {
} }
// append encoding options // append encoding options
const QUALITY: &str = "24"; const QUALITY: &str = "22";
if vaapi { if vaapi {
cmd.arg("-c:v").arg("h264_vaapi"); cmd.arg("-c:v").arg("h264_vaapi");
if self.video_bitrate.is_none() { if self.video_bitrate.is_none() {