mirror of
https://github.com/n00mkrad/flowframes.git
synced 2025-12-25 12:49:26 +01:00
Backport fast frame counting and other stuff from Nmkoder
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user