<div dir="ltr"><div><div>Hi Nicolas,<br><br>" Why do you want videorate in the first place?" <br>I have put the videorate to make fps 30, regardless of camera's capture rate. <br><br>"How do you timestamp on the appsrc ?"</div>Video is captured live and timestamp is set based  on capture time. (timestamp starts from zero, though)<br><br></div><div>Yes it is Nvidia's TX1.<br><br></div><div>Thanks.<br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Jun 26, 2017 at 5:10 PM, Nicolas Dufresne <span dir="ltr"><<a href="mailto:nicolas@ndufresne.ca" target="_blank">nicolas@ndufresne.ca</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Le lundi 26 juin 2017 à 16:36 -0400, mehdi semsarzadeh a écrit :<br>
> appsrc name=videoSrc format=3 stream-type=0 ! video/x-raw,<br>
> format=(string)UYVY, width=3840, height=2160 ! videorate<br>
> name=videorate0 ! video/x-raw, framerate=30/1 !nvvidconv<br>
> name=videoConvert ! video/x-raw(memory:NVMM), format=I420 !<br>
> omxh264enc name=h264enc  ! video/x-h264, stream-format=byte-stream !<br>
> appsink name=appsink0<br>
><br>
> As I run the pipeline, fps starts dropping and eventually it goes<br>
> under 1.<br>
> When I remove the "videorate" element fps stays around 11.<br>
> I have set the "skip-to-first" property of videorate to true in my<br>
> code, is there any other setting that I missing for "videorate"<br>
> element?<br>
> Any idea, about the cause of this issue?<br>
<br>
You should profile to figure-out the bottleneck. Probably that the<br>
videorate duplicates the frames to compensate your code producing two<br>
slow (as documented by you, 11fps) which cause high overhead in<br>
nvvidconv and omxh264enc. Why do you want videorate in the first place<br>
? How do you timestamp on the appsrc ? Do you need to run this pipeline<br>
with synchronization if you know it's not real time anyways ?<br>
<br>
Additionally to that, for nvvidconv, please communicate with the plugin<br>
provider for help (I believe Nvidia ?).<br>
<span class="HOEnZb"><font color="#888888"><br>
Nicolas</font></span><br>______________________________<wbr>_________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.<wbr>freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer" target="_blank">https://lists.freedesktop.org/<wbr>mailman/listinfo/gstreamer-<wbr>devel</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br><div class="gmail_signature" data-smartmail="gmail_signature">Mehdi Semsarzadeh</div>
</div>