summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/mplayer.114
1 files changed, 14 insertions, 0 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1
index f0a2028ce0..a41af4157c 100644
--- a/DOCS/man/en/mplayer.1
+++ b/DOCS/man/en/mplayer.1
@@ -5891,6 +5891,20 @@ bottom-first
.PD 1
.
.TP
+.B mcdeint=[mode[:parity[:qp]]]
+Motion compensating deinterlacer, this must be used together with tfields=1 or equivalent so that mcdeint has 1 field per frame as input
+.PD 0
+.RSs
+.IPs <mode>
+0 (fast), 1 (medium), 2(slow, uses iterative me), 3(extra slow, multiple reference frames too)
+.IPs <parity>
+0 or 1 selects which field to use (note, no autodetection yet!)
+.IPs <qp>
+higher values should result in a more smooth motion vector field but less optimal individual vectors
+.RE
+.PD 1
+.
+.TP
.B boxblur=radius:power[:radius:power]
box blur
.PD 0