document fast-coeff-table option in manpage

This commit is contained in:
Pauli Oikkonen 2020-11-02 15:22:53 +02:00
parent 2b568d4d55
commit 0b8ace527c
2 changed files with 10 additions and 3 deletions

View file

@ -111,6 +111,7 @@ Options:
bits, lambda, distortion, and qp for each ctu. bits, lambda, distortion, and qp for each ctu.
These are meant for debugging and are not These are meant for debugging and are not
written unless the prefix is defined. written unless the prefix is defined.
Video structure: Video structure:
-q, --qp <integer> : Quantization parameter [22] -q, --qp <integer> : Quantization parameter [22]
-p, --period <integer> : Period of intra pictures [64] -p, --period <integer> : Period of intra pictures [64]
@ -142,11 +143,11 @@ Video structure:
- N: Target N bits per second. - N: Target N bits per second.
--rc-algorithm <string>: Select used rc-algorithm. [lambda] --rc-algorithm <string>: Select used rc-algorithm. [lambda]
- lambda: rate control from: - lambda: rate control from:
DOI: 10.1109/TIP.2014.2336550 DOI: 10.1109/TIP.2014.2336550
- oba: DOI: 10.1109/TCSVT.2016.2589878 - oba: DOI: 10.1109/TCSVT.2016.2589878
--(no-)intra-bits : Use Hadamard cost based allocation for intra --(no-)intra-bits : Use Hadamard cost based allocation for intra
frames. Default on for gop 8 and off for lp-gop 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'. lambda values to same frame's ctus or previous'.
Default on for RA GOPS and disabled for LP. Default on for RA GOPS and disabled for LP.
--(no-)lossless : Use lossless coding. [disabled] --(no-)lossless : Use lossless coding. [disabled]

View file

@ -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 .SH NAME
kvazaar \- open source HEVC encoder kvazaar \- open source HEVC encoder
.SH SYNOPSIS .SH SYNOPSIS
@ -106,6 +106,7 @@ A prefix used for stats files that include
bits, lambda, distortion, and qp for each ctu. bits, lambda, distortion, and qp for each ctu.
These are meant for debugging and are not These are meant for debugging and are not
written unless the prefix is defined. written unless the prefix is defined.
.SS "Video structure:" .SS "Video structure:"
.TP .TP
\fB\-q\fR, \fB\-\-qp <integer> \fB\-q\fR, \fB\-\-qp <integer>
@ -326,6 +327,11 @@ Motion estimation termination [on]
Skip CABAC cost for residual coefficients Skip CABAC cost for residual coefficients
when QP is below the limit. [0] when QP is below the limit. [0]
.TP .TP
\fB\-\-fast\-coeff\-table <string>
Read custom weights for residual
coefficients from a file instead of using
defaults [default]
.TP
\fB\-\-(no\-)intra\-rdo\-et \fB\-\-(no\-)intra\-rdo\-et
Check intra modes in rdo stage only until Check intra modes in rdo stage only until
a zero coefficient CU is found. [disabled] a zero coefficient CU is found. [disabled]