mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-23 18:14:06 +00:00
Added comment about partial-coding usage
This commit is contained in:
parent
b8488ab48d
commit
bf8941ddb8
|
@ -255,6 +255,8 @@ Parallel processing:
|
|||
X and Y are CTU offsets.
|
||||
Slice width and height must be divisible by CTU
|
||||
in pixels unless it is the last CTU row/column.
|
||||
This parameter is used by kvaShare.
|
||||
|
||||
Video Usability Information:
|
||||
--sar <width:height> : Specify sample aspect ratio
|
||||
--overscan <string> : Specify crop overscan setting [undef]
|
||||
|
|
|
@ -349,6 +349,8 @@ Parts must be merged to form a valid bitstream.
|
|||
X and Y are CTU offsets.
|
||||
Slice width and height must be divisible by CTU
|
||||
in pixels unless it is the last CTU row/column.
|
||||
This parameter is used by kvaShare.
|
||||
|
||||
.SS "Video Usability Information:"
|
||||
.TP
|
||||
\fB\-\-sar <width:height>
|
||||
|
|
|
@ -541,7 +541,8 @@ void print_help(void)
|
|||
" Parts must be merged to form a valid bitstream.\n"
|
||||
" X and Y are CTU offsets.\n"
|
||||
" Slice width and height must be divisible by CTU\n"
|
||||
" in pixels unless it is the last CTU row/column."
|
||||
" in pixels unless it is the last CTU row/column.\n"
|
||||
" This parameter is used by kvaShare.\n"
|
||||
"\n"
|
||||
/* Word wrap to this width to stay under 80 characters (including ") *************/
|
||||
"Video Usability Information:\n"
|
||||
|
|
Loading…
Reference in a new issue