<div dir="ltr">I have a custom UVC USB w/ H.264 that can record H.264 raw properly with the following command:<div><br></div><div><span id="docs-internal-guid-23264fce-b75a-bfb5-3899-21ddc30a88e9"><span style="font-size:14.6667px;font-family:'Courier New';color:rgb(0,0,0);vertical-align:baseline;white-space:pre-wrap;background-color:transparent">gst-launch-1.0 v4l2src device=/dev/video1 ! video/x-h264,width=1280,height=720,framerate=30/1 ! filesink location=out</span></span><br></div><div><span><span style="font-size:14.6667px;font-family:'Courier New';color:rgb(0,0,0);vertical-align:baseline;white-space:pre-wrap;background-color:transparent"><br></span></span></div><div>I am able to take the raw output file, convert to MP4 w/ ffmpeg and the video plays fine.<br></div><div><br></div><div>This pipeline on the same camera will record but the MP4 file only seems to be about 1 frame per second.</div><div><br></div><div><span id="docs-internal-guid-23264fce-b75e-0217-07ae-17511a2ceb42"><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span style="font-size:14.6667px;font-family:'Courier New';color:rgb(0,0,0);vertical-align:baseline;white-space:pre-wrap;background-color:transparent">gst-launch-1.0 -e v4l2src device=/dev/video1 ! video/x-h264,width=1280,height=720,framerate=30/1 ! h264parse ! mp4mux ! filesink location=camera.mp4</span></p><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span style="font-size:14.6667px;font-family:'Courier New';color:rgb(0,0,0);vertical-align:baseline;white-space:pre-wrap;background-color:transparent"><br></span></p><p style="line-height:1.38;margin-top:0pt;margin-bottom:0pt">I have a similar pipeline that I can use to stream H264 over RTP that also has a low frame rate.</p><p style="line-height:1.38;margin-top:0pt;margin-bottom:0pt"><br></p><p style="line-height:1.38;margin-top:0pt;margin-bottom:0pt">What can I try to change with the pipeline to fix the framerate issue? Or what are good steps to start with debugging? Thanks in advance! </p><div><span style="font-size:14.6667px;font-family:'Courier New';color:rgb(0,0,0);vertical-align:baseline;white-space:pre-wrap;background-color:transparent"><br></span></div></span></div></div>