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:
parent
5cc91d712f
commit
f2f3f67d10
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue