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.

Video Studio X64 Sample issue

Wu_M_
Beginner
252 Views

i have haswell pc with windows 8 64bit OS

when i use video studio X86version in sample/_bin/  ,the mode is Dshow, i transcode a mpeg2 clip ,the results is OK

but when i use X64 version ,the mode is mft ,there is an error on opening the clip Error: unable to create Video decoder, 

then i click transcode ,the info is  Success: stream is opened , Error: unable to create Video

what's wrong with it? how to solve ? 

0 Kudos
1 Reply
Petter_L_Intel
Employee
252 Views

Hi,

The issue you're facing is likely due to the fact that for Windows 8 only the Microsoft certified MFTs (which comes part of the graphics driver) are installed. The Media SDK installer does not provide (or register) MFT binaries built from the MFT sample code.

So to use the MFT option in the "sample_studio" sample, which is the one I assume you refer to, you will have to build the MFTs you'd like to use from the sample code then register those MFT DLLs.

Regards,
Petter 

0 Kudos
Reply