PDA

View Full Version : No Function Named MaskedMerge


[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)

malkion
5th July 2004, 04:49
You need to load MaskTools.dll

Find it at Warp Enterprises in the Sticky at the top of this Forum.

Manao
5th July 2004, 07:52
Somehow, the autoloading of MaskTools.dll didn't work. You're really not lucky with that dll

[MA]Debito
5th July 2004, 18:55
yeah, i know...avisynth hates me or something

urrggh....this is pissing me off so damn much...i wish the damn avisynth filter authors could work on making their filters loadable...vaguedenoiser wont load either...this is bull crap...avisynth filters are a joke...when will Vdub get a decent and at least slightly faster rainbow killer than SmartSmootherIQ

Wilbert
5th July 2004, 23:37
What's wrong with loading them manually (outside the plugin dir)?

[MA]Debito
6th July 2004, 01:41
if i do that it tells me it's unable to load the plugin

yaz
6th July 2004, 10:21
Originally posted by [MA]Debito
if i do that it tells me it's unable to load the plugin hmmm ... i get this msg when the plugin misses some dll. imho, it's the usual 'msvc...70.dll business'. check your system32 folder for the msvcp70(msvcr70).dll. vaguedenoiser needs that definitely if that's of kurosu's.
i've just reinstalled my xp pro & i've run into the same problem. xp does install msvc support only up to ver 6 (f...!!!)
it seems as if avisynth itself does need msvc7 support. or am i wrong ?
the bests
y

[MA]Debito
8th July 2004, 15:48
i have it in my system32 folder