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
5513744d24
commit
e85266efe7
11
README.md
11
README.md
|
@ -82,6 +82,13 @@ Video structure:
|
||||||
- none: no constraint
|
- none: no constraint
|
||||||
- frametile: constrain within the tile
|
- frametile: constrain within the tile
|
||||||
- frametilemargin: constrain even more
|
- 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:
|
Compression tools:
|
||||||
--deblock [<beta:tc>] : Deblocking
|
--deblock [<beta:tc>] : Deblocking
|
||||||
|
@ -153,6 +160,10 @@ Parallel processing:
|
||||||
positions of tiles rows separation coordinates.
|
positions of tiles rows separation coordinates.
|
||||||
Can also be u followed by and a single int n,
|
Can also be u followed by and a single int n,
|
||||||
in which case it produces rows of uniform height.
|
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:
|
Video Usability Information:
|
||||||
--sar <width:height> : Specify Sample Aspect Ratio
|
--sar <width:height> : Specify Sample Aspect Ratio
|
||||||
|
|
|
@ -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
|
.SH NAME
|
||||||
kvazaar \- open source HEVC encoder
|
kvazaar \- open source HEVC encoder
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
@ -122,6 +122,15 @@ Constrain movement vectors
|
||||||
\- none: no constraint
|
\- none: no constraint
|
||||||
\- frametile: constrain within the tile
|
\- frametile: constrain within the tile
|
||||||
\- frametilemargin: constrain even more
|
\- 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:"
|
.SS "Compression tools:"
|
||||||
.TP
|
.TP
|
||||||
|
@ -243,6 +252,12 @@ Specifies a comma separated list of pixel
|
||||||
positions of tiles rows separation coordinates.
|
positions of tiles rows separation coordinates.
|
||||||
Can also be u followed by and a single int n,
|
Can also be u followed by and a single int n,
|
||||||
in which case it produces rows of uniform height.
|
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:"
|
.SS "Video Usability Information:"
|
||||||
.TP
|
.TP
|
||||||
|
|
Loading…
Reference in a new issue