Fixed image sequence output

This commit is contained in:
N00MKRAD
2020-12-02 15:34:59 +01:00
parent 2c061317d3
commit bd408f3423
7 changed files with 37 additions and 12 deletions

View File

@@ -84,7 +84,7 @@ namespace Flowframes
if (canceled) return;
Program.mainForm.SetProgress(100);
if(!currentlyUsingAutoEnc)
await CreateVideo.FramesToVideo(interpFramesDir, nextOutPath, outMode);
await CreateVideo.Export(interpFramesDir, nextOutPath, outMode);
IOUtils.ReverseRenaming(AiProcess.filenameMap, true); // Get timestamps back
Cleanup(interpFramesDir);
Program.mainForm.SetWorking(false);