Log in

View Full Version : Weird Artifact when using ConvertToYV24


An IP BreAKDoWN
3rd December 2012, 23:01
So I'm trying to use x264 to convert 4:2:0 to 4:4:4 however I don't know if I am properly doing this right. So when I add ConvertToYV24 () to my avs and x264 encodes it will look like this: encode (http://puu.sh/1wOZW.png) and this is the original (http://puu.sh/1wP3l.png). And I've tried using --output-csp i444 --input-csp i444 and many combinations however its always the same out come and I've tried both using a pipe to x264 and just the avs and its also the same out come. However like I said I don't know if this is necessary to make the video 4:4:4 properly or if I should remove ConvertToYV24 and just use --output-csp i444 --input-csp i420 with x264.