Topic: Scene change detection sensitivity

Is there any setting to adjust scene change detection sensitivity or disable it?
Since RIFE is smooth enough to interpolate fast movement object, scene change detection just skip the frame and make it stutter (especially in anime)

2 (edited by blackmickey1007 21-05-2022 08:36:39)

Re: Scene change detection sensitivity

SVP4\script\base.py

-    input_m = input_m.misc.SCDetect(threshold=0.1)
+    input_m = input_m.misc.SCDetect(threshold=0.20)

Re: Scene change detection sensitivity

Thank you
I'm using

input_m = input_m.misc.SCDetect(threshold=1.0)

to disable it