add AV1 to nvdec capabilities

This commit is contained in:
Ingo Oppermann 2024-11-26 14:51:59 +01:00
parent 9aff56f76e
commit a8f3064318
No known key found for this signature in database
GPG Key ID: 2AB32426E9DD229E

View File

@ -70,7 +70,7 @@ function Coder({ stream = {}, settings = {}, skills = {}, onChange = function (s
const coder = 'cuda';
const name = 'NVDEC (CUDA)';
const codecs = ['h264', 'hevc', 'mpeg1', 'mpeg2', 'mpeg4', 'vp8', 'vp9', 'vc1'];
const codecs = ['av1', 'h264', 'hevc', 'mpeg1', 'mpeg2', 'mpeg4', 'vp8', 'vp9', 'vc1'];
const type = 'video';
const hwaccel = true;