mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-23 18:14:06 +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.
|
||||
--high-tier : Used with --level. Use high tier bitrate limits
|
||||
instead of the main tier limits during encoding.
|
||||
High tier requires level 4 or higher.
|
||||
High tier requires level 4 or higher.
|
||||
|
||||
Compression tools:
|
||||
--(no-)deblock <beta:tc> : Deblocking filter. [0:0]
|
||||
|
@ -209,12 +209,12 @@ Parallel processing:
|
|||
--owf <integer> : Frame-level parallelism [auto]
|
||||
- N: Process N-1 frames at a time.
|
||||
- auto: Select automatically.
|
||||
--(no-)wpp : Wavefront parallel processing.
|
||||
Enabling tiles automatically disables WPP. To
|
||||
enable WPP with tiles, re-enable it after
|
||||
--(no-)wpp : Wavefront parallel processing. [enabled]
|
||||
Enabling tiles automatically disables WPP.
|
||||
To enable WPP with tiles, re-enable it after
|
||||
enabling tiles. Enabling wpp with tiles 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-width-split <string>|u<int> :
|
||||
- <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
|
||||
kvazaar \- open source HEVC encoder
|
||||
.SH SYNOPSIS
|
||||
|
@ -162,6 +162,7 @@ Same as \-\-level but warnings instead of errors.
|
|||
\fB\-\-high\-tier
|
||||
Used with \-\-level. Use high tier bitrate limits
|
||||
instead of the main tier limits during encoding.
|
||||
High tier requires level 4 or higher.
|
||||
|
||||
.SS "Compression tools:"
|
||||
.TP
|
||||
|
@ -256,6 +257,10 @@ Motion estimation termination [on]
|
|||
\- on: Terminate early.
|
||||
\- sensitive: Terminate even earlier.
|
||||
.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
|
||||
Implicit residual DPCM. Currently only supported
|
||||
with lossless coding. [disabled]
|
||||
|
@ -277,10 +282,12 @@ Frame\-level parallelism [auto]
|
|||
\- auto: Select automatically.
|
||||
.TP
|
||||
\fB\-\-(no\-)wpp
|
||||
Wavefront parallel processing.
|
||||
Enabling tiles automatically disables WPP. To
|
||||
enable WPP with tiles, re\-enable it after
|
||||
enabling tiles. [enabled]
|
||||
Wavefront parallel processing. [enabled]
|
||||
Enabling tiles automatically disables WPP.
|
||||
To enable WPP with tiles, re\-enable it after
|
||||
enabling tiles. Enabling wpp with tiles is,
|
||||
however, an experimental feature since it is
|
||||
not supported in any HEVC profile.
|
||||
.TP
|
||||
\fB\-\-tiles <int>x<int>
|
||||
Split picture into width x height uniform tiles.
|
||||
|
|
Loading…
Reference in a new issue