Selur's Little Message Board

Full Version: QTGMC settings advices
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
Understood - must be some glitch in the playback chain on my screen - very different noise levels between the two. Thanks much.
Small correction to that: When QTGMC is used, the custom settings are not applied.
So you would get:
Code:
original = havsfunc.QTGMC(Input=original, Preset="Slower", InputType=0, TFF=True, opencl=True) # new fps: 59.94
and
Code:
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
(using custom and setting Denoise to 20)

So if you stick just to the presets QTGMC calls are identical.

Cu Selur
Pages: 1 2 3