mirror of https://github.com/mpv-player/mpv
Make default values and ranges match the source code.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15768 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
e8ec3c300e
commit
ed16ed561a
|
@ -7054,12 +7054,12 @@ Sets the comparison function for sub pel motion estimation
|
||||||
(see mbcmp for available comparison functions) (default: 0).
|
(see mbcmp for available comparison functions) (default: 0).
|
||||||
.
|
.
|
||||||
.TP
|
.TP
|
||||||
.B nssew=<0\-100>
|
.B nssew=<0\-1000000>
|
||||||
This setting controls NSSE weight, where larger weights will result in
|
This setting controls NSSE weight, where larger weights will result in
|
||||||
more noise.
|
more noise.
|
||||||
0 NSSE is identical to SSE
|
0 NSSE is identical to SSE
|
||||||
You may find this useful if you prefer to keep some noise in your encoded
|
You may find this useful if you prefer to keep some noise in your encoded
|
||||||
video rather than filtering it away before encoding.
|
video rather than filtering it away before encoding (default: 8).
|
||||||
.
|
.
|
||||||
.TP
|
.TP
|
||||||
.B predia=<-99\-6>
|
.B predia=<-99\-6>
|
||||||
|
@ -7534,7 +7534,7 @@ autodetection of some decoders might be confused.
|
||||||
.
|
.
|
||||||
.TP
|
.TP
|
||||||
.B max_bframes=<0\-4>
|
.B max_bframes=<0\-4>
|
||||||
Maximum number of B-frames to put between I/\:P-frames (default: 0).
|
Maximum number of B-frames to put between I/\:P-frames (default: 2).
|
||||||
.
|
.
|
||||||
.TP
|
.TP
|
||||||
.B bquant_ratio=<0\-1000>
|
.B bquant_ratio=<0\-1000>
|
||||||
|
|
Loading…
Reference in New Issue