View Single Post
Old 17th February 2009, 22:28   #708  |  Link
carlmart
Carlos Martinez
 
Join Date: Aug 2005
Posts: 288
Quote:
Originally Posted by MrC View Post
Hi Calmart and welcome here.

you can add as many plugin as you want. But you have to manually edit the script: toggle off 'Auto AviSynth Script' and write directly in the textbox.

The shorcuts you have listed are just... shortcuts to very popular internal AviSynth filters.
That's OK. I know that. I already untoggled the "Auto" box and corrected the 16:9 ratio on another film.

But which is the way the script should be written there:

Like this: Video = Video.RePAL()

Or like this: RePAL()

Should I write down where the plug in is, like:

LoadCPlugin("C:\Path\To\repal.dll")

I am getting "script error" messages when I try to use some scripts, like LimitedSharpenFaster.

Last edited by carlmart; 17th February 2009 at 22:38.
carlmart is offline   Reply With Quote