mirror of
https://github.com/immich-app/immich.git
synced 2025-03-11 02:23:09 -05: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…
Add table
Reference in a new issue