<div dir="ltr">I have successfully integrated h264 encoding into my app referring to the example at <a href="http://cgit.freedesktop.org/libva/tree/test/encode/h264encode.c" target="_blank">http://cgit.freedesktop.org/libva/tree/test/encode/h264encode.c</a><br>


<br>But I want to implement rate control in the application as 
well and it seems that the above example does not have rate control in it. 
There is another example in avcencode.c which seems to have rate control
 it it. But every time I run it it crashes my system.<br>
<br>I have tried to isolate the code related to rate control in 
avcencode.c and incorporate it in my code but it does not seem to work.<br><br>Can somebody please provide any help in this regard, provide any documentation 
that is available or provide a sample code that has rate control working
 in it.<br>
<br>Any help will be greatly appreciated.</div>