logo Sign In

Post #581579

Author
Red5
Parent topic
Info: Get rid of the Chroma Shift in Empire (GOUT)
Link to post in topic
https://originaltrilogy.com/post/id/581579/action/topic#581579
Date created
15-Jun-2012, 10:29 AM

Moth3r said:

Red5, what are you using to view the video and take screenshots? Your viewer is not interpolating/upsampling the chroma when converting YV12 into RGB - you can tell by the blockiness at the extremities of the strong reds.

I seem to recall you get this if you load an AviSynth script which delivers YV12 into VirtualDub - you can get smoother results if you add ConvertToRGB() at the end of the script.

Yeah I see what you mean, I was using old Virtualdubmod and actually had the ConverttoRGB() at the end of my test/work script although mostly for CCE mpg encoding reasons, I didn't know this also resulted in smoother RGB conversion, but now it was bypassed by a return(last) further up the script. Thanks for the information this is good to know.