mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-27 11:24:05 +00:00
Update documentation with make docs a bit
This commit is contained in:
parent
d513ab1999
commit
2b2228a070
10
README.md
10
README.md
|
@ -120,10 +120,10 @@ Video structure:
|
||||||
(e.g. lp-g8d4t2, see README)
|
(e.g. lp-g8d4t2, see README)
|
||||||
--(no-)open-gop : Use open GOP configuration. [enabled]
|
--(no-)open-gop : Use open GOP configuration. [enabled]
|
||||||
--cqmfile <filename> : Read custom quantization matrices from a file.
|
--cqmfile <filename> : Read custom quantization matrices from a file.
|
||||||
--scaling-list <string>: Set scaling list mode. [off]\n"
|
--scaling-list <string>: Set scaling list mode. [off]
|
||||||
- off: Disable scaling lists.\n"
|
- off: Disable scaling lists.
|
||||||
- custom: use custom list (with --cqmfile).\n"
|
- custom: use custom list (with --cqmfile).
|
||||||
- default: Use default lists.\n"
|
- default: Use default lists.
|
||||||
--bitrate <integer> : Target bitrate [0]
|
--bitrate <integer> : Target bitrate [0]
|
||||||
- 0: Disable rate control.
|
- 0: Disable rate control.
|
||||||
- N: Target N bits per second.
|
- N: Target N bits per second.
|
||||||
|
@ -212,10 +212,10 @@ Compression tools:
|
||||||
For rd=0..1: Try the first candidate.
|
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]
|
on luma satd cost. [enabled]
|
||||||
|
--max-merge <integer> : Maximum number of merge candidates, 1..5 [5]
|
||||||
--(no-)implicit-rdpcm : Implicit residual DPCM. Currently only supported
|
--(no-)implicit-rdpcm : Implicit residual DPCM. Currently only supported
|
||||||
with lossless coding. [disabled]
|
with lossless coding. [disabled]
|
||||||
--(no-)tmvp : Temporal motion vector prediction [enabled]
|
--(no-)tmvp : Temporal motion vector prediction [enabled]
|
||||||
--max-merge <integer> : Maximum number of merge candidates, 1..5 [5]
|
|
||||||
|
|
||||||
Parallel processing:
|
Parallel processing:
|
||||||
--threads <integer> : Number of threads to use [auto]
|
--threads <integer> : Number of threads to use [auto]
|
||||||
|
|
|
@ -285,6 +285,9 @@ 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]
|
on luma satd cost. [enabled]
|
||||||
.TP
|
.TP
|
||||||
|
\fB\-\-max\-merge <integer>
|
||||||
|
Maximum number of merge candidates, 1..5 [5]
|
||||||
|
.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]
|
||||||
|
|
Loading…
Reference in a new issue