mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-27 11:24:05 +00:00
Update docs
This commit is contained in:
parent
621450cc1d
commit
d6ffe9e495
|
@ -196,8 +196,16 @@ Compression tools:
|
||||||
- 4: + 1/4-pixel diagonal
|
- 4: + 1/4-pixel diagonal
|
||||||
--pu-depth-inter <int>-<int> : Inter prediction units sizes [0-3]
|
--pu-depth-inter <int>-<int> : Inter prediction units sizes [0-3]
|
||||||
- 0, 1, 2, 3: from 64x64 to 8x8
|
- 0, 1, 2, 3: from 64x64 to 8x8
|
||||||
|
- Accepts a list of values separated by ','
|
||||||
|
for setting separate depths per GOP layer
|
||||||
|
(values can be omitted to use the first
|
||||||
|
value for the respective layer).
|
||||||
--pu-depth-intra <int>-<int> : Intra prediction units sizes [1-4]
|
--pu-depth-intra <int>-<int> : Intra prediction units sizes [1-4]
|
||||||
- 0, 1, 2, 3, 4: from 64x64 to 4x4
|
- 0, 1, 2, 3, 4: from 64x64 to 4x4
|
||||||
|
- Accepts a list of values separated by ','
|
||||||
|
for setting separate depths per GOP layer
|
||||||
|
(values can be omitted to use the first
|
||||||
|
value for the respective layer).
|
||||||
--ml-pu-depth-intra : Predict the pu-depth-intra using machine
|
--ml-pu-depth-intra : Predict the pu-depth-intra using machine
|
||||||
learning trees, overrides the
|
learning trees, overrides the
|
||||||
--pu-depth-intra parameter. [disabled]
|
--pu-depth-intra parameter. [disabled]
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.TH KVAZAAR "1" "February 2020" "kvazaar v1.3.0" "User Commands"
|
.TH KVAZAAR "1" "March 2020" "kvazaar v1.3.0" "User Commands"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
kvazaar \- open source HEVC encoder
|
kvazaar \- open source HEVC encoder
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
@ -254,10 +254,18 @@ Fractional pixel motion estimation level [4]
|
||||||
\fB\-\-pu\-depth\-inter <int>\-<int>
|
\fB\-\-pu\-depth\-inter <int>\-<int>
|
||||||
Inter prediction units sizes [0\-3]
|
Inter prediction units sizes [0\-3]
|
||||||
\- 0, 1, 2, 3: from 64x64 to 8x8
|
\- 0, 1, 2, 3: from 64x64 to 8x8
|
||||||
|
\- Accepts a list of values separated by ','
|
||||||
|
for setting separate depths per GOP layer
|
||||||
|
(values can be omitted to use the first
|
||||||
|
value for the respective layer).
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-pu\-depth\-intra <int>\-<int>
|
\fB\-\-pu\-depth\-intra <int>\-<int>
|
||||||
Intra prediction units sizes [1\-4]
|
Intra prediction units sizes [1\-4]
|
||||||
\- 0, 1, 2, 3, 4: from 64x64 to 4x4
|
\- 0, 1, 2, 3, 4: from 64x64 to 4x4
|
||||||
|
\- Accepts a list of values separated by ','
|
||||||
|
for setting separate depths per GOP layer
|
||||||
|
(values can be omitted to use the first
|
||||||
|
value for the respective layer).
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-ml\-pu\-depth\-intra
|
\fB\-\-ml\-pu\-depth\-intra
|
||||||
Predict the pu\-depth\-intra using machine
|
Predict the pu\-depth\-intra using machine
|
||||||
|
|
|
@ -488,13 +488,13 @@ void print_help(void)
|
||||||
" - Accepts a list of values separated by ','\n"
|
" - Accepts a list of values separated by ','\n"
|
||||||
" for setting separate depths per GOP layer\n"
|
" for setting separate depths per GOP layer\n"
|
||||||
" (values can be omitted to use the first\n"
|
" (values can be omitted to use the first\n"
|
||||||
" value for the respective layer)\n"
|
" value for the respective layer).\n"
|
||||||
" --pu-depth-intra <int>-<int> : Intra prediction units sizes [1-4]\n"
|
" --pu-depth-intra <int>-<int> : Intra prediction units sizes [1-4]\n"
|
||||||
" - 0, 1, 2, 3, 4: from 64x64 to 4x4\n"
|
" - 0, 1, 2, 3, 4: from 64x64 to 4x4\n"
|
||||||
" - Accepts a list of values separated by ','\n"
|
" - Accepts a list of values separated by ','\n"
|
||||||
" for setting separate depths per GOP layer\n"
|
" for setting separate depths per GOP layer\n"
|
||||||
" (values can be omitted to use the first\n"
|
" (values can be omitted to use the first\n"
|
||||||
" value for the respective layer)\n"
|
" value for the respective layer).\n"
|
||||||
" --ml-pu-depth-intra : Predict the pu-depth-intra using machine\n"
|
" --ml-pu-depth-intra : Predict the pu-depth-intra using machine\n"
|
||||||
" learning trees, overrides the\n"
|
" learning trees, overrides the\n"
|
||||||
" --pu-depth-intra parameter. [disabled]\n"
|
" --pu-depth-intra parameter. [disabled]\n"
|
||||||
|
|
Loading…
Reference in a new issue