Update README and man page

This commit is contained in:
Ari Koivula 2016-09-10 21:04:45 +03:00
parent a7a33b08ec
commit 19caa1e574
2 changed files with 3 additions and 18 deletions

View file

@ -106,7 +106,7 @@ Optional parameters:
"sensitive": Sensitive early termination is on
--lossless : Use lossless coding
--no-tmvp : Disable Temporal Motion Vector Prediction
--rdoq-skip : Skips unnecessary rdoq
--rdoq-skip : Skips RDOQ for 4x4 blocks
--input-format : P420 or P400
--input-bitdepth : 8-16
@ -152,13 +152,6 @@ Optional parameters:
--wpp : Enable wavefront parallel processing
--owf <integer>|auto : Number of parallel frames to process. 0 to disable.
Slices:
--slice-addresses <string>|u<int> :
Specifies a comma separated list of LCU
positions in tile scan order of tile separations.
Can also be u followed by and a single int n,
in which case it produces uniform slice length.
Deprecated parameters: (might be removed at some point)
Use --input-res:
-w, --width : Width of input in pixels

View file

@ -1,4 +1,4 @@
.TH KVAZAAR "1" "August 2016" "kvazaar v0.8.3" "User Commands"
.TH KVAZAAR "1" "September 2016" "kvazaar v0.8.3" "User Commands"
.SH NAME
kvazaar \- open source HEVC encoder
.SH SYNOPSIS
@ -180,7 +180,7 @@ Use lossless coding
Disable Temporal Motion Vector Prediction
.TP
\fB\-\-rdoq\-skip
Skips unnecessary rdoq
Skips RDOQ for 4x4 blocks
.TP
\fB\-\-input\-format
P420 or P400
@ -256,11 +256,3 @@ Enable wavefront parallel processing
\fB\-\-owf <integer>|auto
Number of parallel frames to process. 0 to disable.
.SS "Slices:"
.TP
\fB\-\-slice\-addresses <string>|u<int>
Specifies a comma separated list of LCU
positions in tile scan order of tile separations.
Can also be u followed by and a single int n,
in which case it produces uniform slice length.