diff --git a/src/misc/coders/Decoders/video/NVDEC.js b/src/misc/coders/Decoders/video/NVDEC.js index 8e92653..01472fc 100644 --- a/src/misc/coders/Decoders/video/NVDEC.js +++ b/src/misc/coders/Decoders/video/NVDEC.js @@ -16,7 +16,7 @@ function createMapping(settings, stream, skills) { const mapping = { global: [], - local: ['-hwaccel', 'cuda', '-hwaccel_output_format', 'cuda'], + local: ['-hwaccel', 'cuda', '-hwaccel_output_format', 'cuda', '-noautoscale'], }; return mapping;