mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-27 11:24:05 +00:00
Update README and manpage
This commit is contained in:
parent
98972d26c2
commit
ac9c07be29
10
README.md
10
README.md
|
@ -141,7 +141,7 @@ Video structure:
|
||||||
--force-level <number> : Same as --level but warnings instead of errors.
|
--force-level <number> : Same as --level but warnings instead of errors.
|
||||||
--high-tier : Used with --level. Use high tier bitrate limits
|
--high-tier : Used with --level. Use high tier bitrate limits
|
||||||
instead of the main tier limits during encoding.
|
instead of the main tier limits during encoding.
|
||||||
High tier requires level 4 or higher.
|
High tier requires level 4 or higher.
|
||||||
|
|
||||||
Compression tools:
|
Compression tools:
|
||||||
--(no-)deblock <beta:tc> : Deblocking filter. [0:0]
|
--(no-)deblock <beta:tc> : Deblocking filter. [0:0]
|
||||||
|
@ -209,12 +209,12 @@ Parallel processing:
|
||||||
--owf <integer> : Frame-level parallelism [auto]
|
--owf <integer> : Frame-level parallelism [auto]
|
||||||
- N: Process N-1 frames at a time.
|
- N: Process N-1 frames at a time.
|
||||||
- auto: Select automatically.
|
- auto: Select automatically.
|
||||||
--(no-)wpp : Wavefront parallel processing.
|
--(no-)wpp : Wavefront parallel processing. [enabled]
|
||||||
Enabling tiles automatically disables WPP. To
|
Enabling tiles automatically disables WPP.
|
||||||
enable WPP with tiles, re-enable it after
|
To enable WPP with tiles, re-enable it after
|
||||||
enabling tiles. Enabling wpp with tiles is,
|
enabling tiles. Enabling wpp with tiles is,
|
||||||
however, an experimental feature since it is
|
however, an experimental feature since it is
|
||||||
not supported in any HEVC profile. [enabled]
|
not supported in any HEVC profile.
|
||||||
--tiles <int>x<int> : Split picture into width x height uniform tiles.
|
--tiles <int>x<int> : Split picture into width x height uniform tiles.
|
||||||
--tiles-width-split <string>|u<int> :
|
--tiles-width-split <string>|u<int> :
|
||||||
- <string>: A comma-separated list of tile
|
- <string>: A comma-separated list of tile
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.TH KVAZAAR "1" "March 2018" "kvazaar v1.2.0" "User Commands"
|
.TH KVAZAAR "1" "June 2018" "kvazaar v1.2.0" "User Commands"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
kvazaar \- open source HEVC encoder
|
kvazaar \- open source HEVC encoder
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
@ -162,6 +162,7 @@ Same as \-\-level but warnings instead of errors.
|
||||||
\fB\-\-high\-tier
|
\fB\-\-high\-tier
|
||||||
Used with \-\-level. Use high tier bitrate limits
|
Used with \-\-level. Use high tier bitrate limits
|
||||||
instead of the main tier limits during encoding.
|
instead of the main tier limits during encoding.
|
||||||
|
High tier requires level 4 or higher.
|
||||||
|
|
||||||
.SS "Compression tools:"
|
.SS "Compression tools:"
|
||||||
.TP
|
.TP
|
||||||
|
@ -256,6 +257,10 @@ Motion estimation termination [on]
|
||||||
\- on: Terminate early.
|
\- on: Terminate early.
|
||||||
\- sensitive: Terminate even earlier.
|
\- sensitive: Terminate even earlier.
|
||||||
.TP
|
.TP
|
||||||
|
\fB\-\-(no\-)intra\-rdo\-et
|
||||||
|
Check intra modes in rdo stage only until
|
||||||
|
a zero coefficient CU is found. [disabled]
|
||||||
|
.TP
|
||||||
\fB\-\-(no\-)implicit\-rdpcm
|
\fB\-\-(no\-)implicit\-rdpcm
|
||||||
Implicit residual DPCM. Currently only supported
|
Implicit residual DPCM. Currently only supported
|
||||||
with lossless coding. [disabled]
|
with lossless coding. [disabled]
|
||||||
|
@ -277,10 +282,12 @@ Frame\-level parallelism [auto]
|
||||||
\- auto: Select automatically.
|
\- auto: Select automatically.
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-(no\-)wpp
|
\fB\-\-(no\-)wpp
|
||||||
Wavefront parallel processing.
|
Wavefront parallel processing. [enabled]
|
||||||
Enabling tiles automatically disables WPP. To
|
Enabling tiles automatically disables WPP.
|
||||||
enable WPP with tiles, re\-enable it after
|
To enable WPP with tiles, re\-enable it after
|
||||||
enabling tiles. [enabled]
|
enabling tiles. Enabling wpp with tiles is,
|
||||||
|
however, an experimental feature since it is
|
||||||
|
not supported in any HEVC profile.
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-tiles <int>x<int>
|
\fB\-\-tiles <int>x<int>
|
||||||
Split picture into width x height uniform tiles.
|
Split picture into width x height uniform tiles.
|
||||||
|
|
Loading…
Reference in a new issue