i.MX 6 gstreamer v4l2jpegdec with v4l2h264enc
Gerbaum
jakob.ruisinger at gmail.com
Sat Jan 9 08:58:29 UTC 2021
gst-launch-1.0 -v v4l2src -v device=/dev/video4 !
image/jpeg,width=1920,height=1080,framerate=30/1 ! v4l2jpegdec !
"video/x-raw, format=Y42B, width=1920, height=1080, colorimetry=1:4:7:1" !
videoconvert !
video/x-raw,width=1920,height=1080,format=I420,colorimetry=bt601,framerate=30/1
! fakesink
Without videorate I got the same problem:
gst-launch-1.0 -v v4l2src -v device=/dev/video4 !
image/jpeg,width=1920,height=1080,framerate=30/1 ! v4l2jpegdec !
"video/x-raw, format=Y42B, width=1920, height=1080, colorimetry=1:4:7:1" !
videoconvert !
video/x-raw,width=1920,height=1080,format=I420,colorimetry=bt601 ! fakesink
Working
gst-launch-1.0 -v v4l2src -v device=/dev/video4 !
image/jpeg,width=1920,height=1080,framerate=30/1 ! v4l2jpegdec !
"video/x-raw, format=Y42B, width=1920, height=1080, colorimetry=1:4:7:1" !
videoconvert !
video/x-raw,width=1920,height=1080,format=I420,colorimetry=bt601,framerate=30/1
! fakesink
Not working
--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
More information about the gstreamer-devel
mailing list