This commit is contained in:
patcarter883 2024-03-24 10:26:08 +00:00
commit 2226ce41c2

View File

@ -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;