diff --git a/README.md b/README.md index d9dbd5f0..f726b7e4 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,13 @@ Video structure: - none: no constraint - frametile: constrain within the tile - frametilemargin: constrain even more + --roi : 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 [] : 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 : 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 : Specify Sample Aspect Ratio diff --git a/doc/kvazaar.1 b/doc/kvazaar.1 index abee4243..67e7d51e 100644 --- a/doc/kvazaar.1 +++ b/doc/kvazaar.1 @@ -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 +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 +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