Log in

View Full Version : New SRFBob Deinterlacer + Some thoughts about IVTC


real.finder
17th May 2025, 02:11
Imagine a Deinterlacer that gives you minimal artifacts, minimal shimmering, minimal ghosting
a sharp image, smooth edges, and preserves the original fields (by default unless you set "QTGMC_cleane" to more than 0)! :rolleyes:

Here SRFBob() that blend the best of many Avisynth Deinterlacers https://github.com/realfinder/AVS-Stuff/blob/Community/avs%202.5%20and%20up/SRFBob.avsi

You need Zs_RF_Shared.avsi (https://github.com/realfinder/AVS-Stuff/blob/master/avs%202.5%20and%20up/Zs_RF_Shared.avsi) and other plugins, and for now you also need TDeintSFix.avsi (https://github.com/realfinder/AVS-Stuff/blob/Community/avs%202.5%20and%20up/TDeintSFix.avsi) (until pinterf fix https://github.com/pinterf/TIVTC/issues/57)

real.finder
17th May 2025, 02:12
even if it better than any other Deinterlacer, if it used with hybrid source (Especially Anime or Cartoon) its not perfect, the best we can hopefully get is making TFM read IT (http://avisynth.nl/index.php/IT) log file and use it to field matching in pure telecine sections https://github.com/Asd-g/AviSynthPlus-Scripts/issues/15#issuecomment-2874969738

also since TIVTC is the only UpToDate plugin so to make it better it need adding emtn clip (or something similar) to tfm https://github.com/pinterf/TIVTC/issues/27 and maybe even TDecimate

and to do 60fps VFR https://github.com/pinterf/TIVTC/issues/26

and there are some others problems/Improvement suggestions https://github.com/pinterf/TIVTC/issues

and I also thought of using https://github.com/myrsloik/yatta-ivtc but it seems it not support doing 60 VFR

FranceBB
17th May 2025, 14:19
Ah, so this is why you were talking to master Ferenc about TDeint! (I silently followed the conversation on GitHub).
Definitely interesting. I'll take it out for a spin. :)

real.finder
18th May 2025, 15:24
Ah, so this is why you were talking to master Ferenc about TDeint! (I silently followed the conversation on GitHub).
Definitely interesting. I'll take it out for a spin. :)

yes :)
you are welcome

anyway, I did update SRFBob to use https://github.com/pinterf/TIVTC/issues/57#issuecomment-2888517943

and there are new SRFTFMBob https://github.com/realfinder/AVS-Stuff/blob/Community/avs%202.5%20and%20up/SRFTFMBob.avsi (kinda similar SRFBob goals but with different tools)