Prashant Andani

Results 11 comments of Prashant Andani

Thank you dmitry for prompt response.

Hi, By referring this https://github.com/dmitryermilov/MediaSDK/commit/d5430f799e28ad1862fb4ff15acb605d5596d952 I have created one more VPP with new session id. Aim is to create one more vpp pipeline with same decoder output ie., current pipeline...

Hi @SofyaBalandina , with the above display pipeline we used vpp_comp option along with vpp_comp_only option to have filedump. **par file used:** -i::h264 test.h264 -join -hw -async 1 -o::sink -vpp_comp_dst_x...

Hi @SofyaBalandina Thanks for that reply. This helps us. We are planning to approach two ways to achieve 1 - N pipeline like input - one decoder to i) above...

Hi @SofyaBalandina, Thank you so much for the prompt reply. we tried as you mentioned above, -i::h264 1min.h264 -hw -async 1 -vpp_comp_dst_x 0 -vpp_comp_dst_y 0 -vpp_comp_dst_w 1280 -vpp_comp_dst_h 720 -o::sink...

Hi @dmitryermilov, In N-1 Display pipeline - we are getting display only when we use -join option (which joins all session) in par file. In N-1 Display pipeline - when...

Hi @dmitryermilov, We suspect that, for composition+rendering - joining the sessions are mandatory. If so, can you suggest us any possible way of achieving composition+rendering without joining the sessions and...

yocto-2.7 or Linux with 5.0 kernel Actually we are able to use the samples but video is not displayed in qt window, rendering is happening on another window(x11), we need...

Hi @VUNNYSODHI @UngTengEn @SiewHoon Is it possible to integrate intel media sdk with Qt GUI?

Thanks @SiewHoon , yes we are able to integrate Qt GUI app with gstreamer & display multiple streams in Qt Grid. but we want achieve this with Hardware Acceleration, (I'm...