mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-01-05 23:09:45 -06:00
docs
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user