So I'm trying to upscale and sharpen up a video in avspmod by following the guidance of this video: https://www.youtube.com/watch?v=XyUZqbTTFEs
In which the guy sharpens his video in avspmod with 'LimitedSharpenFaster()'. In the video he says the two main plugins you need for this filter are rgtools.dll and mvtools2.dll, both of which are already installed in the avisynth plugins64 folder (which were installed originally from the AMVPack). However, When I try and use it I just get a script error that there is no functino named LimitedSharpenFaster. What else do I need to do to get this function to work?
Avisynth+ Script Error - LimitedSharpenFaster()
- l33tmeatwad
- Joined: Wed Feb 16, 2005 3:22 pm
- Location: Christiansburg, VA
- Contact:
Re: Avisynth+ Script Error - LimitedSharpenFaster()
I would actually recommend using Hysteria instead (it's included with AMVpack), however if you want to use LimitedSharpenFaster you'll need to download the avsi script and place it in your plugins folder.
Software & Guides: AMVpack | AMV 101 | AviSynth 101 | VapourSynth 101
PixelBlended Studios: Website | Twitter | YouTube
PixelBlended Studios: Website | Twitter | YouTube
-
- Joined: Wed May 22, 2013 12:36 am
Re: Avisynth+ Script Error - LimitedSharpenFaster()
Okay. So in general you need both the .dll file for the functions and then an avis script in order to call those functions within avspmod? Where do I download the avis script? I downloaded to dll package from github but there were no avis scripts with it.
- l33tmeatwad
- Joined: Wed Feb 16, 2005 3:22 pm
- Location: Christiansburg, VA
- Contact:
Re: Avisynth+ Script Error - LimitedSharpenFaster()
For future reference, if you ever need to find a plugin or function script you can visit avisynth.nl to find it and download.
Software & Guides: AMVpack | AMV 101 | AviSynth 101 | VapourSynth 101
PixelBlended Studios: Website | Twitter | YouTube
PixelBlended Studios: Website | Twitter | YouTube
-
- Joined: Wed May 22, 2013 12:36 am
Re: Avisynth+ Script Error - LimitedSharpenFaster()
Awesome, thanks.
-
- Joined: Wed Jan 06, 2021 4:35 am
Re: Avisynth+ Script Error - LimitedSharpenFaster()
Yyou need both the .dll file and an avis script.