mirror of
https://github.com/n00mkrad/flowframes.git
synced 2025-12-16 16:37:48 +01:00
Fixed image sequence output
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user