mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 04:02:00 -06:00
Change av1 encoder to libsvtav1 (#108)
This commit is contained in:
parent
cdf054ff58
commit
b3226cdde5
1 changed files with 1 additions and 1 deletions
|
|
@ -301,7 +301,7 @@ impl FFmpegPreset {
|
||||||
} else {
|
} else {
|
||||||
match preset {
|
match preset {
|
||||||
FFmpegPreset::Av1 => {
|
FFmpegPreset::Av1 => {
|
||||||
output.extend(["-c:v", "libaom-av1", "-c:a", "copy"]);
|
output.extend(["-c:v", "libsvtav1", "-c:a", "copy"]);
|
||||||
}
|
}
|
||||||
FFmpegPreset::H265 => {
|
FFmpegPreset::H265 => {
|
||||||
output.extend(["-c:v", "libx265", "-c:a", "copy"]);
|
output.extend(["-c:v", "libx265", "-c:a", "copy"]);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue