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