Media (Intel® 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
Announcements
The Intel Media SDK project is no longer active. For continued support and access to new features, Intel Media SDK users are encouraged to read the transition guide on upgrading from Intel® Media SDK to Intel® Video Processing Library (VPL), and to move to VPL as soon as possible.
For more information, see the VPL website.

NV12 color format

nadav
Beginner
723 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
723 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