Update docs

This commit is contained in:
Ari Koivula 2017-01-31 16:30:40 +02:00
parent 5513744d24
commit e85266efe7
2 changed files with 27 additions and 1 deletions

View file

@ -82,6 +82,13 @@ Video structure:
- none: no constraint
- frametile: constrain within the tile
- frametilemargin: constrain even more
--roi <string> : Use a delta QP map for region of interest
Read an array of delta QP values from
a file, where the first two values are the
width and height, followed by width*height
delta QP values in raster order.
The delta QP map can be any size or aspect
ratio, and will be mapped to LCU's.
Compression tools:
--deblock [<beta:tc>] : Deblocking
@ -153,6 +160,10 @@ Parallel processing:
positions of tiles rows separation coordinates.
Can also be u followed by and a single int n,
in which case it produces rows of uniform height.
--slices <string> : Control how slices are used
- tiles: put tiles in independent slices
- wpp: put rows in dependent slices
- tiles+wpp: do both
Video Usability Information:
--sar <width:height> : Specify Sample Aspect Ratio

View file

@ -1,4 +1,4 @@
.TH KVAZAAR "1" "October 2016" "kvazaar v1.0.0" "User Commands"
.TH KVAZAAR "1" "January 2017" "kvazaar v1.0.0" "User Commands"
.SH NAME
kvazaar \- open source HEVC encoder
.SH SYNOPSIS
@ -122,6 +122,15 @@ Constrain movement vectors
\- none: no constraint
\- frametile: constrain within the tile
\- frametilemargin: constrain even more
.TP
\fB\-\-roi <string>
Use a delta QP map for region of interest
Read an array of delta QP values from
a file, where the first two values are the
width and height, followed by width*height
delta QP values in raster order.
The delta QP map can be any size or aspect
ratio, and will be mapped to LCU's.
.SS "Compression tools:"
.TP
@ -243,6 +252,12 @@ Specifies a comma separated list of pixel
positions of tiles rows separation coordinates.
Can also be u followed by and a single int n,
in which case it produces rows of uniform height.
.TP
\fB\-\-slices <string>
Control how slices are used
\- tiles: put tiles in independent slices
\- wpp: put rows in dependent slices
\- tiles+wpp: do both
.SS "Video Usability Information:"
.TP