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.

Decode AVPacket by Intel Media SDK

Tien_V_
Beginner
475 Views

Starting learning Intel Media SDK with simple_decode_d3d11 sample project. Currently, I'm using ffmpeg library to get H264 stream. My idea is that passing the data from Avpacket to mfxBitstream. So is it possible to follow this way? Trying to fill mfxVideoParam mfx info, vpp info by manually but I'm still getting problem with allocate surfaces for decoder. 

0 Kudos
2 Replies
Jiandong_Z_Intel
Employee
475 Views

Hi There,

You may want to try following articles - 

Reading the most new ffmpeg code may help to find your answer.

Thanks,

Zachary

0 Kudos
Tien_V_
Beginner
475 Views

Hi Jiandong,

Thanks a lot for your suggestion. I will try following these articles and come back with the result 

BRs,

Tien Vo

0 Kudos
Reply