How to do the rotate on i.MX8M with gstreamer when play video file?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

How to do the rotate on i.MX8M with gstreamer when play video file?

1,065 次查看
m_c
Senior Contributor I

We just found both imxvideoconvert and imxcompositor are not available on i.MX8M with L4.9.88_2.0.0. How to do the rotate on i.MX8M with gstreamer when play video file?

0 项奖励
2 回复数

751 次查看
diegoadrian
NXP Employee
NXP Employee

Hello

I apologize for the delay.

I was trying to find the best pipeline that could work.

As far as I have is as below:

gst-launch-1.0 filesrc location=test.mp4 ! video/quiciurdemux ! queue ! avdec_h264 ! queue ! videoflip method=clockwise ! waylandsink

This does work well but is not the best solution. The problem is that the video processing it is made with the CPU due to the lack of VPU and when you are making the rotation of the video, the video goes to slow. However, the pipeline that I placed works well, but it is not made with the correct sink.

Hope this can help you.

Best Regards,

Diego

0 项奖励

751 次查看
mrsafetwice
Contributor I

Hi Diego,

You are implying that it lacks the support of the firmware to control the VPU for GStreamer? Because I'm having some problems on scaling the video in a Qt app with GStreamer, seems it is the same thing.

Are there any previsions on when this firmware / plugins will be relased?

Thanks in advance.

0 项奖励