Log in

View Full Version : EffectTV plugin usable in Avisynth


tin3tin
8th September 2008, 13:49
I just came across this: Jamie Faye(Money$hot) (http://sourceforge.net/projects/moneyshot/) has ported 49 EffecTV effects to a FreeFrame plugin, which can be used in Avisynth with the FreeFrame loader plugin.

It's released under GLP.

Included in the download(EffecTV_FF.zip (http://downloads.sourceforge.net/moneyshot/EffecTV_FF.zip?modtime=1220576463&big_mirror=0)) is a FreeFrame plugin browser too.

http://sourceforge.net/dbimage.php?id=185876

Get it at sourceforge (http://sourceforge.net/project/showfiles.php?group_id=190317&package_id=223318&release_id=624268).

tin3tin
5th December 2008, 16:29
Hmm, the EffectTV freeframe plug in works okay with the avisynth FreeFrame plugin (http://yatta.mellbin.org/misc/freeframe12.rar) when previewing(with gui), but not when using it directly(no gui).
Ex:
Freeframe("FFEffectTV.dll",true)
works.

Freeframe("FFEffectTV.dll",false,0.961,0,0,0,0,0,0,0,0)
Doesn't work(doesn't have any effect).

Any one succeded using it without the gui?