mirror of
https://github.com/mpv-player/mpv
synced 2025-03-30 07:18:17 +00:00
Better lumi/dark_masking descriptions, tips for 4mv and autoaspect and 10l fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13437 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
9be45e134a
commit
3f8d1fd587
@ -5301,7 +5301,7 @@ log (low quality)
|
|||||||
.IPs 3
|
.IPs 3
|
||||||
phods (low quality)
|
phods (low quality)
|
||||||
.IPs 4
|
.IPs 4
|
||||||
EPZS (default)
|
EPZS: size=1 diamond (default)
|
||||||
.IPs 5
|
.IPs 5
|
||||||
X1 (experimental)
|
X1 (experimental)
|
||||||
.RE
|
.RE
|
||||||
@ -5334,6 +5334,7 @@ Same as mbd=1, kept for compatibility reasons.
|
|||||||
.TP
|
.TP
|
||||||
.B v4mv\ \ \
|
.B v4mv\ \ \
|
||||||
Allow 4 motion vectors per macroblock (slightly better quality).
|
Allow 4 motion vectors per macroblock (slightly better quality).
|
||||||
|
Works better if used with mbd>0.
|
||||||
.
|
.
|
||||||
.TP
|
.TP
|
||||||
.B obmc\ \ \
|
.B obmc\ \ \
|
||||||
@ -5454,6 +5455,8 @@ The aspect parameter can be given as a ratio or a floating point number.
|
|||||||
Same as the aspect option, but automatically computes aspect, taking
|
Same as the aspect option, but automatically computes aspect, taking
|
||||||
into account all the adjustments (crop/\:expand/\:scale/\:etc.) made in the
|
into account all the adjustments (crop/\:expand/\:scale/\:etc.) made in the
|
||||||
filter chain.
|
filter chain.
|
||||||
|
Does not incur a performance penalty, so you can safely leave it
|
||||||
|
always on.
|
||||||
.
|
.
|
||||||
.TP
|
.TP
|
||||||
.B vbitrate=<value>
|
.B vbitrate=<value>
|
||||||
@ -5793,7 +5796,12 @@ sh4
|
|||||||
.
|
.
|
||||||
.TP
|
.TP
|
||||||
.B lumi_mask=<0.0\-1.0>
|
.B lumi_mask=<0.0\-1.0>
|
||||||
luminance masking
|
Luminance masking is a 'psychosensory' setting that is supposed to
|
||||||
|
make use of the fact that the human eye tends to notice less details
|
||||||
|
in very bright parts of the picture.
|
||||||
|
Luminance masking compresses bright areas stronger than medium ones,
|
||||||
|
so it will save bits that can be spent again on other frames, raising
|
||||||
|
overall subjective quality, while possibly reducing PSNR.
|
||||||
.br
|
.br
|
||||||
.I WARNING:
|
.I WARNING:
|
||||||
Be careful, overly large values can cause disastrous things.
|
Be careful, overly large values can cause disastrous things.
|
||||||
@ -5810,7 +5818,12 @@ sane range
|
|||||||
.
|
.
|
||||||
.TP
|
.TP
|
||||||
.B dark_mask=<0.0\-1.0>
|
.B dark_mask=<0.0\-1.0>
|
||||||
darkness masking
|
Darkness masking is a 'psychosensory' setting that is supposed to
|
||||||
|
make use of the fact that the human eye tends to notice less details
|
||||||
|
in very drak parts of the picture.
|
||||||
|
Darkness masking compresses dark areas stronger than medium ones,
|
||||||
|
so it will save bits that can be spent again on other frames, raising
|
||||||
|
overall subjective quality, while possibly reducing PSNR.
|
||||||
.br
|
.br
|
||||||
.I WARNING:
|
.I WARNING:
|
||||||
Be careful, overly large values can cause disastrous things.
|
Be careful, overly large values can cause disastrous things.
|
||||||
@ -6010,9 +6023,6 @@ If you prefer to keep some noise in your encoded video rather than
|
|||||||
filtering it away before encoding, this setting controls NSSE weight,
|
filtering it away before encoding, this setting controls NSSE weight,
|
||||||
where larger weights will result in more noise.
|
where larger weights will result in more noise.
|
||||||
0 NSSE is identical to SSE.
|
0 NSSE is identical to SSE.
|
||||||
|
|
||||||
NSSE weight, larger weights will result in more noise,
|
|
||||||
with 0 NSSE is identical to SSE.
|
|
||||||
.
|
.
|
||||||
.TP
|
.TP
|
||||||
.B predia=<-99\-6>
|
.B predia=<-99\-6>
|
||||||
|
Loading…
Reference in New Issue
Block a user