mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-23 18:14:06 +00:00
document fast-coeff-table option in manpage
This commit is contained in:
parent
2b568d4d55
commit
0b8ace527c
|
@ -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 <integer> : Quantization parameter [22]
|
||||
-p, --period <integer> : Period of intra pictures [64]
|
||||
|
|
|
@ -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 <integer>
|
||||
|
@ -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 <string>
|
||||
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]
|
||||
|
|
Loading…
Reference in a new issue