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
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.

Errors encountered when executing the samples

Li__Desmond
Beginner
260 Views

Greetings from a beginner programmer, I've built the sample codes for Decode and Encode by using Visual Studio Express. I started testing them by using the Command Prompt. After I've filled the parameters, the following errors appeared.

For encode: sample_encode.exe h264 -i input.yuv -o output.h264 -w 720 -h 480 -hw

[ERROR], sts=MFX_ERR_UNKNOWN(-1), CEncodingPipeline::GetFreeTask, m_TaskPool.SynchronizeFirstTask failed at src\pipeline_encode.cpp:1516

[ERROR], sts=MFX_ERR_UNKNOWN(-1), CEncodingPipeline::Run, m_pmfxENC->EncodeFrameAsync failed at src\pipeline_encode.cpp:1851

[ERROR], sts=MFX_ERR_UNKNOWN(-1), wmain, pPipeline->Run failed at src\sample_encode.cpp:1072

For decode: sample_decode.exe h264 -i text.mp4 -o output.yuv -d3d -sw

[ERROR], sts=MFX_ERR_MORE_DATA(-10), CDecodingPipeline::InitMfxParams, m_FileReader->ReadNextFrame failed at src\pipeline_decode.cpp:702

[ERROR], sts=MFX_ERR_MORE_DATA(-10), CDecodingPipeline::Init, InitMfxParams failed at src\pipeline_decode.cpp:404

[ERROR], sts=MFX_ERR_MORE_DATA(-10), wmain, Pipeline.Init failed at src\sample_decode.cpp:719

0 Kudos
0 Replies
Reply