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.

function MFXVideoDECODE_Init question

wd197755
Beginner
613 Views
After the function MFXVideoDECODE_Init() is called, memory-commit size will rised about 200M. So, I cant't open more than 7ch decoder in one process.

setting:
. MSDK version 3.0.332.30303 Beta2
. mfxVersion version = {MIN_REQUIRED_API_VER_MINOR, MIN_REQUIRED_API_VER_MAJOR}
. mfxIMPL impl = MFX_IMPL_HARDWARE
. mfxVideoParam.IOPattern = (mfxU16)MFX_IOPATTERN_OUT_SYSTEM_MEMORY
. mfxVideoParam.AsyncDepth = 1
. resolution is 1920x1080
. encoded type is h264
. framework is directshow
. win7 32bit
. intel core i3-2120

Thank you in advance!
0 Kudos
1 Reply
Anthony_P_Intel
Employee
613 Views
Hi,

There is currently an issue seen with 32-bit applications are used.

We are working on root causing this issue as explained in earlier post. In the meantime, since the issue cannot be seen in 64 bit build, I suggest using a 64 bit setup so that you can continue development and testing.

Please watch these forums for updates.

-Tony
0 Kudos
Reply