View Single Post
Old 19th July 2005, 16:12   #52  |  Link
tsp
Registered User
 
tsp's Avatar
 
Join Date: Aug 2004
Location: Denmark
Posts: 807
you mean 19Jul05 right

Strange it just gets slower and slower. Is the memory usage steady climping while the script is played?
Could you try this script(with the latest avisynth.dll) and report back the speed:
Code:
SetMTMode(2)

loadplugin("d:\plugins\DeComb521.dll")
loadplugin("d:\plugins\TBilateral-096.dll")

Avisource("d:\test-mt.avi").ConvertToYV12

Telecide(order=1,Post=0,Guide=1)
Decimate(Cycle=5,Mode=0,Quality=3)

TBilateral(diameterL=3,diameterC=3,sDevL=2.0,sDevC=2.0,iDevL=6.0,iDevC=7.0,d2=true,gui=false)
tsp is offline   Reply With Quote