imx8dx video play

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

imx8dx video play

501 Views
songhongliang
Contributor II

HI  

I am using imx8dx platform, I can use GStreamer to display pictures, but when playing MP4 video (640x360), the picture is chaotic. Is there any way to help me troubleshoot the problem.

Thanks

0 Kudos
2 Replies

498 Views
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hello Songhongliang,

 

Try the video composition:

gst-launch-1.0 -v imxcompositor_g2d name=comp \ sink_0::xpos=0 sink_0::ypos=0 sink_0::width=640 sink_0::height=360 sink_1::xpos=0 sink_1::ypos=360 sink_1::width=640 sink_1::height=360 ! \ waylandsink \ videotestsrc ! comp.sink_0 \ videotestsrc ! comp.sink_1

I don´t think that 640x360 resolution is supported, instead you should use 600x480;

Regards

 

0 Kudos

496 Views
songhongliang
Contributor II

HI

I mean the resolution of the video file I used to play is 640x360. I can play this file on imx8qm. But it cannot be played normally on imx8dx.

Regards

0 Kudos