Hi everyone,
when you compare the results from the CUDA Video Decoder to those of e.g. VLC or the MATLAB VideoReader you’ll notice that the CUDA results have a lower contrast and higher brightness, which does not look good at all.
I tried the different color conversion matrices as found in the sample code (ITU709 being the correct one for HD content), but both don’t give the desired results. I even verified the ITU709 color conversion matrix by comparing it to the respective standard document. Everything is fine here, which means that the error must lie somewhere deeper in the decoder. My next step is to look into the NV12 to ARGB conversion as found in NV12toARGB_drvapi.cu and check whether everything is ok there, but I somehow doubt it has anything to do with that.
Do you guys have any other ideas??