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.
|
||||
--key <string> : Encryption key [16,213,27,56,255,127,242,112,
|
||||
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:
|
||||
-q, --qp <integer> : Quantization parameter [22]
|
||||
-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
|
||||
kvazaar \- open source HEVC encoder
|
||||
.SH SYNOPSIS
|
||||
|
@ -94,7 +94,12 @@ a list of features separated with a '+'. [off]
|
|||
\fB\-\-key <string>
|
||||
Encryption key [16,213,27,56,255,127,242,112,
|
||||
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:"
|
||||
.TP
|
||||
\fB\-q\fR, \fB\-\-qp <integer>
|
||||
|
|
Loading…
Reference in a new issue