logo Sign In

Post #100476

Author
Moth3r
Parent topic
limitedsharpen() with avisynth
Link to post in topic
https://originaltrilogy.com/post/id/100476/action/topic#100476
Date created
11-Apr-2005, 9:30 AM
Try putting the function within your main avs file like this:
AviSource("c:\capture\Hunter\Hunter 1.avi")
LimitedSharpen()

# LimitedSharpen()
#
# A multi-purpose sharpener by Didée
#

function LimitedSharpen( clip clp,
\ float "ss_x", float "ss_y",
...
and so on...