mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-23 18:14:06 +00:00
Update VAQ help text. Update docs. Change some lingering tabs to spaces.
This commit is contained in:
parent
35facb20e8
commit
54f438a75c
|
@ -165,8 +165,9 @@ Video structure:
|
||||||
--high-tier : Used with --level. Use high tier bitrate limits
|
--high-tier : Used with --level. Use high tier bitrate limits
|
||||||
instead of the main tier limits during encoding.
|
instead of the main tier limits during encoding.
|
||||||
High tier requires level 4 or higher.
|
High tier requires level 4 or higher.
|
||||||
--vaq <integer> : Enable variance adaptive quantization with given
|
--(no-)vaq <integer> : Enable variance adaptive quantization with given
|
||||||
strength, in range 1..20.
|
strength, in range 1..20. Recommended: 5.
|
||||||
|
[disabled]
|
||||||
|
|
||||||
Compression tools:
|
Compression tools:
|
||||||
--(no-)deblock <beta:tc> : Deblocking filter. [0:0]
|
--(no-)deblock <beta:tc> : Deblocking filter. [0:0]
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.TH KVAZAAR "1" "March 2020" "kvazaar v1.3.0" "User Commands"
|
.TH KVAZAAR "1" "April 2020" "kvazaar v1.3.0" "User Commands"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
kvazaar \- open source HEVC encoder
|
kvazaar \- open source HEVC encoder
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
@ -196,9 +196,10 @@ Used with \-\-level. Use high tier bitrate limits
|
||||||
instead of the main tier limits during encoding.
|
instead of the main tier limits during encoding.
|
||||||
High tier requires level 4 or higher.
|
High tier requires level 4 or higher.
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-vaq <integer>
|
\fB\-\-(no\-)vaq <integer>
|
||||||
Enable variance adaptive quantization with given
|
Enable variance adaptive quantization with given
|
||||||
strength, in range 1..20.
|
strength, in range 1..20. Recommended: 5.
|
||||||
|
[disabled]
|
||||||
|
|
||||||
.SS "Compression tools:"
|
.SS "Compression tools:"
|
||||||
.TP
|
.TP
|
||||||
|
|
|
@ -459,8 +459,9 @@ void print_help(void)
|
||||||
" --high-tier : Used with --level. Use high tier bitrate limits\n"
|
" --high-tier : Used with --level. Use high tier bitrate limits\n"
|
||||||
" instead of the main tier limits during encoding.\n"
|
" instead of the main tier limits during encoding.\n"
|
||||||
" High tier requires level 4 or higher.\n"
|
" High tier requires level 4 or higher.\n"
|
||||||
" --vaq <integer> : Enable variance adaptive quantization with given\n"
|
" --(no-)vaq <integer> : Enable variance adaptive quantization with given\n"
|
||||||
" strength, in range 1..20.\n"
|
" strength, in range 1..20. Recommended: 5.\n"
|
||||||
|
" [disabled]\n"
|
||||||
"\n"
|
"\n"
|
||||||
/* Word wrap to this width to stay under 80 characters (including ") *************/
|
/* Word wrap to this width to stay under 80 characters (including ") *************/
|
||||||
"Compression tools:\n"
|
"Compression tools:\n"
|
||||||
|
|
Loading…
Reference in a new issue