[MA]Debito
5th July 2004, 03:36
When i try to preview my avisynth script in wmp 6.4, it gives me this error:
Script error: there is no function named "MaskedMerge"
I have VDubMod 1.5.10.1 latest build, Avisynth 2.5.5 most recent build, masktools 1.5 (latest one). Now why wont this work?!
Here's my script:
mpeg2source("C:\Documents and Settings\Debito\Desktop\cowboy\cowboy.d2v",idct=7, ipp=true, cpu=5)
org = last
msharpen(threshold = 10, mask=true).greyscale()
reduceby2()
uv = blur(1.5).levels(0,2.0,255,0,255).blur(1.5)
b = blankclip(org)
m_mask = ytouv(uv,uv,b)
filtered = org.blur(1.5).blur(1.5).blur(1.5).temporalsoften(2,0,255,3,2)
MaskedMerge(org, filtered, m_mask)
telecide(order=1,guide=0,chroma=true,vthresh=150,gthresh=50,blend=true)
decimate(cycle=5)
Mergechroma(coloryuv(levels="TV->PC"))
Mergechroma(coloryuv(levels="TV->PC"))
Undot()
atc(l=0, c=3, b=12, t=0.6)
ConvertToYUY2()
Convolution3D(1, 12, 22, 8, 8, 2.8, 0)
ConvertToYV12()
aWarpSharp(16.0, 2, .5, 1)
Dup(threshold=2.0, copy=true, blend=true, maxcopies=20, debug=false)
bicubicresize(576,432,0.333,0.333,8,4,706,468)
Script error: there is no function named "MaskedMerge"
I have VDubMod 1.5.10.1 latest build, Avisynth 2.5.5 most recent build, masktools 1.5 (latest one). Now why wont this work?!
Here's my script:
mpeg2source("C:\Documents and Settings\Debito\Desktop\cowboy\cowboy.d2v",idct=7, ipp=true, cpu=5)
org = last
msharpen(threshold = 10, mask=true).greyscale()
reduceby2()
uv = blur(1.5).levels(0,2.0,255,0,255).blur(1.5)
b = blankclip(org)
m_mask = ytouv(uv,uv,b)
filtered = org.blur(1.5).blur(1.5).blur(1.5).temporalsoften(2,0,255,3,2)
MaskedMerge(org, filtered, m_mask)
telecide(order=1,guide=0,chroma=true,vthresh=150,gthresh=50,blend=true)
decimate(cycle=5)
Mergechroma(coloryuv(levels="TV->PC"))
Mergechroma(coloryuv(levels="TV->PC"))
Undot()
atc(l=0, c=3, b=12, t=0.6)
ConvertToYUY2()
Convolution3D(1, 12, 22, 8, 8, 2.8, 0)
ConvertToYV12()
aWarpSharp(16.0, 2, .5, 1)
Dup(threshold=2.0, copy=true, blend=true, maxcopies=20, debug=false)
bicubicresize(576,432,0.333,0.333,8,4,706,468)