Log in

View Full Version : EffectsPlus avisynth+ plugin


vcmohan
27th June 2017, 12:17
A plugin EffectsPlus (http://www.avisynth.nl/users/vcmohan/EffectsPlus/EffectsPlus_index.html) for use with avisynth+ is now available. There are 26 effects and are similar to functions of EffectsMany a avisynth plugin. All the functions are threade safe. (MT_NICE_FILTER). RGB, YUY2 and Planar 8/ 9-10 and 32 bit depth color formats can be input. As it happens each time the functions coding are altered some improvements also are introduced. In spite of testing some bugs remain. Will be greatful for comments, suggestions and bug reports.

real.finder
5th October 2020, 21:10
seems some functions of this not work in avs+ 3.6 and 25 June 2020 update is has 2017 inside

and is this close source? I didn't see link to the source

vcmohan
13th October 2020, 13:13
seems some functions of this not work in avs+ 3.6 and 25 June 2020 update is has 2017 inside

and is this close source? I didn't see link to the source

I will checkup and come back.

vcmohan
14th October 2020, 06:13
I just checked effectsPlus 64bit plugin with the script that calls all functions. It worked fine. I assume the 32bit version also works. As I have the older avisynth 2.6 in that wow64 folder, I could not test. If you @real.finder found any function(s) are not working please reproduce that script so I can check.
Sorry just discovered that probably my upload failed. I am renewing it.

real.finder
14th October 2020, 10:04
Sorry just discovered that probably my upload failed. I am renewing it.

yes, now the dll modified date is 2020, thanks

real.finder
14th October 2020, 11:07
but it's still crash with some functions like

ColorBars(width=640, height=480, pixel_type="yv12")
Bubbles

wonkey_monkey
14th October 2020, 11:28
FYI the link in the first post is broken.

vcmohan
14th October 2020, 13:00
Corrected it.

real.finder
12th November 2020, 07:35
but it's still crash with some functions like

ColorBars(width=640, height=480, pixel_type="yv12")
Bubbles

ok, this seems crash even with avs+ 3.5


ConvertToPlanarRGB
Bubbles


or


ConvertToyv24
Bubbles


make it work, so it's bug when using subsampling source?

real.finder
6th February 2021, 16:09
the last update fix Bubbles problem with yv12

vcmohan
1st November 2021, 13:41
A new function RearViewMirror is added. This creates a convex mirror image with center as input clip and places this on an output clip at specified coordinates. Mirror can be oval or rectangular and can have a black border. Fish Eye image can be created in a similar fashion. 5 methods of creation are included.