diff --git a/README.md b/README.md index 7de8e75f..4b1ecead 100644 --- a/README.md +++ b/README.md @@ -141,7 +141,7 @@ Video structure: --force-level : Same as --level but warnings instead of errors. --high-tier : Used with --level. Use high tier bitrate limits instead of the main tier limits during encoding. - High tier requires level 4 or higher. + High tier requires level 4 or higher. Compression tools: --(no-)deblock : Deblocking filter. [0:0] @@ -209,12 +209,12 @@ Parallel processing: --owf : Frame-level parallelism [auto] - N: Process N-1 frames at a time. - auto: Select automatically. - --(no-)wpp : Wavefront parallel processing. - Enabling tiles automatically disables WPP. To - enable WPP with tiles, re-enable it after + --(no-)wpp : Wavefront parallel processing. [enabled] + Enabling tiles automatically disables WPP. + To enable WPP with tiles, re-enable it after enabling tiles. Enabling wpp with tiles is, however, an experimental feature since it is - not supported in any HEVC profile. [enabled] + not supported in any HEVC profile. --tiles x : Split picture into width x height uniform tiles. --tiles-width-split |u : - : A comma-separated list of tile diff --git a/doc/kvazaar.1 b/doc/kvazaar.1 index 00d0d513..22aac7f1 100644 --- a/doc/kvazaar.1 +++ b/doc/kvazaar.1 @@ -1,4 +1,4 @@ -.TH KVAZAAR "1" "March 2018" "kvazaar v1.2.0" "User Commands" +.TH KVAZAAR "1" "June 2018" "kvazaar v1.2.0" "User Commands" .SH NAME kvazaar \- open source HEVC encoder .SH SYNOPSIS @@ -162,6 +162,7 @@ Same as \-\-level but warnings instead of errors. \fB\-\-high\-tier Used with \-\-level. Use high tier bitrate limits instead of the main tier limits during encoding. +High tier requires level 4 or higher. .SS "Compression tools:" .TP @@ -256,6 +257,10 @@ Motion estimation termination [on] \- on: Terminate early. \- sensitive: Terminate even earlier. .TP +\fB\-\-(no\-)intra\-rdo\-et +Check intra modes in rdo stage only until +a zero coefficient CU is found. [disabled] +.TP \fB\-\-(no\-)implicit\-rdpcm Implicit residual DPCM. Currently only supported with lossless coding. [disabled] @@ -277,10 +282,12 @@ Frame\-level parallelism [auto] \- auto: Select automatically. .TP \fB\-\-(no\-)wpp -Wavefront parallel processing. -Enabling tiles automatically disables WPP. To -enable WPP with tiles, re\-enable it after -enabling tiles. [enabled] +Wavefront parallel processing. [enabled] +Enabling tiles automatically disables WPP. +To enable WPP with tiles, re\-enable it after +enabling tiles. Enabling wpp with tiles is, +however, an experimental feature since it is +not supported in any HEVC profile. .TP \fB\-\-tiles x Split picture into width x height uniform tiles.