From f31bc72365d6218cc0a02ae8f2fab7c77060f58d Mon Sep 17 00:00:00 2001 From: michael Date: Tue, 6 Jun 2006 00:11:13 +0000 Subject: Motion compensating deinterlacer note, the code could probably benefit from some finetuning / experimentation in case anyone is bored ... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18591 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/man/en/mplayer.1 | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'DOCS') 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 +0 (fast), 1 (medium), 2(slow, uses iterative me), 3(extra slow, multiple reference frames too) +.IPs +0 or 1 selects which field to use (note, no autodetection yet!) +.IPs +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 -- cgit v1.2.3