imx8dx video play

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

imx8dx video play

524件の閲覧回数
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

ラベル(1)
0 件の賞賛
2 返答(返信)

521件の閲覧回数
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 件の賞賛

519件の閲覧回数
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 件の賞賛