My scripts do not work

This forum is for questions and discussion of all the aspects of handling and cleaning up your footage with Avisynth.
TheEagleClaw
Joined: Mon Aug 03, 2009 4:30 pm
Org Profile

Re: My scripts do not work

Post by TheEagleClaw » Tue Aug 04, 2009 2:01 am

after i downlaoded the dll's for the two scripts.. they still dont work. i get the same error message D:

User avatar
Kariudo
Twilight prince
Joined: Fri Jul 15, 2005 11:08 pm
Status: 1924 bots banned and counting!
Location: Los taquitos unidos
Contact:
Org Profile

Re: My scripts do not work

Post by Kariudo » Tue Aug 04, 2009 2:14 am

http://forum.doom9.org/showthread.php?t=98985
^the link for mt_masktools is in that thread (first post)
vmtoon and mftoon are in the masktools folder of that .zip. Only put mt_masktools-26.dll into the plugins folder (you don't want to have 2 versions of the same thing in the plugins folder at the same time)

you shouldn't be getting the same error...
comment out the lines that are giving you errors (put a # at the start of the line. ex: #mftoon(...) ) and see what happens (repeat as needed until your script works)
Image
Image

User avatar
mirkosp
The Absolute Mudman
Joined: Mon Apr 24, 2006 6:24 am
Status: (」・ワ・)」(⊃・ワ・)⊃
Location: Gallarate (VA), Italy
Contact:
Org Profile

Re: My scripts do not work

Post by mirkosp » Tue Aug 04, 2009 7:00 am

In any case...
...that script looks like you might be oversharpening your source. Awarpsharp is especially bad and I personally try to avoid it whenever possible. Could you post a screenshot of the original source? It just seems odd that it's THAT blurry.
Image

TheEagleClaw
Joined: Mon Aug 03, 2009 4:30 pm
Org Profile

Re: My scripts do not work

Post by TheEagleClaw » Tue Aug 04, 2009 7:33 pm

please dot try to tell me to change my script. im confused enough as it is ^^''

ill try that # stuff then

TheEagleClaw
Joined: Mon Aug 03, 2009 4:30 pm
Org Profile

Re: My scripts do not work

Post by TheEagleClaw » Tue Aug 04, 2009 7:45 pm

i turned warpsharp, maskstools, and awarpsharp.dll and renamed them with '#' at the beginning. these were the three dll's i need for ssxsharpen.

i try to use a ssxsharpen in vdub and i still get the error message that there is no script named ssxsharpen. im using vdub 1.5.4.1 and avisynth 2.5

User avatar
Kariudo
Twilight prince
Joined: Fri Jul 15, 2005 11:08 pm
Status: 1924 bots banned and counting!
Location: Los taquitos unidos
Contact:
Org Profile

Re: My scripts do not work

Post by Kariudo » Tue Aug 04, 2009 7:51 pm

you don't rename the files...you make those changes to your script.

Code: Select all

SSXSharpen()
aWarpSharp(depth=10)
Tweak(sat=1.28)
temporalcleaner()
mftoon(strength=5)
would become

Code: Select all

#SSXSharpen()
aWarpSharp(depth=10)
Tweak(sat=1.28)
temporalcleaner()
mftoon(strength=5)
if you were to comment out the SSXSharpen() line
Image
Image

TheEagleClaw
Joined: Mon Aug 03, 2009 4:30 pm
Org Profile

Re: My scripts do not work

Post by TheEagleClaw » Tue Aug 04, 2009 8:13 pm

It worked! Thank you ^^

User avatar
Kariudo
Twilight prince
Joined: Fri Jul 15, 2005 11:08 pm
Status: 1924 bots banned and counting!
Location: Los taquitos unidos
Contact:
Org Profile

Re: My scripts do not work

Post by Kariudo » Tue Aug 04, 2009 8:37 pm

That only makes avisynth skip that particular line. If you commented out ssxsharpen then it isn't doing anything
Image
Image

TheEagleClaw
Joined: Mon Aug 03, 2009 4:30 pm
Org Profile

Re: My scripts do not work

Post by TheEagleClaw » Tue Aug 04, 2009 9:04 pm

Wait??!! That means it makes the script not work anymore?

Back to where we started :twisted:

TheEagleClaw
Joined: Mon Aug 03, 2009 4:30 pm
Org Profile

Re: My scripts do not work

Post by TheEagleClaw » Tue Aug 04, 2009 9:05 pm

Because i put a # next to all the scripts that didnt work but tweak(since that works) and i didnt get any error msg

but it looked like my scripts didnt work at all

Locked

Return to “AviSynth Help”