fixing issue with detectblackbars not passing in args parameter

This commit is contained in:
reven
2021-12-07 12:51:05 +13:00
parent 512797a38e
commit 3cefdd8a3e
8 changed files with 4 additions and 4 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -25,7 +25,7 @@ namespace FileFlows.VideoNodes
if (string.IsNullOrEmpty(ffplay))
return -1;
string crop = Execute(ffplay, args.WorkingFile, args.TempPath);
string crop = Execute(ffplay, args.WorkingFile, args.TempPath, args);
if (crop == string.Empty)
return 2;

Binary file not shown.

View File

@@ -1,17 +1,17 @@
[
{
"Name": "BasicNodes",
"Version": "0.0.1.21",
"Version": "0.0.1.22",
"Package": "https://github.com/revenz/FileFlowsPlugins/blob/master/Builds/BasicNodes.zip?raw=true"
},
{
"Name": "MetaNodes",
"Version": "0.0.1.21",
"Version": "0.0.1.22",
"Package": "https://github.com/revenz/FileFlowsPlugins/blob/master/Builds/MetaNodes.zip?raw=true"
},
{
"Name": "VideoNodes",
"Version": "0.0.1.21",
"Version": "0.0.1.22",
"Package": "https://github.com/revenz/FileFlowsPlugins/blob/master/Builds/VideoNodes.zip?raw=true"
}
]