add AV1 to nvdec capabilities
This commit is contained in:
parent
9aff56f76e
commit
a8f3064318
@ -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;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user