Update documentation

This commit is contained in:
Joose Sainio 2020-03-26 10:57:29 +02:00
parent 10ef03cd03
commit 3eb07005a2
2 changed files with 23 additions and 0 deletions

View file

@ -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

View file

@ -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