View Full Version : IVTC how to
jp110099
31st August 2002, 01:06
Hello, i am doin a Divx 5 rip and i was wondering that when i create a DVD2AVI project it is Film At 88% and it says to perfornm IVTC but nothing else, no how to's or anything. So how would i do this? Thx in advance.
manono
31st August 2002, 01:49
Hi-
I'll assume this is NTSC (as opposed to PAL) material. You'll have to have the Decomb Plugin or one of the others (GreedyHMA, IVTC2.2) for IVTC already installed. If you create your .avs using GKnot, then it's installed already. You create your .d2v with no Field Operation (30fps), and then tick the IVTC button when setting up your .avs in GKnot. Unless you're pretty experienced, I'd recommend using GKnot to set up the .avs with the IVTC. Doom9 has a couple of guides on the subject. You can go read the Decomb Guide (http://www.doom9.org/decomb.htm), and the Decomb Parameters Guide (http://www.doom9.org/decomb-params.htm). Also, if you use the search engine, you'll find tons of threads on the subject.
You can find the IVTC plugins in the Filters section of the Downloads area. This is difficult stuff, so good luck.
Hiro2k
31st August 2002, 03:09
Hi
I like using the IVTC 2.2 plugin. It has worked the best for me. If you wish to use it, download it from the download page and install it into your Gknot directory. Then if you feel confident with editing your avs, you can add these lines.
LoadPlugin("C:\GORDIA~1\IVTC.dll") (assuming its in that dir)
and later under the IVTC settings you add
ivtc(44,11,95)
Make sure if you use IVTC 2.2 that you don't use decomb and that you commenet out and all the other optios under the IVTC settings. To do that just add a # infront of the lines. Here is a test script so you can see what i mean.(note do not use this avs script since you probly have diffent settings)
# PLUGINS
# get them from http://users.win.be/dividee
LoadPlugin("D:\GORDIA~1\mpeg2dec.dll")
LoadPlugin("D:\GORDIA~1\IVTC.dll")
#LoadPlugin("D:\GORDIA~1\decomb.dll")
#LoadPlugin("D:\GORDIA~1\InverseTelecine.dll")
#LoadPlugin("D:\GORDIA~1\Avisynth_Spatial.dll")
#LoadPlugin("D:\GORDIA~1\GreedyHMA.dll")
#LoadPlugin("C:\WINDOWS\System32\vobsub.dll")
#LoadPlugin("D:\GORDIA~1\SimpleResize.dll")
#
# SOURCE
mpeg2source("D:\EVA\Disk 1\Episode 2.d2v")
#
# IVTC
ivtc(44,11,95)
#Telecide()
#Decimate(cycle=5)
# or use
#InverseTelecine(40,10,15)
#GreedyHMA(1,0,4,0,0,0,0,0)
#
# DEINTERLACING (1)
FieldDeinterlace()
#
# CROPPING
crop(8,0,701,478)
#
# DEINTERLACING (2)
#VerticalReduceBy2
# or maybe
#GreedyHMA(1,0,0,0,0,0,0,0)
#
#
# SUBTITLES
#VobSub("FileName")
#
# RESIZING
BicubicResize(640,480,0,0.5)
manono
31st August 2002, 05:58
Hi Hiro2k-
Good tips about using IVTC2.2. But if you want to use FieldDeinterlace, you'll still have to load the Decomb Plugin. It's just the Telecide()-Decimate(Cycle=5) combo you wouldn't use.
jp110099
1st September 2002, 03:10
Originally posted by manono
Hi-
I'll assume this is NTSC (as opposed to PAL) material. You'll have to have the Decomb Plugin or one of the others (GreedyHMA, IVTC2.2) for IVTC already installed. If you create your .avs using GKnot, then it's installed already. You create your .d2v with no Field Operation (30fps), and then tick the IVTC button when setting up your .avs in GKnot. Unless you're pretty experienced, I'd recommend using GKnot to set up the .avs with the IVTC. Doom9 has a couple of guides on the subject. You can go read the Decomb Guide (http://www.doom9.org/decomb.htm), and the Decomb Parameters Guide (http://www.doom9.org/decomb-params.htm). Also, if you use the search engine, you'll find tons of threads on the subject.
You can find the IVTC plugins in the Filters section of the Downloads area. This is difficult stuff, so good luck.
Where in Gknot do i check off IVTC??
manono
1st September 2002, 03:36
Hi-
When you set up your .avs in GKnot, over on the left side, under Field Operations, you'll see the Inverse Telecine (IVTC) Box (all this presupposes NTSC material, a 29.97fps .d2v and the current version of GKnot installed)
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.