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.

-dc::rgb4 in sample_multi_transcode error

naing__aung
Beginner
346 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
346 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

0 Kudos
Reply