My scripts do not work
-
- Joined: Mon Aug 03, 2009 4:30 pm
Re: My scripts do not work
after i downlaoded the dll's for the two scripts.. they still dont work. i get the same error message D:
- Kariudo
- Twilight prince
- Joined: Fri Jul 15, 2005 11:08 pm
- Status: 1924 bots banned and counting!
- Location: Los taquitos unidos
- Contact:
Re: My scripts do not work
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)
^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)
- mirkosp
- The Absolute Mudman
- Joined: Mon Apr 24, 2006 6:24 am
- Status: (」・ワ・)」(⊃・ワ・)⊃
- Location: Gallarate (VA), Italy
- Contact:
Re: My scripts do not work
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.
...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.
-
- Joined: Mon Aug 03, 2009 4:30 pm
Re: My scripts do not work
please dot try to tell me to change my script. im confused enough as it is ^^''
ill try that # stuff then
ill try that # stuff then
-
- Joined: Mon Aug 03, 2009 4:30 pm
Re: My scripts do not work
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
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
- Kariudo
- Twilight prince
- Joined: Fri Jul 15, 2005 11:08 pm
- Status: 1924 bots banned and counting!
- Location: Los taquitos unidos
- Contact:
Re: My scripts do not work
you don't rename the files...you make those changes to your script.
would become
if you were to comment out the SSXSharpen() line
Code: Select all
SSXSharpen()
aWarpSharp(depth=10)
Tweak(sat=1.28)
temporalcleaner()
mftoon(strength=5)
Code: Select all
#SSXSharpen()
aWarpSharp(depth=10)
Tweak(sat=1.28)
temporalcleaner()
mftoon(strength=5)
-
- Joined: Mon Aug 03, 2009 4:30 pm
Re: My scripts do not work
It worked! Thank you ^^
- Kariudo
- Twilight prince
- Joined: Fri Jul 15, 2005 11:08 pm
- Status: 1924 bots banned and counting!
- Location: Los taquitos unidos
- Contact:
Re: My scripts do not work
That only makes avisynth skip that particular line. If you commented out ssxsharpen then it isn't doing anything
-
- Joined: Mon Aug 03, 2009 4:30 pm
Re: My scripts do not work
Wait??!! That means it makes the script not work anymore?
Back to where we started
Back to where we started
-
- Joined: Mon Aug 03, 2009 4:30 pm
Re: My scripts do not work
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
but it looked like my scripts didnt work at all