Media (Intel® oneAPI Video Processing Library, Intel Media SDK)
Access community support with transcoding, decoding, and encoding in applications using media tools like Intel® oneAPI Video Processing Library and Intel® Media SDK

NV12 color format

nadav
Beginner
506 Views

Hi,
Is NV12 a YUV color sample or YCbCr color sample?
I have noticed that the 2 terms are used in many places when refering to NV12 while the actual formula of YCbCr is different from YUV by a shift.
what is the exact color sample that is expected by intel media sdk encoder? YUV or YCbCr ?
thanks,
Nadav 

 

 

0 Kudos
1 Reply
Anthony_P_Intel
Employee
506 Views

Hi,

It is YUV.  The mfxFrameInfo stucutre clarifies with the "ChromaFormat" member.  and MFX_CHROMAFORMAT_YUV420 is the format used by current Intel hardware.

-Tony

0 Kudos
Reply