1
0
mirror of https://github.com/immich-app/immich.git synced 2025-01-16 16:14:49 +02:00

feat(server): add av1 support for vaapi (#10180)

add av1
This commit is contained in:
Mert 2024-06-11 20:24:06 -04:00 committed by GitHub
parent 2e0c6f6fff
commit 126cbeabe8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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() {