mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-23 18:14:06 +00:00
update documents
This commit is contained in:
parent
3fb8b7ebc6
commit
984e5f72f1
|
@ -103,7 +103,10 @@ Options:
|
||||||
- intra_pred_modes: Intra prediction modes.
|
- intra_pred_modes: Intra prediction modes.
|
||||||
--key <string> : Encryption key [16,213,27,56,255,127,242,112,
|
--key <string> : Encryption key [16,213,27,56,255,127,242,112,
|
||||||
97,126,197,204,25,59,38,30]
|
97,126,197,204,25,59,38,30]
|
||||||
|
--stats-file-prefix : 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.
|
||||||
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]
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.TH KVAZAAR "1" "April 2020" "kvazaar v2.0.0" "User Commands"
|
.TH KVAZAAR "1" "September 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
|
||||||
|
@ -94,7 +94,12 @@ a list of features separated with a '+'. [off]
|
||||||
\fB\-\-key <string>
|
\fB\-\-key <string>
|
||||||
Encryption key [16,213,27,56,255,127,242,112,
|
Encryption key [16,213,27,56,255,127,242,112,
|
||||||
97,126,197,204,25,59,38,30]
|
97,126,197,204,25,59,38,30]
|
||||||
|
.TP
|
||||||
|
\fB\-\-stats\-file\-prefix
|
||||||
|
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:"
|
.SS "Video structure:"
|
||||||
.TP
|
.TP
|
||||||
\fB\-q\fR, \fB\-\-qp <integer>
|
\fB\-q\fR, \fB\-\-qp <integer>
|
||||||
|
|
Loading…
Reference in a new issue