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.

Domains: forum.doom9.org / forum.doom9.net / forum.doom9.se

 

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

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Old 29th September 2017, 19:09   #36  |  Link
real.finder
Registered User
 
Join Date: Jan 2012
Location: Mesopotamia
Posts: 2,693
I think I get why awarpsharp2 give different result

in original awarpsharp
Quote:
int bm

Blur modes:

0 : hq 3-pass
1 : fast 3-pass
2 : fast 1-pass (Default)
3 : light blur
in awarpsharp2
Quote:
int type

Type of blur:

0 : radius 6 blur (some kind of 13x13 average).
1 : radius 2 blur (some kind of 5x5 average), requires around 8x more passes than type=0 for the same effect (will be 2.5x slower), but will produce better quality.
for awarpsharp in awarpsharp2

Quote:
Original aWarpSharp compatibility:

Mapping from original aWarpSharp parameters:

thresh = thresh*256
blur = blurlevel
type = (bm=0)->1, (bm=2)->0
depth = depth*blurlevel/2
chroma = 0->2, 1->4, 2->3
so the difference is the blur type, since there only 2 type in awarpsharp2
__________________
See My Avisynth Stuff
real.finder is offline   Reply With Quote
 

Thread Tools
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 00:40.


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