Hi,<br><br>I am not sure if this is the correct place to ask this question.<div><br></div><div>I am trying to encode a 1280x720 video stream in realtime.<br><div><br></div><div>I am using 20100510 snapshot of x264.  I am running gst-plugins-ugly 0.10.14 patched with changes from master.  For some reason the bitrate property is not working as expected anymore.  </div>
<div><br></div><div>Earlier I used to set bitrate to control the amount of data being emitted from the x264 encoder process.  Now it seems that the encoder just doesn&#39;t care about the bitrate setting and encodes data at around 768-1024 kbps.  Changing the bitrate however makes the encoding process go slower or faster.  Lower bitrate lets the encoding run faster.  I am not sure if the bitrate property now needs to set differently.</div>
<div><br></div><div>I noticed this changed when I switched to the 20100410 snapshot from 20100310 snapshot.</div></div><div><br></div><div>Here&#39;s how the x264 encoder parameters are being set presently in gst-plugins-ugly master:</div>
<div><br></div><div><a href="http://cgit.freedesktop.org/gstreamer/gst-plugins-ugly/tree/ext/x264/gstx264enc.c#n448">http://cgit.freedesktop.org/gstreamer/gst-plugins-ugly/tree/ext/x264/gstx264enc.c#n448</a></div><div><br>
</div><div>Thanks,</div><div>Uday</div>