Better step names

This commit is contained in:
N00MKRAD
2020-12-02 23:53:27 +01:00
parent 689e9ac17a
commit 7219a3e5ad
2 changed files with 4 additions and 9 deletions

View File

@@ -38,7 +38,7 @@ namespace Flowframes.Main
InterpolateUtils.ShowMessage("Scene changes can only be extracted from videos, not frames!", "Error");
}
if (step.Contains("Extract Video Frames"))
if (step.Contains("Extract Frames"))
{
if (!currentInputIsFrames) // Input is video - extract frames first
await ExtractVideoFrames();
@@ -49,7 +49,7 @@ namespace Flowframes.Main
if (step.Contains("Run Interpolation"))
await DoInterpolate();
if (step.Contains("Create Output Video"))
if (step.Contains("Export"))
await CreateOutputVid();
if (step.Contains("Cleanup"))