<div>Hi everybody,</div>
<div>&nbsp;</div>
<div>&nbsp;Can anyone tell me how I can have a constant bit-rate when I&#39;m using x.264 for coding? when I use x.264&#39;s option (e.g. -B 400) &nbsp;for running, bitrate is increased a lot (more than the time when the target bitrate is not specified) and it&#39;s&nbsp;a lot more than&nbsp;the bit-rate that I want to have. 
</div>
<div>&nbsp;</div>
<div>I typed : </div>
<div>&nbsp;</div>
<div>&nbsp;&nbsp;&nbsp;&nbsp;./x264 -v --b-rdo -t 2&nbsp;&nbsp;-r 3 --frames 3 foreman.yuv -o output.x264 176x144&nbsp; -------&gt; result : 372.73 kb/s </div>
<div>&nbsp;&nbsp;&nbsp;./x264 -v --b-rdo -t 2 <font color="#ff0000">-B 400</font> -r 3 --frames 3 foreman.yuv -o output.x264 176x144 -----&gt; result : 469.07 kb/s </div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>Thanks for your help in advance.</div>
<div>&nbsp;</div>
<div>Regards,</div>
<div>Azadeh</div>