I've managed to get composition to work OK with the sample_vpp, but there is a lot of color distortion in the output as viewed in yuvplayer.
I've attached some files to illustrate this - the command line, the parameters file, the input NV12, and the output NV12 file. There is also a couple of screenshots saved from yuvplayer showing the input file looking OK, and the output file with color distortion. The color distortion is both inside and outside the composited area.
Please note there is only ONE input file in the package - it is used TWICE in the parameters file so that a smaller identical image is composited.
Any idea what might be causing the color distortion ?
Link Copied
Hi There,
Thank you for sharing the complete reproducer package. Can you please confirm if system environment is "Windows 7 on an i7-3610QM processor" with latest drivers installed as from previous thread.
Thanks,
Thanks - Yes, that is correct.
Hi There,
The input stream in the package attached above is not in NV12 format. It's in i420 which has a different chroma layout compared to NV12. After converting it to NV12, output does not contain artifacts anymore.
Thanks,
For more complete information about compiler optimizations, see our Optimization Notice.