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.

-dc::rgb4 in sample_multi_transcode error

naing__aung
Beginner
239 Views

I would like my decode pipeline to have rgb out and so I set up parfile as below: (ignore the composition, currently filling only 1 tile).

 

-i::h265file.h265  -hw -vpp_comp_dst_x 0 -vpp_comp_dst_y 0 -vpp_comp_dst_w 1920 -vpp_comp_dst_h 1080  -dc::rgb4  -vpp_comp_tile_id 0   -join -o::sink
-vpp_comp_only 1 -vpp_comp_num_tiles 1 -rx11     -fps 10   -ext_allocator   -join -i::source

The error is:

[ERROR], sts=MFX_ERR_UNSUPPORTED(-3), CalculateNumberOfReqFrames, m_pmfxDEC.get failed at /home/movidius/mdk/examples/refApps/AICamera_generic/pc/decode_process/sample_multi_transcode/src/pipeline_transcode.cpp:3387

[ERROR], sts=MFX_ERR_UNSUPPORTED(-3), AllocFrames, CalculateNumberOfReqFrames failed at /home/movidius/mdk/examples/refApps/AICamera_generic/pc/decode_process/sample_multi_transcode/src/pipeline_transcode.cpp:3273

[ERROR], sts=MFX_ERR_UNSUPPORTED(-3), CompleteInit, AllocFrames failed at /home/movidius/mdk/examples/refApps/AICamera_generic/pc/decode_process/sample_multi_transcode/src/pipeline_transcode.cpp:3971

[ERROR], sts=MFX_ERR_UNSUPPORTED(-3), Init, m_pThreadContextArray->pPipeline->CompleteInit failed at /home/movidius/mdk/examples/refApps/AICamera_generic/pc/decode_process/sample_multi_transcode/src/sample_multi_tran

0 Kudos
1 Reply
Mark_L_Intel1
Moderator
239 Views

Hi aung,

I can reproduce your issue although "-rx11" seems to be wrong argument.

I saw you post on https://github.com/Intel-Media-SDK/MediaSDK/issues/1692 and let's do follow-up debugging there.

Mark

Reply