I.MX8 GST question

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

I.MX8 GST question

950 次查看
xu_ji1
Contributor V

I want to change the  video size before video encode to H264 and after camera output image,how to use the imxvideoconvert command?

Please give some guide.

Thanks

0 项奖励
回复
1 回复

858 次查看
joanxie
NXP TechSupport
NXP TechSupport

refer to the example:

Resize
gst-launch-1.0 videotestsrc ! video/x-raw,format=NV12,width=800,height=600 !
imxvideoconvert_{xxx} ! video/x-raw, width=640, height=480 ! ximagesink display=:0

There are three video conversion plugins, imxvideoconvert_ipu, imxvideoconvert_g2d, and imxvideoconvert_pxp. pls choose the correct plugin you need

0 项奖励
回复