Log in

View Full Version : Script error


six13
12th June 2011, 04:57
have been searching and can't find a solution.

I have a folder with DVD compliant material. I want to use fluxsmooth with DVD-RB 98.2

I have fluxsmooth25.dll in the plugins folder of Avisynth 2.5 , so I place in the filer editor

fluxsmooth(7,7)

and the message I get is "script error there is no function named fluxsmooth"

I have read about some so called solution but nothing seems to be working. Avisyth 2.5.8 I think I have.

jdobbs
12th June 2011, 05:18
You can always load it explicitly by adding LoadPlugin("c:\path\to\fluxsmooth25.dll") in the filter editor.

six13
13th June 2011, 02:02
thankyou jdobbs, I changed over to a new PC. In my previous one I had my filters in the avisynth plugins folder so I didn't need the load command. I did the same thing with this PC having the filters in the plugins folder but it wouldn't work.

The source I have is terrible, it is a rock concert from the 1970's and there is lots of blocking since the bitrate seems to be about 800-1300 bps.

jdobbs
13th June 2011, 03:02
thankyou jdobbs, I changed over to a new PC. In my previous one I had my filters in the avisynth plugins folder so I didn't need the load command. I did the same thing with this PC having the filters in the plugins folder but it wouldn't work.

The source I have is terrible, it is a rock concert from the 1970's and there is lots of blocking since the bitrate seems to be about 800-1300 bps.

If you know how to use REGEDIT, you can check the registry and make sure AVISYNTH is pointing to the correct plugin folder:

HKEY_LOCAL_MACHINE/SOFTWARE/Avisynth/plugindir2_5

on a 64 bit system it will be:

HKEY_LOCAL_MACHINE/SOFTWARE/Wow6432node/Avisynth/plugindir2_5

six13
14th June 2011, 04:06
thankyou !:)