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

we are using av1 for 1080p

parent 9a58e39b
No related branches found
No related tags found
No related merge requests found
...@@ -196,7 +196,7 @@ impl<'a> Renderer<'a> { ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment