My scripts do not work

This forum is for questions and discussion of all the aspects of handling your footage. If you have questions about capturing/ripping footage, AviSynth, or compression/encoding/converting, look here.

Re: My scripts do not work

Postby 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
ImageImage
Image
User avatar
Kariudo
Twilight prince
 
Joined: 15 Jul 2005
Location: Los taquitos unidos
Status: 1924 bots banned and counting!

Re: My scripts do not work

Postby TheEagleClaw » Tue Aug 04, 2009 8:13 pm

It worked! Thank you ^^
TheEagleClaw
 
Joined: 03 Aug 2009

Re: My scripts do not work

Postby 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
ImageImage
Image
User avatar
Kariudo
Twilight prince
 
Joined: 15 Jul 2005
Location: Los taquitos unidos
Status: 1924 bots banned and counting!

Re: My scripts do not work

Postby 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: 03 Aug 2009

Re: My scripts do not work

Postby 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
TheEagleClaw
 
Joined: 03 Aug 2009

Re: My scripts do not work

Postby 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
mirkosp
MODkip
 
Joined: 24 Apr 2006
Location: Gallarate (VA), Italy
Status: (」・ワ・)」(⊃・ワ・)⊃

Re: My scripts do not work

Postby 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:
User avatar
Scintilla
(for EXTREME)
 
Joined: 31 Mar 2003
Location: New Jersey
Status: Quo

Re: My scripts do not work

Postby 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
TheEagleClaw
 
Joined: 03 Aug 2009

Re: My scripts do not work

Postby 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:
User avatar
Scintilla
(for EXTREME)
 
Joined: 31 Mar 2003
Location: New Jersey
Status: Quo

Re: My scripts do not work

Postby 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 ^^
TheEagleClaw
 
Joined: 03 Aug 2009

Re: My scripts do not work

Postby Nya-chan Production » Sun Aug 16, 2009 10:34 pm

Didn't you install the VDM somewhere else as well? It seems that your VDM takes the info from somewhere else, provided you have the plugins in the right place.
ImageImageImageImageImageImageImage
User avatar
Nya-chan Production
The :< point of view
 
Joined: 15 Nov 2006
Location: Ward 7F
Status: White bracelet

Re: My scripts do not work

Postby TheEagleClaw » Mon Aug 17, 2009 12:57 am

could it be because i have vista?

i took what u said into account and i uninstalled and re-downloaded everything. this time i download amvapp 3.0 beta.

it still doesnt work AND i have the .dll's i need in the plugins folder.

maybe it does read in a different area. so i tried pasting it in the vdub folder(where some .dll's themselves are in there). still doesnt work, but i deleted what i pasted there ^^

maybe its vista?

or should i separately download these seemingly new programs?:
http://www.animemusicvideos.org/guides/ ... mvapp.html
TheEagleClaw
 
Joined: 03 Aug 2009

Re: My scripts do not work

Postby nevada11 » Tue Aug 18, 2009 10:05 pm

yea i had this problem a few weeks ago too. i think vdub might be reading the .dll`s from another folder probably.

i tried downloading every amvapp and nothing worked. i just gave up and decided i wont ever be able to script i guess. i hope u solve ur issue soon
User avatar
nevada11
 
Joined: 07 Feb 2007
Location: New York, NY

Re: My scripts do not work

Postby Scintilla » Wed Aug 19, 2009 5:50 am

TheEagleClaw wrote: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.

Yes. Get WarpSharp.dll out of your AVISynth plugins directory and move it somewhere else. You have to manually load that one; it breaks autoloading.

You can always try loading the SharpTools script directly with the Import() command.
ImageImage
:pizza: :pizza: Image :pizza: :pizza:
User avatar
Scintilla
(for EXTREME)
 
Joined: 31 Mar 2003
Location: New Jersey
Status: Quo

Re: My scripts do not work

Postby TheEagleClaw » Wed Aug 19, 2009 11:32 pm

Okay, I do not understand how do I load warpsharp.dll manually. And where do i move it too?

And how do I "load" sharptools script with the import() command? what is that anyway?

and i never asked for the sharptools script. i dont know what that is.

sorry but i need a lot of details too understand
TheEagleClaw
 
Joined: 03 Aug 2009

PreviousNext

Return to Footage Help

Who is online

Users browsing this forum: No registered users and 1 guest