View Single Post
Old 17th September 2017, 15:10   #510  |  Link
gmail123
Registered User
 
Join Date: Dec 2014
Posts: 36
Quote:
Originally Posted by MysteryX View Post
AFAIK nnedi3_rpow2 doesn't support Stack16, but you can use ConvertToStacked and ConvertFromStacked to convert between native 16-bit and Stack16

csp invalid? Make sure you have the latest version of DitherTools. csp parameter is in the docs.

The but with AvisynthShader is in properly detecting 16-bit clips in the Upscale command.

Perhaps this will work, haven't tested
Code:
ConvertBits(16)
SuperRes(3, .43, 0, """nnedi3_rpow2(2, nns=4, cshift="Spline16Resize").ConvertToStacked()""", lsb_upscale=true)
ConvertBits(8)
wrong...
dither ver 1.27.2

I am crazy...

Last edited by gmail123; 17th September 2017 at 15:14.
gmail123 is offline   Reply With Quote