Log in

View Full Version : Interlacing on scene changes with 3:2 pulldown method


Avarice7DS
29th June 2007, 19:45
I am trying to encode this clip to xvid. Right now I'm using (or atleast i think i am) the 3:2 pulldown method with decomb. It delivers awesome results, except for the scene changes where I notice interlace artifacts, even when playing around with the vthresh switch. Is it supposed to be like this?

Avisyth:

LoadPlugin("C:\PROGRA~1\GORDIA~1\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\GORDIA~1\AviSynthPlugins\decomb.dll")
LoadPlugin("C:\PROGRA~1\GORDIA~1\AviSynthPlugins\UnDot.dll")
mpeg2source("G:\testing.d2v")
Telecide(order=0,guide=1,post=2,vthresh=30,dthresh=6)
Decimate()
crop(10,0,700,476)
LanczosResize(608,464)

Vob sample: http://www.sendspace.com/file/ezudri

Avarice7DS
29th June 2007, 23:07
nevermind issue resolved