View Full Version : Ghost images
MaNguS
3rd April 2002, 22:28
Does anyone know how to get rid of ghost images... Ive done the IVTC manually and on auto and in nandub it keeps being encode with ghost frames...Ive tried the tmpg ghost reduction filter and have had no luck. Pls help..Thx guys!
may be other IVTC help...
Try decomb(see in the Avisynth forum or search: decomb), and don't forget use Blend=False to avoid ghosts.
i only use this and for me are ok.
MaNguS
4th April 2002, 04:50
where do i put the decomb filter at.. i downloaded the .dll file what do i do with this now.. pls help me :) thx
just make a new .txt and write in them some like...
Edit:
ahhh don't forget rename the .txt to .avs or just only edit the .avs
that GK made for you
LoadPlugin("D:\DVDPRO~1\GORDIA~1\mpeg2dec.dll")
LoadPlugin("D:\DVDPRO~1\GORDIA~1\decomb.dll")
mpeg2source("O:\Knights\Lain07.d2v")
crop(8,0,704,480)
Telecide(Post=True,Threshold=28,Blend=True,Chroma=True,dthreshold=28)
Decimate(cycle=5)
BicubicResize(496,384,0,0.6)
LoadPlugin("D:\DVDPRO~1\GORDIA~1\decomb.dll") //add this line
The Telecide() and Decomb() are parameters of decomb see the doc for the options.
The other lines should be there already...
Doom has make a new guide of Decomb see this for further explain
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.