Backport fast frame counting and other stuff from Nmkoder

This commit is contained in:
n00mkrad
2021-12-06 22:46:39 +01:00
parent 659332dd0f
commit 7a3c95f6fb
16 changed files with 255 additions and 155 deletions

View File

@@ -232,7 +232,7 @@ namespace Flowframes.Main
MessageBox.Show("An error occured while trying to merge the video chunks.\nCheck the log for details.");
}
Logger.Log($"Merged video chunks in {sw.GetElapsedStr()}", true);
Logger.Log($"Merged video chunks in {sw}", true);
}
static async Task MergeChunks(string framesFile, string outPath, bool isBackup = false)