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.

Using Intel media SDK In WINRT On windows 8

Pruthvi__T_
Beginner
281 Views

Hi Intel,

We are developing an video Editior on Windows 8 Metro.We are uisng Intel Media SDK for Transcode.

We integrated the Intel Media SDK libs on to Win RT to use in Metro apps.We faced an issue:  
WinRT will not support all API’s of Win 32 but Intel Media SDK is using API’s of win 32 Like Reg which are not supported in WinRT in windows 8
Error:Unable to Link WIN32 API's RegCloseKey();

Can You Please let Us how Can we Use INTEL Media SDK on to WINRT.

But We also Created WIN32 Dll which will Be using IntelMedia SDk libs and FFMPEG dll and Libs.But when we load that DLL on to WINRT By uinsg Loadlib the Dll is Not laoding We are getting  error 1114.Crash in Some Depdency DLL.

So can You Please help out How can we Load the Intel Media And FFMEG on to the WINRT and Metro On Windows 8.

Please Note the WIN32Appliaction with Intel Media   SDK Transcode is working fine without any probelm.We Tested simple_6_transcode_opaque - async - ffmpeg this is working fine.But When we use the SDK LIB in WINRT for metro UI. We are Facing above issues.

 

Thansk and Reagrds

Pruthvi

 

0 Kudos
1 Reply
Anthony_P_Intel
Employee
281 Views

Hi Pruthvi,

The MediaSDK API can not be called/access from within a Windows Store application.  Access to many of the hardware capabilities are exposed thru Media Foundation interfaces, as demonstrated with the "sample_win8ui_transcode" application.

-Tony

0 Kudos
Reply