we are using av1 for 1080p
All checks were successful
Trigger quay.io Webhook / run (push) Successful in 5s
All checks were successful
Trigger quay.io Webhook / run (push) Successful in 5s
This commit is contained in:
parent
9a58e39bf8
commit
f9129b2351
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ impl<'a> Renderer<'a> {
|
||||||
.next()
|
.next()
|
||||||
.unwrap()
|
.unwrap()
|
||||||
.parse()?;
|
.parse()?;
|
||||||
let format = if height <= 1080 {
|
let format = if height < 1080 {
|
||||||
FfmpegOutputFormat::AvcAac
|
FfmpegOutputFormat::AvcAac
|
||||||
} else {
|
} else {
|
||||||
FfmpegOutputFormat::Av1Flac
|
FfmpegOutputFormat::Av1Flac
|
||||||
|
|
Loading…
Reference in a new issue