mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-23 18:14:06 +00:00
Update docs
This commit is contained in:
parent
341a9a7066
commit
e0440c3de1
|
@ -119,7 +119,10 @@ Video structure:
|
|||
- 16: B-frame pyramid of length 16
|
||||
- lp-<string>: Low-delay P/B-frame GOP
|
||||
(e.g. lp-g8d4t2, see README)
|
||||
--intra-qp-offset <int>: QP offset for intra frames [-51..51] [0]
|
||||
--intra-qp-offset <int>: QP offset for intra frames [-51..51] [auto]
|
||||
- N: Set QP offset to N.
|
||||
- auto: Select offset automatically based
|
||||
on GOP length.
|
||||
--(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]
|
||||
|
|
|
@ -122,7 +122,10 @@ GOP structure [lp\-g4d3t1]
|
|||
\- lp\-<string>: Low\-delay P/B\-frame GOP
|
||||
(e.g. lp\-g8d4t2, see README)
|
||||
.TP
|
||||
\fB\-\-intra\-qp\-offset <int>: QP offset for intra frames [\-51..51] [0]
|
||||
\fB\-\-intra\-qp\-offset <int>: QP offset for intra frames [\-51..51] [auto]
|
||||
\- N: Set QP offset to N.
|
||||
\- auto: Select offset automatically based
|
||||
on GOP length.
|
||||
.TP
|
||||
\fB\-\-(no\-)open\-gop
|
||||
Use open GOP configuration. [enabled]
|
||||
|
|
|
@ -415,7 +415,7 @@ void print_help(void)
|
|||
" --intra-qp-offset <int>: QP offset for intra frames [-51..51] [auto]\n"
|
||||
" - N: Set QP offset to N.\n"
|
||||
" - auto: Select offset automatically based\n"
|
||||
" on GOP length."
|
||||
" on GOP length.\n"
|
||||
" --(no-)open-gop : Use open GOP configuration. [enabled]\n"
|
||||
" --cqmfile <filename> : Read custom quantization matrices from a file.\n"
|
||||
" --scaling-list <string>: Set scaling list mode. [off]\n"
|
||||
|
|
Loading…
Reference in a new issue