updated readme

This commit is contained in:
Sami Ahovainio 2020-09-09 16:14:04 +03:00
parent 5d521a2444
commit 245d0cd2cf
2 changed files with 11 additions and 1 deletions

View file

@ -78,6 +78,10 @@ Input:
--input-format <string> : P420 or P400 [P420]
--input-bitdepth <int> : 8-16 [8]
--loop-input : Re-read input file forever.
--input-file-format <string> : Input file format [auto]
- auto: Check the file ending for format
- y4m (skips frame headers)
- yuv
Options:
--help : Print this help message and exit.

View file

@ -1,4 +1,4 @@
.TH KVAZAAR "1" "April 2020" "kvazaar v2.0.0" "User Commands"
.TH KVAZAAR "1" "September 2020" "kvazaar v2.0.0" "User Commands"
.SH NAME
kvazaar \- open source HEVC encoder
.SH SYNOPSIS
@ -49,6 +49,12 @@ P420 or P400 [P420]
.TP
\fB\-\-loop\-input
Re\-read input file forever.
.TP
\fB\-\-input\-file\-format <string>
Input file format [auto]
\- auto: Check the file ending for format
\- y4m (skips frame headers)
\- yuv
.SS "Options:"
.TP