summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorranma <ranma@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-02-01 13:08:40 +0000
committerranma <ranma@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-02-01 13:08:40 +0000
commitd03ece95099b1c2ad39ca3a2b0c38e289e914858 (patch)
tree6b28b027ffee52a532c43f6307c5af77c57d3530 /DOCS
parenta4683513fefdf72233aa336c8641014d0a3fde92 (diff)
downloadmpv-d03ece95099b1c2ad39ca3a2b0c38e289e914858.tar.bz2
mpv-d03ece95099b1c2ad39ca3a2b0c38e289e914858.tar.xz
kerndeint documentation
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11904 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/mplayer.118
1 files changed, 18 insertions, 0 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1
index 47d513067b..f757b11ee3 100644
--- a/DOCS/man/en/mplayer.1
+++ b/DOCS/man/en/mplayer.1
@@ -3342,6 +3342,24 @@ can upscale the resulting MJPEG images to the original size.
The option fd instructs the filter to always perform the requested
decimation (ugly).
.RE
+.PD 1
+.TP
+.B kerndeint[=map[:order[:thresh[:sharp[:twoway]]]]]
+Donald Graft's adaptive kernel deinterlacer.
+Deinterlaces parts of video if a configurable threshold is exceeded.
+.PD 0
+.RSs
+.IPs map (0 or 1)
+Paint pixels which exceed the threshold white (default 0).
+.IPs order (0 or 1)
+Swap fields if 1 (default 0).
+.IPs thresh (0 - 255)
+Threshold (default 10).
+.IPs sharp (0 or 1)
+Enable additional sharping (default 0).
+.IPs twoway (0 or 1)
+Enable twoway sharping (default 0).
+.RE
.
.
.SH "VIDEO OUTPUT DRIVERS (MPLAYER ONLY)"