Skip to content
Snippets Groups Projects
Unverified Commit f2f3f67d authored by Dominic Meiser's avatar Dominic Meiser
Browse files

set quality level to 22

24 hides a lot of details "in the background", i.e. in the dark green areas of the blackboard
parent 5cc91d71
No related branches found
No related tags found
No related merge requests found
......@@ -256,7 +256,7 @@ impl Ffmpeg {
}
// append encoding options
const QUALITY: &str = "24";
const QUALITY: &str = "22";
if vaapi {
cmd.arg("-c:v").arg("h264_vaapi");
if self.video_bitrate.is_none() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment