<div><br></div><div><br></div><div>Hi,</div><div><br></div><div>I am attempting to add a scaling list for 8x8 Intra Frame Luminance (Sl_8x8_Intra_Y in scaling list index 6, as per ITU-T H.264 table 7-2) encoding for a video I am encoding in x264 (compiled for 10-bit)</div>


<div><br></div><div><br></div><div>According to <a href="http://mewiki.project357.com/wiki/X264_Settings#cqm" target="_blank">http://mewiki.project357.com/wiki/X264_Settings#cqm</a> there should be a --cqm8iy switch available, but attempting to run x264 with the following parameter:<br>


"--cqm8iy 16,19,20,23,24,26,32,42,18,19,22,24,26,32,36,42,18,20,23,24,26,32,36,63,19,20,23,26,32,36,42,63,20,22,24,26,32,36,59,63,22,23,24,26,32,36,59,68,22,23,24,26,32,42,59,68,22,23,24,26,36,42,59,72 "<br></div>


<div><br></div><div>throws the following error message:</div><div><br></div><div>"x264: unrecognized option '--cqm8iy'"</div><div><br></div><div><br></div><div><br></div><div>Running with </div><div><br>

</div><div>"--cqm8i 16,19,20,23,24,26,32,42,18,19,22,24,26,32,36,42,18,20,23,24,26,32,36,63,19,20,23,26,32,36,42,63,20,22,24,26,32,36,59,63,22,23,24,26,32,36,59,68,22,23,24,26,32,42,59,68,22,23,24,26,36,42,59,72 "<br>


</div><div><br></div><div>runs fine, however, when running h264_parse, the following is observed:</div><div><br></div><div>"  Pic Scaling List[3] Present Flag: 0<br>    Pic Scaling List[4] Present Flag: 0<br>    Pic Scaling List[5] Present Flag: 0<br>

    Pic Scaling List[6] Present Flag: 0<br>    Pic Scaling List[7] Present Flag: 0"<br></div><div><br></div><div><br></div><div>How does one set Pic_Scaling_List[6] from the commandline?</div><div><br></div><div><br>

</div><div>Best Regards,</div><div><br></div><div>ST</div>