mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2025-12-21 16:09:31 -06:00
FF-1886: Create video thumbnail flow element
This commit is contained in:
@@ -224,7 +224,7 @@ public class CreateThumbnail : VideoNode
|
||||
}
|
||||
|
||||
args.Logger?.ILog($"Darkness level detected: {result.Value}");
|
||||
return result.Value < 20;
|
||||
return result.Value > 90;
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user