mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
parent
2e0c6f6fff
commit
126cbeabe8
1 changed files with 1 additions and 1 deletions
|
|
@ -842,7 +842,7 @@ export class VAAPIConfig extends BaseHWConfig {
|
|||
}
|
||||
|
||||
getSupportedCodecs() {
|
||||
return [VideoCodec.H264, VideoCodec.HEVC, VideoCodec.VP9];
|
||||
return [VideoCodec.H264, VideoCodec.HEVC, VideoCodec.VP9, VideoCodec.AV1];
|
||||
}
|
||||
|
||||
useCQP() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue