Skip to content

Commit

Permalink
Update documentation with make docs a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
Arizer committed Jul 9, 2019
1 parent d513ab1 commit 2b2228a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,10 @@ Video structure:
(e.g. lp-g8d4t2, see README)
--(no-)open-gop : Use open GOP configuration. [enabled]
--cqmfile <filename> : Read custom quantization matrices from a file.
--scaling-list <string>: Set scaling list mode. [off]\n"
- off: Disable scaling lists.\n"
- custom: use custom list (with --cqmfile).\n"
- default: Use default lists.\n"
--scaling-list <string>: Set scaling list mode. [off]
- off: Disable scaling lists.
- custom: use custom list (with --cqmfile).
- default: Use default lists.
--bitrate <integer> : Target bitrate [0]
- 0: Disable rate control.
- N: Target N bits per second.
Expand Down Expand Up @@ -212,10 +212,10 @@ Compression tools:
For rd=0..1: Try the first candidate.
For rd=2.. : Try the best candidate based
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
with lossless coding. [disabled]
--(no-)tmvp : Temporal motion vector prediction [enabled]
--max-merge <integer> : Maximum number of merge candidates, 1..5 [5]
Parallel processing:
--threads <integer> : Number of threads to use [auto]
Expand Down
3 changes: 3 additions & 0 deletions doc/kvazaar.1
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,9 @@ For rd=0..1: Try the first candidate.
For rd=2.. : Try the best candidate based
on luma satd cost. [enabled]
.TP
\fB\-\-max\-merge <integer>
Maximum number of merge candidates, 1..5 [5]
.TP
\fB\-\-(no\-)implicit\-rdpcm
Implicit residual DPCM. Currently only supported
with lossless coding. [disabled]
Expand Down

0 comments on commit 2b2228a

Please sign in to comment.