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.

EncodeFrameAsync detect I-Frame or B-Frame

Ralf_K_
Beginner
378 Views

 

for H264 Encoding i am using

EncodeFrameAsync(&EncodeCtrl_, mfxSurface, bitStream, &EncoderSyncp_);

successfully, but how do I know which kind of Frame (I-Frame or B-Frame) was encoded?

 

0 Kudos
1 Reply
Stefan_S_2
Beginner
378 Views

take a look at pCurrentTask->mfxBS.FrameType, which is available after synchronize.

Regards,
Stefan.

0 Kudos
Reply