07.07.2025, 19:34
Replace the Hybrid\64bit\vsscripts\smdegrain.py with https://github.com/Selur/VapoursynthScri...degrain.py and try:
Cu Selur
# removing grain using SMDegrain
clip = smdegrain.SMDegrain(input=clip, tr=3, thSADC=2400, interlaced=True, opencl=True, device=-1, tff=False)
clip2clip = clip
clip2clip = qtgmc.QTGMC(Input=clip2clip, Preset="fast", opencl=True, TFF=False, FPSDivisor=2)
# Deinterlacing using TIVTC
clip = core.tivtc.TFM(clip=clip, PP=5, scthresh=18.99, mmsco=False, blockx=32, blocky=32, chroma=True, clip2=clip2clip)
clip = core.tivtc.TDecimate(clip=clip)# new fps: 23.976
Cu Selur
----
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.