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
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.

HEVC FEI SW/HW

Maksym_K_
Beginner
390 Views

Hi.

I'm new to this SDK, so I would like to ask obvious question about HEVC FEI API.

I don't understand by the SDK documentation a way of using the mfxFEIH265Output structur in the MFXVideoENCODE_EncodeFrameAsync.

Maybe someone can point to me to the correct direction of usage ?

0 Kudos
4 Replies
Sravanthi_K_Intel
390 Views

Hi Maksym - Did you take a look at the sample code provided for hevc fei? It shows how to use the mfxFEIH265Output  structure. You can find it here (sample_h265_gaa) in the package: https://software.intel.com/en-us/intel-media-server-studio-support/code-samples

Sravanthi_K_Intel
390 Views

Also, this thread may be of relevance to your question - https://software.intel.com/en-us/forums/intel-media-sdk/topic/600764

Maksym_K_
Beginner
390 Views

Hi Sravanthi.

Yes, I looked into example. But it shows only how to do pre-processing.

That thread (https://software.intel.com/en-us/forums/intel-media-sdk/topic/600764) is exactly what I'm asking.

Thank you for pointing. Then my question is the following:

Can I use Intel Encode SDK to reuse output of FEI GAA API ? Or I need to implement rest of the encoder by myself ?

Sravanthi_K_Intel
390 Views

HI Makyum - Yes, you need to implement the encoder yourself. 

Reply