View Single Post
Old 1st November 2014, 12:05   #9  |  Link
feisty2
I'm Siri
 
feisty2's Avatar
 
Join Date: Oct 2012
Location: void
Posts: 2,633
dats because ur doin it wrong
I'll show u a more detailed example of how to use it
Code:
a=last.Dither_convert_8_to_16 ()
b=last.binomialBlur(varY=0.5, varC=0, Y=3, U=2, V=2, useMMX=true).Dither_convert_8_to_16 ()
sharp=dither_add16 (a,dither_sub16 (a,b,dif=true),dif=true)
a.sharplimit16 (sharp)
ditherpost (mode=6)
edit: u need avs 2.6 or avs+ to use this function

Last edited by feisty2; 1st November 2014 at 12:13.
feisty2 is offline   Reply With Quote