Log in

View Full Version : Compiling filters


MrTVideo
23rd November 2004, 12:59
I am going to show my ignorance now. I did not have the hide to mess Didee's post on his new filter with this question which is:-
I looked at the function but should that have to be compiled before use or will it be accepted as a script(ignorance bit). If I do not ask I will not become clever and witty just ignorant.

kingmob
23rd November 2004, 15:18
Go to www.avisynth.org for answers to such questions.
You should copy-paste the filter in a text file and save it as an avs, after which you have to use import("pathtofile/nameoffile.avs") in your script.
Alternatively you can save it as *.avsi (* is your own filename) and it will always be autoloaded.

stickboy
23rd November 2004, 19:23
Originally posted by kingmob
Alternatively you can save it as *.avsi (* is your own filename) and it will always be autoloaded.... if you put it in AviSynth's plug-ins directory, of course.