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.
3058 Discussions

Using Sample_decode for MVC decoding, got MFX_ERR_NOT_ENOUGH_BUFFER

Anonymous
Not applicable
292 Views

Hi,

 

I'm trying to decode MVC file using sample_decode project, but I got MFX_ERR_NOT_ENOUGH_BUFFER error at pipeline_decode.cpp line 48, m_FileReader->ReadNextFrame(&m_mfxBS);.

What should I do to avoid this error? I attched MVC file I tested.

0 Kudos
3 Replies
Anonymous
Not applicable
292 Views

Upload the file tested.

0 Kudos
Anonymous
Not applicable
292 Views

Seungpyo Hong (Intel) wrote:

Hi,

 Exact location that error occurred is at sample_utils.cpp

CH264FrameReader::ReadNextFrame(mfxBitstream *pBS) {

......

MSDK_CHECK_NOT_EQUAL(FindSlice(&m_lastBs, pos2ndNaluStart) == 2, true, MFX_ERR_NOT_ENOUGH_BUFFER);

}

What should I do to avoid this error? I attched MVC file I tested.

0 Kudos
Petter_L_Intel
Employee
292 Views

Hi,

Looking at the file you send it looks like it is not a pure elementary MVC formatted stream, but instead a BDAV container.

Please try to extract the MVC stream from the container and then feed it to Media SDK.

Regards,
Petter 

0 Kudos
Reply