hi.
We have two 10 bit pixfmt for decoder:
NvBufferColorFormat_NV12_10LE
NvBufferColorFormat_NV21_10LE
with colorspace BT.601
i decode 4K hevc yuv420p10le bt2020 with capture dma buffer (NvBufferColorFormat_NV12_10LE),
then comosite decoded buffer on V4L2_PIX_FMT_YUV420M dma buffer (NvBufferColorFormat_YUV420) for encoding to FHD h264.
It’work fine.
But i see faded colors in player after encoder.
is there a nv buffer color format suitable for bt2020?
Transcoded image:
Original image:
May be losses occur at the stage of composite buffer with NvBufferColorFormat_NV12_10LE from the decoder to the encoder buffer with NvBufferColorFormat_YUV420?