Mercurial > mplayer.hg
changeset 11903:41f016f1cd66
kerndeint documentation
author | ranma |
---|---|
date | Sun, 01 Feb 2004 13:08:40 +0000 |
parents | 6a49dea2c0e2 |
children | 7fd3f926a294 |
files | DOCS/man/en/mplayer.1 |
diffstat | 1 files changed, 18 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/man/en/mplayer.1 Sun Feb 01 11:35:28 2004 +0000 +++ b/DOCS/man/en/mplayer.1 Sun Feb 01 13:08:40 2004 +0000 @@ -3342,6 +3342,24 @@ 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)"