Fixed and refactored code to include output FPS in export filename

This commit is contained in:
N00MKRAD
2021-03-09 15:55:50 +01:00
parent 3f940c28f9
commit d16eb5b15f
8 changed files with 38 additions and 41 deletions

View File

@@ -123,7 +123,7 @@ namespace Flowframes.Main
}
if (Interpolate.canceled) return;
await CreateVideo.ChunksToVideos(Interpolate.current.tempFolder, videoChunksFolder, Interpolate.current.outFilename);
await CreateVideo.ChunksToVideos(Interpolate.current.tempFolder, videoChunksFolder, Interpolate.current.outPath);
}
catch (Exception e)
{