mirror of
https://github.com/n00mkrad/flowframes.git
synced 2025-12-16 16:37:48 +01:00
mpdecimate improvements, fix custom out path, lwi caching, alpha tests (wip)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user