mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2025-12-21 01:59:29 -06:00
fixing issue with detectblackbars not passing in args parameter
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -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.
@@ -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"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user