PDA

View Full Version : Fully interlaced. How deinterlace ? No more ghost´s?


hworan
11th August 2002, 17:09
So I should consider my source as fully interlaced NTSC 29.970 fps.
Im not activate Forced Film in DVDAVI , Im encode with Gordian using Fast Deinterlace.

Im Encode Film but more ghots´s in Final Film


Question´s

Im using Decomb , TomsMoComp or IVTC or Decomb & IVTC , TomsMoComp & IVTC ? How use this ?

Im my test´s im use FORCED FILM and IVTC downframerate 23.97 , ghost´s not have but image isn´t good why ?

Please help ME

Shayne
13th August 2002, 13:29
Here are some scripts that have worked for me in the past

LoadPlugin("C:\PROGRA~1\Video\GORDIA~1\Decomb.dll")
Telecide(guide=1)
Decimate(cycle=5)

Telecide(chroma=true,gthresh=50,guide=1,threshold=30)
Decimate(cycle=5)

Telecide(guide=1,post=false)
Decimate(cycle=5)

If you use Post=false, then neither Threshold nor Dthreshold does anything

or

LoadPlugin("C:\Program Files\Video\GordianKnot\TomsMoComp.dll")
TomsMoComp(1,15,1)
or TomsMoComp(1,15,0)
or TomsMoComp(1,15,1)
All the values are integer, 0=no, 1=yes:

I do not think it is wise to mix them ie run 2 at the same time?

hworan
14th August 2002, 05:21
THANKS IM TRY ! :p