mirror of
https://github.com/samsonjs/immich.git
synced 2026-04-27 15:07:45 +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() {
|
getSupportedCodecs() {
|
||||||
return [VideoCodec.H264, VideoCodec.HEVC, VideoCodec.VP9];
|
return [VideoCodec.H264, VideoCodec.HEVC, VideoCodec.VP9, VideoCodec.AV1];
|
||||||
}
|
}
|
||||||
|
|
||||||
useCQP() {
|
useCQP() {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue