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 with Futurama Telecine
#20
I tried SMDegrain+QTGMC+sRestore:
script: https://pastebin.com/dj8fWbTW
and it still has some glitches (not color glitches) in it, so a custom script might be the only approach to handle the clip properly.

# 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, mode=5, blockx=64, blocky=64, MI=64, clip2=clip2clip)
clip = core.tivtc.TDecimate(clip=clip, mode=7, rate=23.9760, dupThresh=0.04, vidThresh=3.50, sceneThresh=15.00, blockx=16, blocky=16)# new fps: 23.976
# Making sure content is preceived as frame based
clip = core.std.SetFrameProps(clip=clip, _FieldBased=vs.FIELD_PROGRESSIVE) # progressive
# denoising using mClean
clip = denoise.mClean(clip=clip)
does seem to work

Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Reply


Messages In This Thread
Help with Futurama Telecine - by protectron - 07.07.2025, 05:50
RE: Help with Futurama Telecine - by Selur - 07.07.2025, 05:52
RE: Help with Futurama Telecine - by Selur - 07.07.2025, 12:25
RE: Help with Futurama Telecine - by Selur - 07.07.2025, 15:45
RE: Help with Futurama Telecine - by Selur - 07.07.2025, 16:09
RE: Help with Futurama Telecine - by Selur - 07.07.2025, 16:39
RE: Help with Futurama Telecine - by Selur - 07.07.2025, 18:43
RE: Help with Futurama Telecine - by Selur - 07.07.2025, 19:34
RE: Help with Futurama Telecine - by Selur - 07.07.2025, 21:53
RE: Help with Futurama Telecine - by Selur - 08.07.2025, 04:45
RE: Help with Futurama Telecine - by Selur - 08.07.2025, 11:11
RE: Help with Futurama Telecine - by Selur - 08.07.2025, 17:54
RE: Help with Futurama Telecine - by Selur - 08.07.2025, 18:17
RE: Help with Futurama Telecine - by Selur - 09.07.2025, 05:25
RE: Help with Futurama Telecine - by Selur - 09.07.2025, 17:02
RE: Help with Futurama Telecine - by Selur - 11.07.2025, 04:34

Forum Jump:


Users browsing this thread: 1 Guest(s)