View Single Post
Old 11th March 2010, 22:21   #5  |  Link
jeremy33
Registered User
 
Join Date: Jun 2009
Posts: 172
ok thank you, it is correct ?

Code:
SetMTMode(2,4)
Last=ffdshow_source()
setmemorymax(1024)
SetMTMode(2)
a= last
b=a.Spresso_JD()
SeeSaw_JD(a,b)
LimitedSharpenFaster_JD(strength=11)
LimitedSharpenFaster_JD(strength=11)
mWidth = float(last.width)
mHeight = float(last.height)
ratio = (mWidth/mHeight)
newHeight = round((1920/ratio)/2)*2
spline64resize(1920, newHeight)
distributor()
jeremy33 is offline