<p>Hi All,</p>
<p>Currently, I am working on H.264 codec to limit it's maximum video rate always less than 256kbps.</p>
<p>I use the settings as below:<br>---------------------------------------- <br>Profile: baseline profile<br>Level: 1.2 <br>resolution: CIF resolution<br>frame rate: 10fps. </p>
<p>However, In the H.264 Recommendation, the level 1.2 has default value maximum bit rate with 384kbps.<br>So, anyway to customize my H.264 codec (or do setting on my x264 encoder) to produce the video size <br>always less than 256kbit / sec.</p>

<p>Thanks.</p>