<div dir="ltr">Pushed to default</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Jan 24, 2020 at 11:12 AM Aruna Matheswaran <<a href="mailto:aruna@multicorewareinc.com">aruna@multicorewareinc.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"># HG changeset patch<br>
# User Aruna Matheswaran <<a href="mailto:aruna@multicorewareinc.com" target="_blank">aruna@multicorewareinc.com</a>><br>
# Date 1579805857 -19800<br>
#      Fri Jan 24 00:27:37 2020 +0530<br>
# Node ID 0aa6c346df23799b159b02762be8cdd63724134e<br>
# Parent  ba9cb149de98b7ad753686d155155419d1ea1d50<br>
doc: fix docs in cli.rst<br>
<br>
diff -r ba9cb149de98 -r 0aa6c346df23 doc/reST/cli.rst<br>
--- a/doc/reST/cli.rst  Tue Jan 21 23:35:37 2020 +0530<br>
+++ b/doc/reST/cli.rst  Fri Jan 24 00:27:37 2020 +0530<br>
@@ -905,26 +905,27 @@<br>
        Encoder outputs analysis information of each frame. Analysis data from save mode is<br>
        written to the file specified. Requires cutree, pmode to be off. Default disabled.<br>
<br>
+       The amount of analysis data stored is determined by :option:`--analysis-save-reuse-level`.<br>
+       <br>
 .. option:: --analysis-load <filename><br>
<br>
        Encoder reuses analysis information from the file specified. By reading the analysis data writen by<br>
        an earlier encode of the same sequence, substantial redundant work may be avoided. Requires cutree, pmode<br>
        to be off. Default disabled.<br>
<br>
-       The amount of analysis data stored/reused is determined by :option:`--analysis-reuse-level`.<br>
+       The amount of analysis data reused is determined by :option:`--analysis-load-reuse-level`.<br>
<br>
 .. option:: --analysis-reuse-file <filename><br>
<br>
-       Specify a filename for `multi-pass-opt-analysis` and `multi-pass-opt-distortion`.<br>
+       Specify a filename for :option:`--multi-pass-opt-analysis` and option:`--multi-pass-opt-distortion`.<br>
        If no filename is specified, x265_analysis.dat is used.<br>
<br>
 .. option:: --analysis-save-reuse-level <1..10>, --analysis-load-reuse-level <1..10><br>
<br>
-       :option:`--analysis-save-reuse-level` denotes the amount of information stored during :option:`--analysis-save` and<br>
-       :option:`--analysis-load-reuse-level` denotes the amount of information reused during :option:`--analysis-load`.<br>
-       Higher the value, higher the information stored/reused, faster the encode. <br>
-       Default 0. If not set, the encoder will internally configure :option:`--analysis-save-reuse-level` and<br>
-       :option:`--analysis-load-reuse-level` to 5.<br>
+       'analysis-save-reuse-level' denotes the amount of information stored during :option:`--analysis-save` and<br>
+       'analysis-load-reuse-level' denotes the amount of information reused during :option:`--analysis-load`.<br>
+       Higher the value, higher the information stored/reused, faster the encode. Default 0. If not set during analysis-save/load,<br>
+       the encoder will internally configure them to 5.<br>
<br>
        Note that :option:`--analysis-save-reuse-level` and :option:`--analysis-load-reuse-level` must be paired<br>
        with :option:`--analysis-save` and :option:`--analysis-load` respectively.<br>
@@ -954,15 +955,15 @@<br>
<br>
     Store/normalize ctu distortion in analysis-save/load.<br>
     0 - Disabled.<br>
-    1 - Save ctu distortion to the analysis file specified during analysis-save.<br>
-        Load CTU distortion from the analysis file and normalize it across every frame during analysis-load.<br>
+    1 - Save ctu distortion to the analysis file specified during :option:`--analysis-save`.<br>
+        Load CTU distortion from the analysis file and normalize it across every frame during :option:`--analysis-load`.<br>
     Default 0.<br>
<br>
 .. option:: --scale-factor<br>
<br>
        Factor by which input video is scaled down for analysis save mode.<br>
-       This option should be coupled with analysis-reuse-mode option, <br>
-       --analysis-reuse-level 10. The ctu size of load can either be the <br>
+       This option should be coupled with :option:`--analysis-load`/:option:`--analysis-save` <br>
+       at reuse levels 1 to 6 and 10. The ctu size of load can either be the <br>
        same as that of save or double the size of save. Default 0.<br>
<br>
 .. option:: --refine-intra <0..4><br>
@@ -1094,9 +1095,9 @@<br>
        limiting depth for the other subTUs.<br>
<br>
        Enabling levels 3 or 4 may cause a mismatch in the output bitstreams <br>
-       between option:`--analysis-save` and option:`--analysis-load`<br>
+       between :option:`--analysis-save` and :option:`--analysis-load`<br>
        as all neighbouring CUs TU depth may not be available in the <br>
-       option:`--analysis-load` run as only the best mode's information is <br>
+       :option:`--analysis-load` run as only the best mode's information is <br>
        available to it.<br>
<br>
        Default: 0<br>
@@ -1796,8 +1797,8 @@<br>
        and also redundant steps are skipped.<br>
        In pass 1 analysis information like motion vector, depth, reference and prediction<br>
        modes of the final best CTU partition is stored for each CTU.<br>
-       Multipass analysis refinement cannot be enabled when 'analysis-save/analysis-load' option<br>
-       is enabled and both will be disabled when enabled together. This feature requires 'pmode/pme'<br>
+       Multipass analysis refinement cannot be enabled when :option:`--analysis-save`/:option:`analysis-load`<br>
+       is enabled and both will be disabled when enabled together. This feature requires :option:`--pmode`/:option:`--pme`<br>
        to be disabled and hence pmode/pme will be disabled when enabled at the same time.<br>
<br>
        Default: disabled.<br>
@@ -1808,9 +1809,9 @@<br>
        ratecontrol. In pass 1 distortion of best CTU partition is stored. CTUs with high<br>
        distortion get lower(negative)qp offsets and vice-versa for low distortion CTUs in pass 2.<br>
        This helps to improve the subjective quality.<br>
-       Multipass refinement of qp cannot be enabled when 'analysis-save/analysis-load' option<br>
-       is enabled and both will be disabled when enabled together. 'multi-pass-opt-distortion' <br>
-       requires 'pmode/pme' to be disabled and hence pmode/pme will be disabled when enabled along with it.<br>
+       Multipass refinement of qp cannot be enabled when :option:`--analysis-save`/:option:`--analysis-load`<br>
+       is enabled and both will be disabled when enabled together. It requires :option:`--pmode`/:option:`--pme` to be<br>
+       disabled and hence pmode/pme will be disabled when enabled along with it.<br>
<br>
        Default: disabled.<br>
<br>
@@ -2442,9 +2443,11 @@<br>
        Only effective at RD levels 5 and 6<br>
<br>
 .. option:: --idr-recovery-sei, --no-idr-recovery-sei<br>
+<br>
        Emit RecoveryPoint info as sei in bitstream for each IDR frame. Default disabled.<br>
<br>
 .. option:: --single-sei, --no-single-sei<br>
+<br>
        Emit SEI messages in a single NAL unit instead of multiple NALs. Default disabled.<br>
        When HRD SEI is enabled the HM decoder will throw a warning.<br>
<br>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><font face="georgia, serif">Regards,</font><div><b><font face="georgia, serif">Aruna Matheswaran,</font></b></div><div><font face="georgia, serif">Video Codec Engineer,</font></div><div><font face="georgia, serif">Media & AI analytics BU,</font></div><div><span><span style="font-size:11pt;font-family:Arial;color:rgb(0,0,0);background-color:transparent;vertical-align:baseline;white-space:pre-wrap"><span style="border:none;display:inline-block;overflow:hidden;width:153px;height:58px"><img src="https://lh5.googleusercontent.com/gjX5cPNIZgwUrhfqkTwQUZWztIKmmo0qs3kbwvkS5H-bDVE2ftte9pMTVnFLSjOcjYWLtfc6_OGpxW4vraLg2r5QAIf1Q3MpldFDgWtzK_gXi8ptw5B3joIbsGL6mxj-JRdjHzT5" width="96" height="36" style="margin-left: 0px; margin-top: 0px;"></span></span></span><font face="georgia, serif"><br></font></div><div><span><span style="font-size:11pt;font-family:Arial;color:rgb(0,0,0);background-color:transparent;vertical-align:baseline;white-space:pre-wrap"><span style="border:none;display:inline-block;overflow:hidden;width:153px;height:58px"><img src="https://lh5.googleusercontent.com/gjX5cPNIZgwUrhfqkTwQUZWztIKmmo0qs3kbwvkS5H-bDVE2ftte9pMTVnFLSjOcjYWLtfc6_OGpxW4vraLg2r5QAIf1Q3MpldFDgWtzK_gXi8ptw5B3joIbsGL6mxj-JRdjHzT5" style="margin-left: 0px; margin-top: 0px;"></span></span></span><font face="georgia, serif"><br></font></div><div><font face="georgia, serif"><br></font></div></div></div></div></div></div></div></div></div>