mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-23 18:14:06 +00:00
Update documentation
This commit is contained in:
parent
10ef03cd03
commit
3eb07005a2
|
@ -129,6 +129,15 @@ Video structure:
|
|||
--bitrate <integer> : Target bitrate [0]
|
||||
- 0: Disable rate control.
|
||||
- N: Target N bits per second.
|
||||
--rc-algorithm <string>: Select used rc-algorithm. [lambda]
|
||||
- lambda: rate control from:
|
||||
DOI: 10.1109/TIP.2014.2336550
|
||||
- oba: DOI: 10.1109/TCSVT.2016.2589878
|
||||
--(no-)intra-bits : Use Hadamard cost based allocation for intra
|
||||
frames. Default on for gop 8 and off for lp-gop
|
||||
--(no-)clip-neighbour : On oba based rate control whether to clip
|
||||
lambda values to same frame's ctus or previous'.
|
||||
Default on for RA GOPS and disabled for LP.
|
||||
--(no-)lossless : Use lossless coding. [disabled]
|
||||
--mv-constraint <string> : Constrain movement vectors. [none]
|
||||
- none: No constraint
|
||||
|
|
|
@ -140,6 +140,20 @@ Target bitrate [0]
|
|||
\- 0: Disable rate control.
|
||||
\- N: Target N bits per second.
|
||||
.TP
|
||||
\fB\-\-rc\-algorithm <string>: Select used rc\-algorithm. [lambda]
|
||||
\- lambda: rate control from:
|
||||
DOI: 10.1109/TIP.2014.2336550
|
||||
\- oba: DOI: 10.1109/TCSVT.2016.2589878
|
||||
.TP
|
||||
\fB\-\-(no\-)intra\-bits
|
||||
Use Hadamard cost based allocation for intra
|
||||
frames. Default on for gop 8 and off for lp\-gop
|
||||
.TP
|
||||
\fB\-\-(no\-)clip\-neighbour
|
||||
On oba based rate control whether to clip
|
||||
lambda values to same frame's ctus or previous'.
|
||||
Default on for RA GOPS and disabled for LP.
|
||||
.TP
|
||||
\fB\-\-(no\-)lossless
|
||||
Use lossless coding. [disabled]
|
||||
.TP
|
||||
|
|
Loading…
Reference in a new issue