mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-05-06 16:59:22 -05:00
FF-1162 - removed single quotes from format=nv12,hwupload
This commit is contained in:
@@ -266,7 +266,7 @@ public class CanUseHardwareEncoding:Node
|
||||
bool vaapi = encodingParams.Any(x => x.Contains("vaapi")) && VaapiHelper.VaapiLinux;
|
||||
List<string> arguments = encodingParams.ToList();
|
||||
if (vaapi)
|
||||
arguments.AddRange(new [] { "-vf", "'format=nv12,hwupload'", "-strict", "-2"});
|
||||
arguments.AddRange(new [] { "-vf", "format=nv12,hwupload", "-strict", "-2"});
|
||||
arguments.InsertRange(0, new []
|
||||
{
|
||||
"-loglevel",
|
||||
|
||||
Reference in New Issue
Block a user