<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><font face="Menlo-Regular" class="">Like a real swamp I can see for kilometers, but round my feet is sticky.</font><div class=""><font face="Menlo-Regular" class=""><br class=""></font></div><div class=""><font face="Menlo-Regular" class="">I’m testing this pipeline (it works beautifully)</font></div><div class=""><font face="Menlo-Regular" class=""><br class=""></font></div><div class=""><font face="Menlo-Regular" class=""><div class="">gst-launch-1.0 -t v4l2src name=source device=/dev/video2 ! \</div><div class="">            video/x-h264,width=1920,height=1080,framerate=30/1 ! \</div><div class="">            h264parse ! queue ! avdec_h264 ! \</div><div class="">            autovideosink</div><div class=""><br class=""></div><div class="">I’ve done lots of reading, can see how to encode h264 from raw at a nominated bit rate.</div><div class="">My camera gives h264. (USB2 speed limit for 1080P)</div><div class=""><br class=""></div><div class="">I want to save the output.</div><div class="">Is the bit rate set by the camera, I do not need to concern myself?</div><div class="">Should/could I set bit rate in my pipeline. I presume that before h264parse I’d pipe to</div><div class=""><br class=""></div><div class="">mp4mux ! filesink location=myfile.mp4</div><div class=""><br class=""></div><div class="">Thanks</div><div class="">James</div></font></div></body></html>