21.03.2023, 21:21
you used:
The Preset choice defines the Denoise choice, when denoise is set to 'auto', like in your case.
Since you used 'Slower' dfttest is used.
Does it also crash if you use Medium/Fast/Faster ? (I usually use Fast) Or does is still crash if you explicitly select a Denoiser?
Does using DFTTest as Denoiser (not through QTGMC) work for you?
Code:
clip = havsfunc.QTGMC(Input=clip, Preset="Slower", InputType=0, TFF=False, TR2=1, SourceMatch=0, Lossless=0, EZDenoise=5.00, NoisePreset="Fast")
Code:
# Noise presets Slower Slow Medium Fast Faster
Denoiser = fallback(Denoiser, ['dfttest', 'dfttest', 'dfttest', 'fft3df', 'fft3df'][npNum]).lower()
Does it also crash if you use Medium/Fast/Faster ? (I usually use Fast) Or does is still crash if you explicitly select a Denoiser?
Does using DFTTest as Denoiser (not through QTGMC) work for you?