mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-23 18:14:06 +00:00
updated readme
This commit is contained in:
parent
5d521a2444
commit
245d0cd2cf
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue