Selur's Little Message Board

Full Version: Video 8 PAL capture/upscale
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
you used:
Code:
clip = havsfunc.QTGMC(Input=clip, Preset="Slower", InputType=0, TFF=False, TR2=1, SourceMatch=0, Lossless=0, EZDenoise=5.00, NoisePreset="Fast")
The Preset choice defines the Denoise choice, when denoise is set to 'auto', like in your case.
Code:
# Noise presets                             Slower      Slow       Medium     Fast      Faster
    Denoiser = fallback(Denoiser,             ['dfttest',  'dfttest', 'dfttest', 'fft3df', 'fft3df'][npNum]).lower()
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?
I changed some settings in QTGMC and this script works with EZdenoise.
So does it only crash if dfttest is used?
(Hybrid uses: https://github.com/HomeOfVapourSynthEvol...th-DFTTest)
Pages: 1 2 3