stepByStep framerate & gui fixes

This commit is contained in:
N00MKRAD
2020-12-02 01:09:41 +01:00
parent becc579376
commit 596c3148c9
5 changed files with 12 additions and 8 deletions

View File

@@ -146,7 +146,7 @@ namespace Flowframes
if (!Directory.Exists(currentFramesPath) || IOUtils.GetAmountOfFiles(currentFramesPath, false, "*.png") <= 0)
{
Cancel("Failed to extract frames from input video!");
Cancel("Input frames folder is empty!");
}
if (Config.GetInt("dedupMode") == 1)