mpdecimate improvements, fix custom out path, lwi caching, alpha tests (wip)

This commit is contained in:
N00MKRAD
2025-03-23 19:36:57 +01:00
parent 15ad7f4316
commit e57a32d5b9
16 changed files with 167 additions and 87 deletions

View File

@@ -309,9 +309,9 @@ namespace Flowframes.Magick
Logger.Log($"Dedupe: Factor is 1, will not redupe; overriding factor to {frameCount}/{inputFrames.Count} = {Interpolate.currentSettings.interpFactor.ToString("0.######")}", true);
}
if (keepPercentage > 95f)
if (keepPercentage > 85f)
{
Logger.Log("Deduplication: Less than 5% duplicate frames detected; disabling for this video.");
Logger.Log("Deduplication: Less than 15% duplicate frames detected; disabling for this video.");
Interpolate.currentSettings.dedupe = false;
}