mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
feat(server): enable AV1 encoding for QSV (#8942)
This commit is contained in:
parent
6778653825
commit
caf76f0713
1 changed files with 1 additions and 1 deletions
|
|
@ -566,7 +566,7 @@ export class QSVConfig extends BaseHWConfig {
|
|||
}
|
||||
|
||||
getSupportedCodecs() {
|
||||
return [VideoCodec.H264, VideoCodec.HEVC, VideoCodec.VP9];
|
||||
return [VideoCodec.H264, VideoCodec.HEVC, VideoCodec.VP9, VideoCodec.AV1];
|
||||
}
|
||||
|
||||
// recommended from https://github.com/intel/media-delivery/blob/master/doc/benchmarks/intel-iris-xe-max-graphics/intel-iris-xe-max-graphics.md
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue