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.

Decode Error

dong_x_
Beginner
355 Views

 

HI

     I have a H264 file.

     When i use "simple_decode" to decode on frame data, "DecodeFrameAsync" always return "MFX_ERR_MORE_DATA"

     "DecodeHeader" succeed, and return the right image width and height(2448* 2048).

 

    the file is the H264 bits.

     And I can decode it with FFmpeg.

451727

 

0 Kudos
2 Replies
dong_x_
Beginner
355 Views

Hi,

    I update the frame file.

    Please use this for test

451732

0 Kudos
Surbhi_M_Intel
Employee
355 Views

Hi,

Can you please send us the media sdk analyzer and media tracer logs to debug this issue? System analyzer is a utility that analyzes the system and reports back Intel Media SDK related capabilities and tracer logs is a utility that performs runtime recording of Intel Media SDK API calls and parameters to a log file.You can find more details about the tools in the <installed folder>\Software Development Kit\Tools. 
Also, I was able to decode the input you have send. cmd used
sample - sample_decode.exe h264 -i Downloads\123_frame\123.temp -o customer.yuv
tutorial - simple_decode.exe Downloads\123_frame\123.temp output.yuv 

Thanks,
-Surbhi

0 Kudos
Reply