Log in

View Full Version : Strange lag with decomb and avisynth 2.07 ???


ldivx
30th January 2003, 11:18
:(
Hello all.
ihave strange effect when i us this script with avisynth 2.07 and pal dvd.
the avi is lag. i think some frame are drop
Can you help me

# fonction
function ResizeMaintainAspectWidth(clip c,int newwidth,string resizefn) { nh=floor(eval(string(c.height)+". * "+string(newwidth)+". / "+string(c.width)+".")) Return eval(resizefn+"(c,"+string(newwidth)+","+string(nh)+")") }
#les petits Plugins
LoadPlugin("C:\ldivx\filtdll\MPEG2Dec3.dll")
LoadPlugin("c:\ldivx\filtdll\DecombLegacy")
LoadPlugin("c:\ldivx\filtdll\Convolution3D.dll")
LoadPlugin("c:\ldivx\filtdll\autocrop.dll")
# Votre fichier d2v
MPEG2source("d:\artagnan\artagnan.d2v",blend=false)
# IVTC
Telecide(post=true,blend=false,guide=2)
Decimate(mode=2,quality=3)
# On coupe
AutoCrop(preview=false,hMultOf=4,wMultOf=width)
# On redimmensionne
ResizeMaintainAspectWidth(640,"LanczosResize")
Convolution3d (preset="movieHQ")


Thanks ...

hakko504
30th January 2003, 12:03
I never remember the different modes of decimate, but frankly, why do you use it at all? If it's a PAL source then it shouldn't be necessary. Try removing it and see if it looks better.

ldivx
30th January 2003, 12:43
yes when i delete decimate , i have no but the quality is less than with.

Guest
30th January 2003, 14:26
As always, hakko504 is spot on.

What do you mean by "quality is less" when you omit Decimate?

ldivx
31st January 2003, 02:28
when i omit decimate , i have no lag, but with decimate the film is clean, i have no ugly trame but i have lag.
.

Guest
31st January 2003, 03:01
"lag" is a term with no accepted meaning, and I have no idea what you are talking about. And the rest of your response is, unfortunately, incoherent.