<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Dec 4, 2013 at 4:00 AM,  <span dir="ltr"><<a href="mailto:idxa@sina.com" target="_blank">idxa@sina.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<div>Hi,</div>
<div> </div>
<div>It is to be found that x265 make more ring effect with default options especially in low bitrate.<br>Perhaps it is caused by TU size.</div>
<div><br>I have done some tests with the following options,</div>
<div>x265.exe --input chineseIdol_832x464_25.yuv --recon Ido_832x464_6411.yuv -o Ido_832x464.hevc --input-res 832x464 --fps 25 --crf 31 --frame-skip 300  --frames 100 --tu-intra-depth 1 --tu-inter-depth 1 --ctu 64 </div>

<div> </div>
<div>Here ctu size is changed from 64 to 16, combined with --tu-intra-depth,--tu-inter-depth (1,1) and (3,3)</div>
<div> </div>
<div>The result shows "ctu==64, tu-intra-depth=1, tu-inter-depth=1" has much more ring than "ctu==16, tu-intra-depth=3, tu-inter-depth=3".</div>
<div> </div>
<div><img src="cid:part1.1386151243.9843.13066"><br></div>
<div>Please see the graph,left is "ctu==64, tu-intra-depth=1, tu-inter-depth=1" and right is "ctu==16, tu-intra-depth=3, tu-inter-depth=3".</div>
<div> </div>
<div>Can x265 suppourt setting tu size in cmd line like HM of QuadtreeTULog2MaxSize and QuadtreeTULog2MinSize?</div>
<div>thank,<br>idxa<br></div></blockquote></div><div class="gmail_extra"><br></div>QuadtreeTULog2MaxSize and QuadtreeTULog2MinSize are currently set to the max and min CU size.  See encoder.cpp:1274<br></div><div class="gmail_extra">
<br></div><div class="gmail_extra">For video with text or subtitles, you will probably see benefit from enabling transform skip as well.<br clear="all"><div><br></div>-- <br>Steve Borho
</div></div>