Again, no details. Not sure how I should react to that.
Don't really know what I should look for or what setting you used and how that can compare to XY?
Not sure whather that helps, but over at https://github.com/Selur/VapoursynthScri...r/qtgmc.py you can the changes I did to qtgmc since I started the vsscripts-folder.
Cu Selur
Ps.: normally in QTGMC one uses EZDenoise values around 0-3, I just used those high values to highlight that the denoising is working.
comparing:
and
Don't really know what I should look for or what setting you used and how that can compare to XY?
Not sure whather that helps, but over at https://github.com/Selur/VapoursynthScri...r/qtgmc.py you can the changes I did to qtgmc since I started the vsscripts-folder.
Cu Selur
Ps.: normally in QTGMC one uses EZDenoise values around 0-3, I just used those high values to highlight that the denoising is working.
comparing:
original = qtgmc.QTGMC(original, Preset="Fast", TFF=False, opencl=True, PrevGlobals="Reuse") # new fps: 59.94filtered = qtgmc.QTGMC(Input=clip, Preset="Fast", InputType=0, TFF=False, TR2=0, SourceMatch=0, Lossless=0, EZDenoise=3.00, NoisePreset="Fast", opencl=True, Denoiser="KNLMeansCL") # new fps: 59.94
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.

