View Single Post
Old 25th May 2008, 13:20   #52  |  Link
WorBry
Registered User
 
Join Date: Jan 2004
Location: Here, there and everywhere
Posts: 1,197
Quote:
Originally Posted by LaTo View Post
Like this: LAA(last, 96, 10, true, 2.0)
Thanks. Not bad, but pretty much the same result as 'Anti-aliasing' script:

http://avisynth.org/mediawiki/AntiAliasing

Note the residual 'hatching' on the white base-board and red pole in the last scene of the DV sample I put up.

Didnt really want to turn this into an 'anti-aliasing' thread per se. Was more interested in the potential application of TempGaussMC in this area.

Edit: PS - I note that this also works quite well on the aliasing:

SeparateFields()
merge(SelectEven().EEDI2(),SelectOdd().EEDI2(),0.5)

But then you start to see more disruption and shimmering of high contrast line patterns (e.g. the striped red shirt in the last scene), and even more so with NNEDI:

SeparateFields()
merge(SelectEven().nnEDI(dh=true,field=1),SelectOdd().nnEDI(dh=true,field=0),0.5)

Hence the notion that this might be resolved by applying similar temporal treatments to those employed by TempGaussMC.
__________________
Nostalgia's not what it used to be

Last edited by WorBry; 25th May 2008 at 18:00.
WorBry is offline   Reply With Quote