diff DOCS/man/en/mplayer.1 @ 18590:2fa15de8806b

Motion compensating deinterlacer note, the code could probably benefit from some finetuning / experimentation in case anyone is bored ...
author michael
date Tue, 06 Jun 2006 00:11:13 +0000
parents 7a839270427c
children 2a13f3573e49
line wrap: on
line diff
--- a/DOCS/man/en/mplayer.1	Mon Jun 05 22:23:42 2006 +0000
+++ b/DOCS/man/en/mplayer.1	Tue Jun 06 00:11:13 2006 +0000
@@ -5891,6 +5891,20 @@
 .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