I.MX8 GST question

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

I.MX8 GST question

623 Views
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 Kudos
Reply
1 Reply

531 Views
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 Kudos
Reply