View Single Post
Old 25th September 2014, 01:57   #17  |  Link
colours
Registered User
 
colours's Avatar
 
Join Date: Mar 2014
Posts: 308
Quote:
Originally Posted by flashmaster View Post
this is has far has i got...feel like i am getting somewhere but also feel like i have walked into a closed room and power has gone out.
Is the power going out why you're posting photos instead of screenshots?

Anyhow, the solution is simple. "function foo(){return bar}" only defines a function; it doesn't call the function. On the other hand, you can't use a filter that has not been defined. So just… define the function and then call it.

Code:
avisource("derby.avi")
function RemoveDirtMC(clip,...)
{
...
}
RemoveDirtMC()
Do also what raffriff42 said if it still complains about missing functions.
__________________
Say no to AviSynth 2.5.8 and DirectShowSource!
colours is offline   Reply With Quote