Log in

View Full Version : Limited Sharpen Faster


cheshire2k
7th March 2008, 22:27
Hey guys can someone please type me a avs to limitedsharpenfaster resize that I can put thru avidemux I have the masktools and all that in C:\Program Files\Avisynth 2.5\plugins I just dont understand the settings please help.

Thanks.

TheRyuu
7th March 2008, 23:00
Hey guys can someone please type me a avs to limitedsharpenfaster resize that I can put thru avidemux I have the masktools and all that in C:\Program Files\Avisynth 2.5\plugins I just dont understand the settings please help.

Thanks.

The resources are out there ;) :search:

I would definitly take a look at the LS page over on the wiki:
http://avisynth.org/mediawiki/LimitedSharpen

as well as the thread started by didee
http://forum.doom9.org/showthread.php?t=84196

Gernally, this is a good starting point though:
LimitedSharpenFaster(ss_x=1.5,ss_y=1.5,smode=3,strength=100)
#or if you want "different" sharpening (I call it different, but it's sort of the same, just a different type of sharpening curve,
#I don't consider one better then the other because sometimes one works better with one source while the other works better for another.
LimitedSharpenFaster(ss_x=1.25,ss_y=1.25,smode=4,strength=100)

Make sure you have the mt_masktools (masktools v2), removegrain package, and warpsharp.