Log in

View Full Version : Need help with EffectsMany plugin


ITL
24th November 2006, 15:49
I've downloaded and installed the EffectsMany plugin, but as I'm a bit of an AviSynth n00b, I have no idea how to use it....lol

I've looked through the documentation, but I still can't figure it out - if possible, could anyone supply some simple scripts, specifically for the EffectDistorter, EffectRipple and EffectDistort functions?

Thanks for any help.

:)

vcmohan
25th November 2006, 03:57
You can try the following.
loadplugin("path/effectsmany.dll") # give complete path to the plugin.
AviSource("path/filename.avi") # complete path and file name
#EffectRipple()
#EffectRipples()
#EffectDistort( )
#EffectDistorter()
uncomment out above whichever effect you want to see.
These will produce the effect on whole of input clip using default values.

jsada
26th November 2006, 08:25
I had issues figuring out all the arguments values. I have pretty
much using Mohan's calls (present in documentation), like

blank(220).EffectBalloon(10,55,sx=700, fx= 100,nhops = 4, color=$7f,opacity=30,light="south",refl=20,rise=200)


blank(220).EffectSpotlight(lumen=$7f7f00, finalx = 560, finaly = 360)

blank(220).EffectPlasma(ewidth=200,eheight=200)

vcmohan
27th November 2006, 04:00
In the documentation function of each parameter is briefly mentioned. However you can appreciate them better if you experiment with different values and see the results. If you still have problem, please PM me and I will try to help. Best wishes