Log in

View Full Version : limited sharpen question


Serbianboss
11th June 2006, 18:55
How can i use limited sharpen filter? I mean does i need dll file, or i just write limited sharpen parametars?

Where can find settings for limited sharpen(lite and strong settings)?

thanx

foxyshadis
11th June 2006, 20:36
http://www.avisynth.org/mediawiki/wiki/LimitedSharpen

Serbianboss
14th June 2006, 23:02
Does limited sharpen filter is good for interlaced source?

Pookie
15th June 2006, 01:17
You can't use it directly on interlaced material. You need to do something like:

SeparateFields()
LimitedSharpen(smode=4)
weave()