Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jovasa committed Jan 17, 2024
1 parent 46a8bd6 commit e8be7ac
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ Speed and compression quality can be selected with ```--preset```, or by setting

[comment]: # "BEGIN KVAZAAR HELP MESSAGE"
```
Kvazaar v2.3.0 2024-01-17
Kvazaar license: 3-clause BSD
Usage:
kvazaar -i <input> --input-res <width>x<height> -o <output>
Expand Down Expand Up @@ -95,6 +97,8 @@ Options:
- md5: 56 bytes
--(no-)psnr : Calculate PSNR for frames. [enabled]
--(no-)info : Add encoder info SEI. [enabled]
--(no-)enable-logging : Enable logging for regular encoder performance,
error messages are always disblayed. [enabled]
--crypto <string> : Selective encryption. Crypto support must be
enabled at compile-time. Can be 'on' or 'off' or
a list of features separated with a '+'. [off]
Expand Down
8 changes: 7 additions & 1 deletion doc/kvazaar.1
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
.TH KVAZAAR "1" "January 2023" "kvazaar v2.2.0" "User Commands"
.TH KVAZAAR "1" "tammikuu 2024" "kvazaar v2.3.0" "User Commands"
.SH NAME
kvazaar \- open source HEVC encoder
.SH SYNOPSIS
\fBkvazaar \fR\-i <input> \-\-input\-res <width>x<height> \-o <output>
.SH DESCRIPTION

.SS "Required:"
.TP
\fB\-i\fR, \fB\-\-input <filename>
Input file
Expand Down Expand Up @@ -85,6 +87,10 @@ Calculate PSNR for frames. [enabled]
\fB\-\-(no\-)info
Add encoder info SEI. [enabled]
.TP
\fB\-\-(no\-)enable\-logging
Enable logging for regular encoder performance,
error messages are always disblayed. [enabled]
.TP
\fB\-\-crypto <string>
Selective encryption. Crypto support must be
enabled at compile\-time. Can be 'on' or 'off' or
Expand Down

0 comments on commit e8be7ac

Please sign in to comment.