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.
Locked
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

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 » Wed Aug 05, 2009 12:41 am

I still don't see the screenshots of the show before and after the filtering... >_>
Image

User avatar
Scintilla
(for EXTREME)
Joined: Mon Mar 31, 2003 8:47 pm
Status: Quo
Location: New Jersey
Contact:
Org Profile

Re: My scripts do not work

Post by Scintilla » Wed Aug 05, 2009 5:56 am

If you want to get SSXSharpen working, then save this file to your AVISynth plugins directory and rename it from .avs to .avsi. This turns it into a helper script that will load automatically as long as it's in your plugins directory.

This file also contains the function SharpResize.
ImageImage
:pizza: :pizza: Image :pizza: :pizza:

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

Re: My scripts do not work

Post by TheEagleClaw » Wed Aug 05, 2009 10:24 am

I did this exactly:

I saved the file in my avisynth plugins folder. I went in there and renamed it from "SharpTools-v0.3" to "SharpTools-v0.3.avsi"

It still says that the script does not exist in my vdub

User avatar
Scintilla
(for EXTREME)
Joined: Mon Mar 31, 2003 8:47 pm
Status: Quo
Location: New Jersey
Contact:
Org Profile

Re: My scripts do not work

Post by Scintilla » Wed Aug 05, 2009 9:15 pm

TheEagleClaw wrote:I saved the file in my avisynth plugins folder. I went in there and renamed it from "SharpTools-v0.3" to "SharpTools-v0.3.avsi"
Go into Windows Explorer, pull up Tools --> Folder Options..., and turn OFF the "Hide known file extensions" option on the View tab. The file should have shown up as "SharpTools-v0.3.avs", not just "SharpTools-v0.3". What you want to change is the .avs extension.
ImageImage
:pizza: :pizza: Image :pizza: :pizza:

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

Re: My scripts do not work

Post by TheEagleClaw » Wed Aug 05, 2009 11:12 pm

it still doesnt work, i did as you said. I enabled showing file extensions and changed it to .avsi, nothing changed. vdub still doesnt think it exists.

do i change anything else to .avsi probably?

I still have MaskTools.dll, WarpSharp.dll, and aWarpSharp.dll in my plugins folder exactly like that. Do I change any of those.

i am going to try to change mfToon-0.44 from .avs to .avsi, i sorta didnt download it until now ^^''

ok i did that, and it still doesnt work.

man sorry if im annoying you ^^

Locked

Return to “AviSynth Help”