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.

media sdk2012 h264 decode error

david_h_14
Beginner
323 Views
Hi, guys, I use intel media sdk 2012 to decode h264 file, however, it doesnt work, i cant see the output file there are some errors DecodeFrameAsync: EXTERNAL : MFX_ERR_MORE_SURFACE (1360) DecodeFrameAsync: EXTERNAL : MFX_ERR_MORE_DATA (208) input file: I download big_buck_bunny_480p_h264.mov from http://download.blender.org/peach/bigbuckbunny_movies/ use YAMB to get raw H.264, just following the instructions in Intel_Media_Developers_Guide OS:win7sp1(32) cpu: intel i5 m480 there are the detailed log in the attachments Best David
0 Kudos
1 Reply
Sravanthi_K_Intel
323 Views

Hi David,

The Media SDK version you have is very old and is not being supported by us. We have moved many generations since and our latest Media SDK is at API 1.16. So, kindly update your Media SDK to the latest.

Based on your command-line, I see you are trying to pass a container format to MSDK. MSDK only operates on elementary bitstreams. If you have a container format, demux it and feed the video stream to MSDK.

For more info, please look at our samples/tutorials pages, and here is link to download the latest Media SDK.

https://software.intel.com/en-us/intel-media-server-studio/try-buy  --> our community version is free.

https://software.intel.com/en-us/intel-media-server-studio-support/code-samples

https://software.intel.com/en-us/intel-media-server-studio-support/training

 

0 Kudos
Reply