we are using av1 for 1080p
All checks were successful
Trigger quay.io Webhook / run (push) Successful in 5s

This commit is contained in:
Dominic 2024-06-04 09:51:45 +02:00
parent 9a58e39bf8
commit f9129b2351
Signed by: msrd0
GPG key ID: AAF7C8430CA3345D

View file

@ -196,7 +196,7 @@ impl<'a> Renderer<'a> {
.next()
.unwrap()
.parse()?;
let format = if height <= 1080 {
let format = if height < 1080 {
FfmpegOutputFormat::AvcAac
} else {
FfmpegOutputFormat::Av1Flac