mirror of
https://github.com/n00mkrad/flowframes.git
synced 2025-12-24 04:09:29 +01:00
Fixed video utils progress bar being stuck at 1 00%
This commit is contained in:
@@ -78,7 +78,7 @@ namespace Flowframes
|
||||
}
|
||||
}
|
||||
|
||||
public static async Task ExtractFrames(string inPath, string outPath, bool alpha, bool allowSceneDetect = true, bool extractAudio = true)
|
||||
public static async Task ExtractFrames(string inPath, string outPath, bool alpha, bool extractAudio = true)
|
||||
{
|
||||
if (Config.GetBool("scnDetect"))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user