This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

[HELP] Video 8 PAL capture/upscale
#21
you used:
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.
# 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?
Reply
#22
I changed some settings in QTGMC and this script works with EZdenoise.


Attached Files
.txt   ScriptOK.txt (Size: 3,7 KB / Downloads: 27)
Reply
#23
So does it only crash if dfttest is used?
(Hybrid uses: https://github.com/HomeOfVapourSynthEvol...th-DFTTest)
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)