mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-23 18:14:06 +00:00
Document diamond search option
This commit is contained in:
parent
b923b63b42
commit
2cde0d1a18
|
@ -136,6 +136,7 @@ Compression tools:
|
|||
- tz: Test Zone Search
|
||||
- full: Full Search
|
||||
- full8, full16, full32, full64
|
||||
- dia: Diamond Search
|
||||
--subme <integer> : Set fractional pixel motion estimation level
|
||||
- 0: only integer motion estimation
|
||||
- 1: + 1/2-pixel horizontal and vertical
|
||||
|
|
|
@ -430,6 +430,7 @@ void print_help(void)
|
|||
" - tz: Test Zone Search\n"
|
||||
" - full: Full Search\n"
|
||||
" - full8, full16, full32, full64\n"
|
||||
" - dia: Diamond Search\n"
|
||||
" --subme <integer> : Set fractional pixel motion estimation level\n"
|
||||
" - 0: only integer motion estimation\n"
|
||||
" - 1: + 1/2-pixel horizontal and vertical\n"
|
||||
|
|
Loading…
Reference in a new issue