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.

Unable to start encoding in Windows 10 OS with 6th generation CPU

gparag1983
Beginner
311 Views

Hello,

I attach my system configuration image. (6th generation CPU and Windows 10 OS)

Currently I am connecting both the monitors on external graphic card and extending those the monitors.

When I encode in Mpeg or H264 (using Hardware nased encoder), its fails in initialization.

mfxIMPL impl = MFX_IMPL_HARDWARE_ANY;

sts = m_mfxSession.Init(impl, &min_version);

I also try with MFX_IMPL_HARDWARE and MFX_IMPL_HARDWARE2 option also. But with those option also encoder initialization fails.

If I connect single monitor in External graphic card then encoding started. Problem is with 2 monitor connected in extending mode.

In Windows 7 with same configuration and with 2 monitors (both connected on external graphic card) encoding in Mpeg and H264 is working.

Currently I am using Intel media_sdk_6.0.0.388 and Intel Media Samples 6.0.0.68.

Regards

Parag Gandhi

0 Kudos
1 Reply
Jeffrey_M_Intel1
Employee
311 Views

It's good news that you were able to get Media SDK working with at least some of your graphics configurations.

Multiple monitors and switchable graphics can be very tricky, as the answer quite often turns out to be very specific to your system.

For example, depending on your BIOS you may be able to select primary and secondary displays.  I see from your screenshot that Intel graphics is second.  There may be an option which makes Intel graphics primary, but that is likely to take some investigation on your part.

Also, depending on your OEM you may be able to update to the newest graphics driver -- or you may already be at the latest version available.

You may also have better luck in DX11, but no guarantees.

Sorry to say that there may not be a single definitive answer.  However, I hope that at least one of these suggestions helps.

Regards, Jeff

 

0 Kudos
Reply