Unlike the sample from VS, this AviSynth sample uses 2-pass TDecimate.
There is no TFM, no field match is done.
Unlike VFM, TFM performs deinterlacing on its own, using the PP parameter to specify how to handle it. When used together with QTGMC, the QTGMC clip should be assigned to clip2 as an external deinterlacing clip, with a suitable PP value.
https://github.com/iAvoe/deint-ivtc-web-tutorial/blob/d24e8002030c37abf3f9a7d9252c57e02391d4d6/HTML/index.html#L184-L200
PP
parameter to specify how to handle it. When used together with QTGMC, the QTGMC clip should be assigned toclip2
as an external deinterlacing clip, with a suitablePP
value.