Thread: nnedi3 shift
View Single Post
Old 20th July 2014, 20:16   #1  |  Link
bxyhxyh
Registered User
 
Join Date: Dec 2011
Posts: 354
nnedi3 shift

I'm upscaling a dvd to 720p, I needed yv24 colorspace for further part of my script.

I'm using this script
Code:
#Source
ColorMatrix("Rec.601->Rec.709",clamp=0)
y=ConvertToY8().nnedi3_rpow2(2).Dither_convert_8_to_16().dither_resize16(1280,720,kernel="bilinear",invks=true).Ditherpost()
u=UToY8().nnedi3_rpow2(4).Dither_convert_8_to_16().dither_resize16(1280,720,kernel="bilinear",invks=true).Ditherpost()
v=VToY8().nnedi3_rpow2(4).Dither_convert_8_to_16().dither_resize16(1280,720,kernel="bilinear",invks=true).Ditherpost()
YToUV(u,v,y)
How much my shifts should be on this case?

Last edited by bxyhxyh; 21st July 2014 at 04:16.
bxyhxyh is offline   Reply With Quote