Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Capturing and Editing Video > Avisynth Usage

 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old 21st February 2011, 22:47   #1  |  Link
list
Registered User
 
list's Avatar
 
Join Date: Sep 2010
Location: Argentina
Posts: 24
unsharpHQ

UnsharpHQ , v05 (updated)

This is a very strong and fast unsharp mask with some new features.
This version is the optimization of the last v03 (also more accurate).

UnsharpHQ is a video plugin for Avisytnh 2.5x.

REQUIRES
* YV12 colorspace input.
* SSE3 capable CPU.

USAGE
UnsharpHQ(int THRESHOLD,float SHARPSTR,float SMOOTH,bool SHOW)

PARAMETERS
(All parameters are optional).
* THRESHOLD: (Default = 20) The value to determine whether or not to sharp a pixel based on the luminance change between their neighbors. Any value >0 can be used.
* SHARPSTR : (Default = 4.0) The sharp strength for the pixels to be sharped. Values from 2 to 10 are recommended.
* SMOOTH : (Default = 0.5) The smooth strength to pixels not sharped. Use this with 0 if you don't want any smooth, or just leave it with default.
* SHOW : (Default = false) The debug or not parameter. Set this to true will show a green video showing the zones to be sharped or not, this is useful to adjust your threshold to your right value.

EXAMPLES
Unsharphq() #All by default, this is useful in most cases.
Unsharphq(20,15.0) #Very strong sharp.
Unsharphq(debug=true) #Run in debug mode.

x86 binary and source -> https://www.mediafire.com/download/1...harpHQ_v05.zip

Last edited by list; 19th January 2014 at 14:56. Reason: update
list is offline   Reply With Quote
 

Tags
unsharphq filter avisynth

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 13:34.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.