status fix for sbs

This commit is contained in:
N00MKRAD 2021-01-27 21:14:55 +01:00
parent a8c9eb9fb4
commit 7c5e1a9b48
1 changed files with 2 additions and 0 deletions

View File

@ -50,6 +50,7 @@ namespace Flowframes.Main
await Reset();
Program.mainForm.SetWorking(false);
Program.mainForm.SetStatus("Done running step.");
Logger.Log("Done running this step.");
}
@ -114,6 +115,7 @@ namespace Flowframes.Main
public static async Task CreateOutputVid()
{
string[] outFrames = IOUtils.GetFilesSorted(current.interpFolder, $"*.{InterpolateUtils.GetOutExt()}");
if (outFrames.Length > 0 && !IOUtils.CheckImageValid(outFrames[0]))
{
InterpolateUtils.ShowMessage("Invalid frame files detected!\n\nIf you used Auto-Encode, this is normal, and you don't need to run " +