I.MX8 GST question

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

I.MX8 GST question

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

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

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