mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-01-06 01:59:48 -06:00
video nodes
This commit is contained in:
@@ -94,7 +94,7 @@
|
||||
if (Filter.Any() || OptionalFilter.Any())
|
||||
{
|
||||
results.Add("-filter:v:" + args.OutputTypeIndex);
|
||||
results.Add(String.Join(", ", Filter.Concat(OptionalFilter)).Replace("{index}", args.OutputTypeIndex.ToString()));
|
||||
results.Add(string.Join(", ", Filter.Concat(OptionalFilter)).Replace("{index}", args.OutputTypeIndex.ToString()));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user