mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-27 19:24: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
|
- 16: B-frame pyramid of length 16
|
||||||
- lp-<string>: Low-delay P/B-frame GOP
|
- lp-<string>: Low-delay P/B-frame GOP
|
||||||
(e.g. lp-g8d4t2, see README)
|
(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]
|
--(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]
|
--scaling-list <string>: Set scaling list mode. [off]
|
||||||
|
|
|
@ -122,7 +122,10 @@ GOP structure [lp\-g4d3t1]
|
||||||
\- lp\-<string>: Low\-delay P/B\-frame GOP
|
\- lp\-<string>: Low\-delay P/B\-frame GOP
|
||||||
(e.g. lp\-g8d4t2, see README)
|
(e.g. lp\-g8d4t2, see README)
|
||||||
.TP
|
.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
|
.TP
|
||||||
\fB\-\-(no\-)open\-gop
|
\fB\-\-(no\-)open\-gop
|
||||||
Use open GOP configuration. [enabled]
|
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"
|
" --intra-qp-offset <int>: QP offset for intra frames [-51..51] [auto]\n"
|
||||||
" - N: Set QP offset to N.\n"
|
" - N: Set QP offset to N.\n"
|
||||||
" - auto: Select offset automatically based\n"
|
" - auto: Select offset automatically based\n"
|
||||||
" on GOP length."
|
" on GOP length.\n"
|
||||||
" --(no-)open-gop : Use open GOP configuration. [enabled]\n"
|
" --(no-)open-gop : Use open GOP configuration. [enabled]\n"
|
||||||
" --cqmfile <filename> : Read custom quantization matrices from a file.\n"
|
" --cqmfile <filename> : Read custom quantization matrices from a file.\n"
|
||||||
" --scaling-list <string>: Set scaling list mode. [off]\n"
|
" --scaling-list <string>: Set scaling list mode. [off]\n"
|
||||||
|
|
Loading…
Reference in a new issue