This commit is contained in:
John Andrews
2024-01-26 10:52:48 +13:00
parent 52935d4cb5
commit 57be820654

View File

@@ -59,6 +59,8 @@ namespace FileFlows.VideoNodes
{
if (arguments.Last() != "-")
{
arguments.AddRange(new string[]
{ "-metadata", "comment=Created by FileFlows\nhttps://fileflows.com" });
// strict -2 needs to be just before the output file
arguments.AddRange(new[] { "-strict", strictness });
arguments.Add(output);