vendredi 2 septembre 2016

How to convert RGB to NV12 color format in C or C++? [on hold]

NV12 format is YUV 4:2:0 format ordered in memory with a Y plane first, then the subsampled chroma data in an interleaved UV plane.

Example:

YYYYYY  
YYYYYY  
UVUVUV  

Aucun commentaire:

Enregistrer un commentaire