Small correction to that: When QTGMC is used, the custom settings are not applied.
So you would get:
and
(using custom and setting Denoise to 20)
So if you stick just to the presets QTGMC calls are identical.
Cu Selur
So you would get:
original = havsfunc.QTGMC(Input=original, Preset="Slower", InputType=0, TFF=True, opencl=True) # new fps: 59.94
clip = havsfunc.QTGMC(Input=clip, Preset="Slower", InputType=0, TFF=True, TR2=1, SourceMatch=0, Lossless=0, EZDenoise=20.00, NoisePreset="Fast", opencl=True) # new fps: 59.94
So if you stick just to the presets QTGMC calls are identical.
Cu Selur