View Full Version : I keep having a problem
ElBoricua433
9 Nov 2005, 01:03 PM
I keep having a problem loading the FluxSmooth Filter, it always keep in my HC Encoder that is unable to load, this is how I typed
LoadPlugin("c:\Program Files\AVSFILTERS\UnDot.dll")
LoadPlugin("c:\Program Files\AVSFILTERS\FluxSmooth25.dll")
UnDot()
FluxSmooth25(7,7)
UncasMS
9 Nov 2005, 01:05 PM
instead of your version FluxSmooth25(7,7) try => FluxSmooth(7,7) [no 25 in it!]
ElBoricua433
9 Nov 2005, 01:06 PM
I tried that too, it still said that the same thing
UncasMS
9 Nov 2005, 01:08 PM
and you definitely have a copy of fluxsmooth25.dll in that directory?
ElBoricua433
9 Nov 2005, 01:13 PM
yeah
ElBoricua433
9 Nov 2005, 01:14 PM
I made a folder called AVSFILTERS in there and added those plugins in that folder
UncasMS
9 Nov 2005, 01:14 PM
and just for testing: could you use a subdirectory with NO spaces in its name?
like c:\avsfilter\fluxsmooth25.dll instead of c:\program files\.....
ElBoricua433
9 Nov 2005, 01:17 PM
well space or no space, it still doesn't work, but do i really need to add Program Files in there?
UncasMS
9 Nov 2005, 01:30 PM
what exactly do you mean?
if the load-command is necessary?
http://forum.digital-digest.com/showpost.php?p=308790&postcount=31
2COOL
9 Nov 2005, 01:31 PM
Do you have AviSynth 2.5 or later installed? If so, then just put your filters into its plugin folder and you don't need to have the LoadPlugin commands inserted.
ElBoricua433
9 Nov 2005, 01:32 PM
I got AviSynth 2.5
2COOL
9 Nov 2005, 01:36 PM
Paste a copy of FluxSmooth25.dll in its plugin folder.
C:\Program Files\AviSynth 2.5\plugins
ElBoricua433
9 Nov 2005, 01:44 PM
do I also need to add Parantheses?
2COOL
9 Nov 2005, 01:47 PM
do I also need to add Parantheses?Please clarify what parentheses you are referring to.
ElBoricua433
9 Nov 2005, 01:53 PM
("C:\Program Files\AviSynth 2.5\plugins\UnDot.dll") and problem still persists with FluxSmooth, it said that there is Script Error, there is no function named FluxSmooth
ElBoricua433
9 Nov 2005, 01:54 PM
("C:\Program Files\AviSynth 2.5\plugins\UnDot.dll")
("C:\Program Files\AviSynth 2.5\plugins\FluxSmooth25.dll")
UnDot()
FluxSmooth(7,7)
That's How I typed it
2COOL
9 Nov 2005, 02:00 PM
("C:\Program Files\AviSynth 2.5\plugins\UnDot.dll")
("C:\Program Files\AviSynth 2.5\plugins\FluxSmooth25.dll")
UnDot()
FluxSmooth(7,7)
That's How I typed itSince you already have your 2 files, UnDot.dll and FluxSmooth25.dll, in your plugin folder, you can get rid of them in your AVS filter Editor. So, you should have these two lines only.
UnDot()
FluxSmooth(7,7)
If you really want to use your LoadPlugin lines (optional) then you should have these.
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\UnDot.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\FluxSmooth25.dll")
UnDot()
FluxSmooth(7,7)
ElBoricua433
9 Nov 2005, 02:03 PM
Wow, that's sound easiers, I'll let you know if it works
2COOL
9 Nov 2005, 02:04 PM
I got this from another thread. It worked for me. Here's FluxSmooth and UnDot for AviSynth 2.5
http://forum.digital-digest.com/attachment.php?attachmentid=2802
UnZip and copy and paste the dlls into your AviSynth's plugins folder.
ElBoricua433
9 Nov 2005, 02:10 PM
I still keeps saying it
2COOL
9 Nov 2005, 02:30 PM
Try using this.
FluxSmoothT(7,7)
Is HC saying missing * for both Undot and FluxSmooth?
ElBoricua433
9 Nov 2005, 02:39 PM
Now It Works, I think it's because I had the old FluxSmooth, not the Fluxsmooth25.dll
ElBoricua433
9 Nov 2005, 02:40 PM
No Basically, HC was pretty much saying it for FluxSmooth
2COOL
9 Nov 2005, 02:41 PM
I'm glad it works for you now. :D Happy encoding!!!
ElBoricua433
9 Nov 2005, 02:44 PM
Thanks
UncasMS
9 Nov 2005, 08:36 PM
i have different versions of fluxsmooth in my avsfilter directory and that does not result in any problem
i wonder which version is being called for in your case now
ElBoricua433
10 Nov 2005, 02:16 AM
It was being called for Fluxsmooth25, not the other FluxSmooth
vBulletin® v3.8.5, Copyright ©2000-2010, Jelsoft Enterprises Ltd.