<div dir="ltr">The problem is that decoding/encoding is the only way to adjust the framerate. Unless every frame is an I-Frame (can cause problems - carefully consider before doing) if you discard frames then you 'break' the decoding process because there are dependencies on the previous frames, some of which were discarded. It can 'work' but you end up with decoding artifacts, up to complete decoding failure.<br>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Mar 17, 2014 at 12:55 PM, Frank M. <span dir="ltr"><<a href="mailto:fm@slums.de" target="_blank">fm@slums.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hello,<br>
<br>
Is there a video rate adjuster element for h264 frames ? It looks like<br>
videorate can only handle video/x-raw<br>
, jpeg and png. I don't want to decode the frames only to be able to adjust<br>
the frame rate.<br>
<br>
Frank<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://gstreamer-devel.966125.n4.nabble.com/videorate-element-that-supports-h264-tp4665989.html" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/videorate-element-that-supports-h264-tp4665989.html</a><br>

Sent from the GStreamer-devel mailing list archive at Nabble.com.<br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
</blockquote></div><br></div>