mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-23 18:14:06 +00:00
Fix help message and update README.md
This commit is contained in:
parent
68fcc67a16
commit
ed7948810e
|
@ -55,6 +55,10 @@ http://github.com/ultravideo/kvazaar/wiki/List-of-suggested-topics for a list of
|
||||||
--subme <integer> : Set fractional pixel motion estimation level [1].
|
--subme <integer> : Set fractional pixel motion estimation level [1].
|
||||||
0: only integer motion estimation
|
0: only integer motion estimation
|
||||||
1: fractional pixel motion estimation enabled
|
1: fractional pixel motion estimation enabled
|
||||||
|
--source-scan-type <string> : Set source scan type [\"progressive\"].
|
||||||
|
"progressive": progressive scan
|
||||||
|
"tff": top field first
|
||||||
|
"bff": bottom field first
|
||||||
--pu-depth-inter <int>-<int> : Range for sizes of inter prediction units to try.
|
--pu-depth-inter <int>-<int> : Range for sizes of inter prediction units to try.
|
||||||
0: 64x64, 1: 32x32, 2: 16x16, 3: 8x8
|
0: 64x64, 1: 32x32, 2: 16x16, 3: 8x8
|
||||||
--pu-depth-intra <int>-<int> : Range for sizes of intra prediction units to try.
|
--pu-depth-intra <int>-<int> : Range for sizes of intra prediction units to try.
|
||||||
|
|
|
@ -285,11 +285,11 @@ void print_help(void)
|
||||||
" --cpuid <integer> : Disable runtime cpu optimizations with value 0.\n"
|
" --cpuid <integer> : Disable runtime cpu optimizations with value 0.\n"
|
||||||
" --subme <integer> : Set fractional pixel motion estimation level [1].\n"
|
" --subme <integer> : Set fractional pixel motion estimation level [1].\n"
|
||||||
" 0: only integer motion estimation\n"
|
" 0: only integer motion estimation\n"
|
||||||
|
" 1: fractional pixel motion estimation enabled\n"
|
||||||
" --source-scan-type <string> : Set source scan type [\"progressive\"].\n"
|
" --source-scan-type <string> : Set source scan type [\"progressive\"].\n"
|
||||||
" \"progressive\": progressive scan\n"
|
" \"progressive\": progressive scan\n"
|
||||||
" \"tff\": top field first\n"
|
" \"tff\": top field first\n"
|
||||||
" \"bff\": bottom field first\n"
|
" \"bff\": bottom field first\n"
|
||||||
" 1: fractional pixel motion estimation enabled\n"
|
|
||||||
" --pu-depth-inter <int>-<int> : Range for sizes of inter prediction units to try.\n"
|
" --pu-depth-inter <int>-<int> : Range for sizes of inter prediction units to try.\n"
|
||||||
" 0: 64x64, 1: 32x32, 2: 16x16, 3: 8x8\n"
|
" 0: 64x64, 1: 32x32, 2: 16x16, 3: 8x8\n"
|
||||||
" --pu-depth-intra <int>-<int> : Range for sizes of intra prediction units to try.\n"
|
" --pu-depth-intra <int>-<int> : Range for sizes of intra prediction units to try.\n"
|
||||||
|
|
Loading…
Reference in a new issue