mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-23 18:14:06 +00:00
Updated docs
This commit is contained in:
parent
76e3249754
commit
d905d1e7c8
10
README.md
10
README.md
|
@ -194,6 +194,9 @@ Compression tools:
|
|||
- 0, 1, 2, 3: from 64x64 to 8x8
|
||||
--pu-depth-intra <int>-<int> : Intra prediction units sizes [1-4]
|
||||
- 0, 1, 2, 3, 4: from 64x64 to 4x4
|
||||
--ml-pu-depth-intra : Predict the pu-depth-intra using machine
|
||||
learning trees, overrides the
|
||||
--pu-depth-intra parameter. [disabled]
|
||||
--tr-depth-intra <int> : Transform split depth for intra blocks [0]
|
||||
--(no-)bipred : Bi-prediction [disabled]
|
||||
--cu-split-termination <string> : CU split search termination [zero]
|
||||
|
@ -246,7 +249,12 @@ Parallel processing:
|
|||
- tiles: Put tiles in independent slices.
|
||||
- wpp: Put rows in dependent slices.
|
||||
- tiles+wpp: Do both.
|
||||
|
||||
--partial-coding <x-offset>!<y-offset>!<slice-width>!<slice-height>
|
||||
: Encode partial frame.
|
||||
Parts must be merged to form a valid bitstream.
|
||||
X and Y are CTU offsets.
|
||||
Slice width and height must be divisible by CTU
|
||||
in pixels unless it is the last CTU row/column.
|
||||
Video Usability Information:
|
||||
--sar <width:height> : Specify sample aspect ratio
|
||||
--overscan <string> : Specify crop overscan setting [undef]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH KVAZAAR "1" "July 2019" "kvazaar v1.3.0" "User Commands"
|
||||
.TH KVAZAAR "1" "January 2020" "kvazaar v1.3.0" "User Commands"
|
||||
.SH NAME
|
||||
kvazaar \- open source HEVC encoder
|
||||
.SH SYNOPSIS
|
||||
|
@ -121,14 +121,13 @@ GOP structure [8]
|
|||
\- lp\-<string>: Low\-delay P\-frame GOP
|
||||
(e.g. lp\-g8d4t2, see README)
|
||||
.TP
|
||||
\fB\-\-(no\-)open\-gop
|
||||
\fB\-\-(no\-)open\-gop
|
||||
Use open GOP configuration. [enabled]
|
||||
.TP
|
||||
\fB\-\-cqmfile <filename>
|
||||
Read custom quantization matrices from a file.
|
||||
.TP
|
||||
\fB\-\-scaling-list <string>
|
||||
Set scaling list mode. [off]
|
||||
\fB\-\-scaling\-list <string>: Set scaling list mode. [off]
|
||||
\- off: Disable scaling lists.
|
||||
\- custom: use custom list (with \-\-cqmfile).
|
||||
\- default: Use default lists.
|
||||
|
@ -253,6 +252,11 @@ Inter prediction units sizes [0\-3]
|
|||
Intra prediction units sizes [1\-4]
|
||||
\- 0, 1, 2, 3, 4: from 64x64 to 4x4
|
||||
.TP
|
||||
\fB\-\-ml\-pu\-depth\-intra
|
||||
Predict the pu\-depth\-intra using machine
|
||||
learning trees, overrides the
|
||||
\-\-pu\-depth\-intra parameter. [disabled]
|
||||
.TP
|
||||
\fB\-\-tr\-depth\-intra <int>
|
||||
Transform split depth for intra blocks [0]
|
||||
.TP
|
||||
|
@ -282,7 +286,8 @@ a zero coefficient CU is found. [disabled]
|
|||
Try to find skip cu from merge candidates.
|
||||
Perform no further search if skip is found.
|
||||
For rd=0..1: Try the first candidate.
|
||||
For rd=2.. : Try the best candidate based
|
||||
For rd=2..
|
||||
Try the best candidate based
|
||||
on luma satd cost. [enabled]
|
||||
.TP
|
||||
\fB\-\-max\-merge <integer>
|
||||
|
@ -336,7 +341,14 @@ Control how slices are used.
|
|||
\- tiles: Put tiles in independent slices.
|
||||
\- wpp: Put rows in dependent slices.
|
||||
\- tiles+wpp: Do both.
|
||||
|
||||
.TP
|
||||
\fB\-\-partial\-coding <x\-offset>!<y\-offset>!<slice\-width>!<slice\-height>
|
||||
|
||||
Encode partial frame.
|
||||
Parts must be merged to form a valid bitstream.
|
||||
X and Y are CTU offsets.
|
||||
Slice width and height must be divisible by CTU
|
||||
in pixels unless it is the last CTU row/column.
|
||||
.SS "Video Usability Information:"
|
||||
.TP
|
||||
\fB\-\-sar <width:height>
|
||||
|
|
Loading…
Reference in a new issue