[MPlayer-DOCS] r18591 - in trunk: DOCS/man/en/mplayer.1 libmpcodecs/Makefile libmpcodecs/vf.c libmpcodecs/vf_mcdeint.c

michael subversion at mplayerhq.hu
Tue Jun 6 02:11:14 CEST 2006


Author: michael
Date: Tue Jun  6 02:11:13 2006
New Revision: 18591

Modified:
   trunk/DOCS/man/en/mplayer.1

Changes in other areas also in this revision:
Added:
   trunk/libmpcodecs/vf_mcdeint.c
Modified:
   trunk/libmpcodecs/Makefile
   trunk/libmpcodecs/vf.c

Log:
Motion compensating deinterlacer
note, the code could probably benefit from some finetuning / experimentation in case anyone is bored ...


Modified: trunk/DOCS/man/en/mplayer.1
==============================================================================
--- trunk/DOCS/man/en/mplayer.1	(original)
+++ trunk/DOCS/man/en/mplayer.1	Tue Jun  6 02:11:13 2006
@@ -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



More information about the MPlayer-DOCS mailing list