Thread: unsharpHQ
View Single Post
Old 18th July 2014, 22:03   #18  |  Link
list
Registered User
 
list's Avatar
 
Join Date: Sep 2010
Location: Argentina
Posts: 24
Quote:
Originally Posted by Francois76l View Post
Hello list!
Thanks for this great update!
I remarked a small bug with this new version. On the image frame, there is "double contour" on the horizontal lower part. I tried with a very small sharp but the problem is still present.
If you could correct this, it would be amazing!
Thanks!
Hi Francois. Thanks for reporting the bug. I am aware of it.
I can not give a new release right now. Anyway you can manually fix it adding borders. An example script adding overlap in the left and right side would look like this:
Code:
#right overlay
AddBorders(2,0,0,0)
overlay(last,x=-1)overlay(last,x=-1)
#left overlay
AddBorders(0,0,2,0)
overlay(last,x=1)overlay(last,x=1)
#apply the filter
UnsharpHQ(20,99,0)
#cut off borders
crop(2,0,-2,0)
I hope this helps you.
__________________
UnsharpHQ Avisynth plugin
list is offline   Reply With Quote