Hii,
i am using DM368 based leopard board for encoding video data received from Infinova camera and Saving in mp4 format.
following gstreamer pipelines i used.
gst-launch -e v4l2src queue-size=6 always-copy=false chain-ipipe=true input-src=composite ! 'video/x-raw-yuv, format=(fourcc)NV, width=640, height=480' ! dmaiaccel ! queue ! dmaienc_h264 encodingpreset=2 ratecontrol=2 single-nalu=true targetbitrate=12000000 maxbitrate=12000000 ! queue ! dmaiperf print-arm-load=true ! qtmux ! filesink location=/usr/sdcard/video.mp4 sync=false enable-last-buffer=false
i got print message that FPS: 24.95 and CPU : 100, also i found frame loss while playing video.mp4 in VLC player.
can any body suggest me how to stop these frame drops and minimize CPU usage ??
thank you
Bijendra Singh