use gstreamer encode at i.MX8MP

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

use gstreamer encode at i.MX8MP

394 Views
jerryc
Contributor I

I do "gst-launch-1.0 videotestsrc do-timestamp=true is-live=true num-buffers=200 ! "video/x-raw, format=YUY2, width=1920, height=1080,framerate=30/1" ! imxvideoconvert_g2d ! "video/x-raw,format=RGB16,width=1920,height=1080" ! v4l2h264enc ! filesink location=./test.mp4"

This can work.

But I do "gst-launch-1.0 videotestsrc do-timestamp=true is-live=true num-buffers=200 ! "video/x-raw, format=YUY2, width=2304, height=1944,framerate=30/1" ! imxvideoconvert_g2d ! "video/x-raw,format=RGB16,width=2304,height=1944" ! v4l2h264enc ! filesink location=./test.mp4"

not work

jerryc_0-1690361405860.png

why??

Is v4l2h264enc not support encode over 1080P resolution?

 

0 Kudos
Reply
0 Replies