<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div>I am testing x264 with several HD clips in CBR-Mode level 4.0 single pass and compare it to hardware encoder. The results are excellent for the x264 - but there is one exception: the CrowdRun clip.  The running people are clearly more highly detailed than the relatively static tree in the background. Its few moved brabches are a mash. It seems that tree is quantized more badly than the runners. How can I change the quantization to a bit favour the tree?</div><div>Some parameters: </div><div>param.i_me_method = 1;<br> param.i_subpel_refine= 7;<br> param.i_trellis= 1;<br> param.i_bframe= 3;<br> param.b_bframe_adaptive= 1;<br> param.i_keyint_max = 32<br> param.rc.i_bitrate = 8000     ;<br> param.rc.i_vbv_max_bitrate =
 8000;<br> param.rc.i_rc_method = X264_RC_ABR;<br></div></div></body></html>