Media (Intel® oneAPI 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

h264 decoder for window

andya
Beginner
155 Views

i decode video stream ,it's not read from file stream and a frame from network. Decoding a frame data  to show,but i found only half of the actual frame decoding.

example:

network frame:256

decode frame: 130

in skd test code have “ Retrieve the buffered decoded frames”?

hi,soory my englishi very poor.

0 Kudos
4 Replies
andya
Beginner
155 Views

same code in linux it‘s ok(HW),window(SW)
 

0 Kudos
Anthony_P_Intel
Employee
155 Views

Hi,

If issue is on Windows, can you use "tracer" tool to capture a log of what is actually being delivered to MediaSDK interface?

Tracer tool is located at "<install dir>\Media SDK 2014 for Clients\tools\mediasdk_tracer".  If you provide log file of problem, I can help analyze..

 

 

0 Kudos
andya
Beginner
155 Views

thans u reply, it's a log file.please help analyze.

0 Kudos
Anthony_P_Intel
Employee
155 Views

This log shows the Media SDK software implementation is attempted with 

MFXInit (MFX_IMPL_SOFTWARE | MFX_IMPL_VIA_D3D9, 

which the software-only implementation of Media SDK does not support.  If you use 'just' MFX_IMPL_SOFTWARE,  you should see the software implementation work.

 

0 Kudos
Reply