No Function named "limitedsharpenfaster"

This forum is for questions and discussion of all the aspects of handling and cleaning up your footage with Avisynth.
Kevmaster
Eisenbahnmörser
Joined: Sun May 28, 2006 12:20 pm
Org Profile

No Function named "limitedsharpenfaster"

Post by Kevmaster » Fri Nov 16, 2007 5:17 pm

That's what Avisynth tells me.

It doesn't matter in which Script I add it, it doesnt matter what settings I use for it, It always tells me that "limitedsharpenfaster" doesnt exist.

help pls?

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

Post by Scintilla » Fri Nov 16, 2007 5:54 pm

Do you actually have the LimitedSharpenFaster function in any of the .AVSI files in your plugins directory?
ImageImage
:pizza: :pizza: Image :pizza: :pizza:

User avatar
Willen
Now in Hi-Def!
Joined: Sun Jul 10, 2005 1:50 am
Status: Melancholy
Location: SOS-Dan HQ
Org Profile

Post by Willen » Sat Nov 17, 2007 9:34 am

If you have MaskTools v2 try looking around in the folders for LimitedSharpenFaster.avsi. Here's a link to v2.0 alpha 32: http://manao4.free.fr/masktools-v2.0a32.zip

LimitedSharpenFaster.avsi should be located in the ...\masktools-v2.0a32\masktools folder (along with mfToon-v0.54.avsi and vmToon-v0.74.avsi).
Having trouble playing back videos? I recommend: Image

Kevmaster
Eisenbahnmörser
Joined: Sun May 28, 2006 12:20 pm
Org Profile

Post by Kevmaster » Sun Nov 18, 2007 4:09 pm

Willen wrote:LimitedSharpenFaster.avsi should be located in the ...\masktools-v2.0a32\masktools folder (along with mfToon-v0.54.avsi and vmToon-v0.74.avsi).

Code: Select all

...AVSFilters\masktools\LimitedSharpenFaster.avsi 
is where the File is located.

User avatar
Willen
Now in Hi-Def!
Joined: Sun Jul 10, 2005 1:50 am
Status: Melancholy
Location: SOS-Dan HQ
Org Profile

Post by Willen » Mon Nov 19, 2007 7:32 am

Kevmasterflashdeluxe wrote:
Willen wrote:LimitedSharpenFaster.avsi should be located in the ...\masktools-v2.0a32\masktools folder (along with mfToon-v0.54.avsi and vmToon-v0.74.avsi).

Code: Select all

...AVSFilters\masktools\LimitedSharpenFaster.avsi 
is where the File is located.
Er, I meant that it's located in that folder in the zip file from the link I provided.

Anyways, if you've found the proper .AVSI file, copy it to your AviSynth plugins folder so it will autoload.
Having trouble playing back videos? I recommend: Image

Kevmaster
Eisenbahnmörser
Joined: Sun May 28, 2006 12:20 pm
Org Profile

Post by Kevmaster » Sat Nov 24, 2007 4:08 pm

Willen wrote:Anyways, if you've found the proper .AVSI file, copy it to your AviSynth plugins folder so it will autoload.
Done that and now it's giving me some weird ass error:

Image

This is my Script:

Code: Select all

mpeg2source("G:\Final_Fantasy_VII\VIDEO_TS\Final Fantasy AC.d2v")
fielddeinterlace()
assumefps(25)
Deen("w3d",1,3,4) 
limitedsharpenfaster(wide=true,edgemode=1,strength=150)
converttoyv12()
Crop(4,6,-12,-4)
lanczosresize(848,480)


[it's giving me a similiar error when I try to use "vmtoon" btw..

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

Post by Scintilla » Sun Nov 25, 2007 10:31 am

Extract the file mt_masktools.dll from the ZIP file to your AVISynth plugins directory; this actually contains all the functions for MaskTools v.2.
ImageImage
:pizza: :pizza: Image :pizza: :pizza:

Kevmaster
Eisenbahnmörser
Joined: Sun May 28, 2006 12:20 pm
Org Profile

Post by Kevmaster » Sun Nov 25, 2007 10:48 am

Scintilla wrote:Extract the file mt_masktools.dll from the ZIP file to your AVISynth plugins directory; this actually contains all the functions for MaskTools v.2.
still not working.

Kevmaster
Eisenbahnmörser
Joined: Sun May 28, 2006 12:20 pm
Org Profile

Post by Kevmaster » Sun Nov 25, 2007 2:12 pm

so I jsut re-installed avisynth, but it's still not working.

User avatar
Zarxrax
Joined: Sun Apr 01, 2001 6:37 pm
Contact:
Org Profile

Post by Zarxrax » Sun Nov 25, 2007 2:31 pm

If you have a file called masktools.dll try removing it. Only thing I can think of, is maybe its interfering with mt_masktools.dll for some reason. (dont completely get rid of it, just move it somewhere else in case you need it again later)

Locked

Return to “AviSynth Help”