mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-27 19:24:06 +00:00
Updated help output text block
This commit is contained in:
parent
eab9a94455
commit
1c6976f101
29
README.md
29
README.md
|
@ -193,13 +193,12 @@ Compression tools:
|
||||||
- full: Full SAO
|
- full: Full SAO
|
||||||
--alf <string> : Adaptive Loop Filter [off]
|
--alf <string> : Adaptive Loop Filter [off]
|
||||||
- off: ALF disabled
|
- off: ALF disabled
|
||||||
- no-cc: ALF enabled without cross component refinement
|
- no-cc: ALF enabled without cross component
|
||||||
|
refinement
|
||||||
- full: Full ALF
|
- full: Full ALF
|
||||||
--(no-)rdoq : Rate-distortion optimized quantization [enabled]
|
--(no-)rdoq : Rate-distortion optimized quantization [enabled]
|
||||||
--(no-)rdoq-skip : Skip RDOQ for 4x4 blocks. [disabled]
|
--(no-)rdoq-skip : Skip RDOQ for 4x4 blocks. [disabled]
|
||||||
--(no-)signhide : Sign hiding [disabled]
|
--(no-)signhide : Sign hiding [disabled]
|
||||||
--(no-)smp : Symmetric motion partition [disabled]
|
|
||||||
--(no-)amp : Asymmetric motion partition [disabled]
|
|
||||||
--rd <integer> : Intra mode search complexity [0]
|
--rd <integer> : Intra mode search complexity [0]
|
||||||
- 0: Skip intra if inter is good enough.
|
- 0: Skip intra if inter is good enough.
|
||||||
- 1: Rough intra mode search with SATD.
|
- 1: Rough intra mode search with SATD.
|
||||||
|
@ -243,6 +242,16 @@ Compression tools:
|
||||||
--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]
|
||||||
|
--(no-)combine-intra-cus: Whether the encoder tries to code a cu
|
||||||
|
on lower depth even when search is not
|
||||||
|
performed on said depth. Should only
|
||||||
|
be disabled if cus absolutely must not
|
||||||
|
be larger than limited by the search.
|
||||||
|
[enabled]
|
||||||
|
--force-inter : Force the encoder to use inter always.
|
||||||
|
This is mostly for debugging and is not
|
||||||
|
guaranteed to produce sensible bitstream or
|
||||||
|
work at all. [disabled]
|
||||||
--tr-depth-intra <int> : Transform split depth for intra blocks [0]
|
--tr-depth-intra <int> : Transform split depth for intra blocks [0]
|
||||||
--(no-)bipred : Bi-prediction [disabled]
|
--(no-)bipred : Bi-prediction [disabled]
|
||||||
--cu-split-termination <string> : CU split search termination [zero]
|
--cu-split-termination <string> : CU split search termination [zero]
|
||||||
|
@ -284,9 +293,11 @@ Compression tools:
|
||||||
- off: MTS disabled
|
- off: MTS disabled
|
||||||
- intra: MTS applied only for intra blocks.
|
- intra: MTS applied only for intra blocks.
|
||||||
- inter: MTS applied only for inter blocks.
|
- inter: MTS applied only for inter blocks.
|
||||||
- both: MTS applied for both intra and inter blocks.
|
- both: MTS applied for both intra and inter
|
||||||
- implicit: uses implicit MTS. Applies DST7 instead
|
blocks.
|
||||||
of DCT2 to certain intra blocks.
|
- implicit: uses implicit MTS. Applies DST7
|
||||||
|
instead of DCT2 to certain intra
|
||||||
|
blocks.
|
||||||
--(no-)jccr : Joint coding of chroma residual.
|
--(no-)jccr : Joint coding of chroma residual.
|
||||||
Requires rdo> = 2. [disabled]
|
Requires rdo> = 2. [disabled]
|
||||||
--(no-)cclm : Cross component linear model.
|
--(no-)cclm : Cross component linear model.
|
||||||
|
@ -294,7 +305,7 @@ Compression tools:
|
||||||
via linear transformation from the luma
|
via linear transformation from the luma
|
||||||
prediction. Requires rdo >=3. [disabled
|
prediction. Requires rdo >=3. [disabled
|
||||||
--(no-)amvr : Adaptive Motion Vector Resolution.
|
--(no-)amvr : Adaptive Motion Vector Resolution.
|
||||||
Code some mv's with reduced resolution [disabled]
|
Code some MVs with reduced resolution [disabled]
|
||||||
|
|
||||||
Parallel processing:
|
Parallel processing:
|
||||||
--threads <integer> : Number of threads to use [auto]
|
--threads <integer> : Number of threads to use [auto]
|
||||||
|
@ -317,8 +328,8 @@ Parallel processing:
|
||||||
- u<int>: Number of tile columns of uniform
|
- u<int>: Number of tile columns of uniform
|
||||||
width.
|
width.
|
||||||
--tiles-height-split <string>|u<int> :
|
--tiles-height-split <string>|u<int> :
|
||||||
- <string>: A comma-separated list of tile row
|
- <string>: A comma-separated list of tile
|
||||||
column pixel coordinates.
|
row column pixel coordinates.
|
||||||
- u<int>: Number of tile rows of uniform
|
- u<int>: Number of tile rows of uniform
|
||||||
height.
|
height.
|
||||||
--slices <string> : Control how slices are used.
|
--slices <string> : Control how slices are used.
|
||||||
|
|
Loading…
Reference in a new issue