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. |
20th July 2014, 20:16 | #1 | Link |
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) Last edited by bxyhxyh; 21st July 2014 at 04:16. |
Tags |
chromashift, nnedi3 |
Thread Tools | Search this Thread |
Display Modes | |
|
|