hello,
I record a h64 file at 1080p 30 fps using Gstreamer.
I run following pipeline:
gst-launch-1.0 --gst-debug-level=3 -v v4l2src device=/dev/video0 !
capsfiltercaps="video/xraw,width=1920,height=1080,framerate=30/1,bitrate=20000"
! queue ! videoflip method=rotate-180 ! videoconvert ! videorate ! queue !
omxh264enc ! queue ! avimux ! queue ! filesink location = test.h264
After running this pipeline, I play a recorded video but they contain lots
of frame missing.
Anyone suggest me a right way to solve this issue.
Any improvment in my pipeline?
_______________________________________________
gstreamer-devel mailing list
gstreamer-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel