Has anyone succeedded in grabing and encoding the HDMI input in realtime with at least 30 fps.
If I use gstreamer with the following command:
gst-launch-1.0 -e v4l2src device=/dev/video0 ! videoconvert ! video/x-raw,format=NV12,width=1920,height=1080 ! mpph265enc bps=20000000 bps-max=40000000 rc-mode=vbr ! h265parse ! mp4mux name=mux ! filesink location=hdmiin.mp4
(I am using latest armbian)
The output video is about 10 fps. I cannot figure out what is slowing down the framerate…
Any idea?