mirror of https://github.com/mpv-player/mpv
documenting -vop dint
patch by Andriy N. Gritsenko <andrej@lucky.net> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7633 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
3d428ef79a
commit
31d0724c82
|
@ -1543,6 +1543,11 @@ eq controls. The values can be from -100 to 100.
|
||||||
Convert planar YUV 4:2:0 to half-height packed 4:2:2, downsampling luma but
|
Convert planar YUV 4:2:0 to half-height packed 4:2:2, downsampling luma but
|
||||||
keeping all chroma samples. Useful for output to low-resolution display
|
keeping all chroma samples. Useful for output to low-resolution display
|
||||||
devices when hardware downscaling is poor quality or is not available.
|
devices when hardware downscaling is poor quality or is not available.
|
||||||
|
.IPs dint[=sense:level]
|
||||||
|
Detects and drops first of interlaced frames in video stream. Values can be
|
||||||
|
from 0.0 to 1.0 - first (default 0.1) is relative difference between neighbor
|
||||||
|
pixels, second (default 0.15) is what part of image have to be detected as
|
||||||
|
interlaced to drop the frame.
|
||||||
.RE
|
.RE
|
||||||
.
|
.
|
||||||
.TP
|
.TP
|
||||||
|
|
Loading…
Reference in New Issue