diff --git a/README.md b/README.md index ecac2cb6..16890867 100644 --- a/README.md +++ b/README.md @@ -111,6 +111,7 @@ Options: bits, lambda, distortion, and qp for each ctu. These are meant for debugging and are not written unless the prefix is defined. + Video structure: -q, --qp : Quantization parameter [22] -p, --period : Period of intra pictures [64] @@ -142,11 +143,11 @@ Video structure: - N: Target N bits per second. --rc-algorithm : Select used rc-algorithm. [lambda] - lambda: rate control from: - DOI: 10.1109/TIP.2014.2336550 + DOI: 10.1109/TIP.2014.2336550 - oba: DOI: 10.1109/TCSVT.2016.2589878 --(no-)intra-bits : Use Hadamard cost based allocation for intra frames. Default on for gop 8 and off for lp-gop - --(no-)clip-neighbour : On oba based rate control whether to clip + --(no-)clip-neighbour : On oba based rate control whether to clip lambda values to same frame's ctus or previous'. Default on for RA GOPS and disabled for LP. --(no-)lossless : Use lossless coding. [disabled] diff --git a/doc/kvazaar.1 b/doc/kvazaar.1 index 07aa3a6b..cbda3bb5 100644 --- a/doc/kvazaar.1 +++ b/doc/kvazaar.1 @@ -1,4 +1,4 @@ -.TH KVAZAAR "1" "September 2020" "kvazaar v2.0.0" "User Commands" +.TH KVAZAAR "1" "marraskuu 2020" "kvazaar v2.0.0" "User Commands" .SH NAME kvazaar \- open source HEVC encoder .SH SYNOPSIS @@ -106,6 +106,7 @@ A prefix used for stats files that include bits, lambda, distortion, and qp for each ctu. These are meant for debugging and are not written unless the prefix is defined. + .SS "Video structure:" .TP \fB\-q\fR, \fB\-\-qp @@ -326,6 +327,11 @@ Motion estimation termination [on] Skip CABAC cost for residual coefficients when QP is below the limit. [0] .TP +\fB\-\-fast\-coeff\-table +Read custom weights for residual + coefficients from a file instead of using + defaults [default] +.TP \fB\-\-(no\-)intra\-rdo\-et Check intra modes in rdo stage only until a zero coefficient CU is found. [disabled]