IVTC in GKnot

First download Decomb, and copy the dll to the Gordian Knot directory (usually c:\program files\gordian knot\).

While you did activate IVTC within GKnot for the compressability test you can disbable it again (but leave the fps untouched).

Then press the Edit button at the bottom of the window that comes up when you press the Save&Encode button in GKnot's preview window. This will open a new window that contains a lot of text. Look for the following section:

# PLUGINS
# get them from http://users.win.be/dividee
LoadPlugin("C:\PROGRA~1\GORDIA~1\mpeg2dec.dll")
#LoadPlugin("C:\PROGRA~1\GORDIA~1\InverseTelecine.dll")
#LoadPlugin("C:\PROGRA~1\GORDIA~1\Avisynth_Spatial.dll")
#LoadPlugin("C:\PROGRA~1\GORDIA~1\GreedyHMA.dll")
#LoadPlugin("C:\WINDOWS\System32\vobsub.dll")

and add LoadPlugin("C:\PROGRA~1\GORDIA~1\decomb.dll") after the vobsub line. Then look for the following block:

# IVTC
#InverseTelecine(40,10,15)
# or use
#GreedyHMA(1,0,4,0,0,0,0,0)

And add

Telecide()
Decimate(cycle=5)

right after it. Then press Save and Encode.

>> BACK