Hi,
I got an issue that pipeline is freeing after certain amount of time and also pipeline is setting to NULL in dm368, during encoding the video file. Is their any pipeline settings to be set, to resolve the issue.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
I got an issue that pipeline is freeing after certain amount of time and also pipeline is setting to NULL in dm368, during encoding the video file. Is their any pipeline settings to be set, to resolve the issue.
Hi Ravi,
gst-launch -e v4l2src always-copy=FALSE num-buffers=500 input-src=composite ! 'video/x-raw-yuv,format=(fourcc)NV12,width=720,height=480,pitch=736' ! dmaiaccel ! queue ! dmaienc_h264 copyOutput=false ! dmaiperf ! qtmux ! filesink location=output.mp4
The above one is the gstreamer command.