diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-06-06 22:58:59 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-06-06 22:58:59 +0000 |
commit | 8066305f108c5f7f8158b00f929ed5d3957c2f73 (patch) | |
tree | b03ce076015e0073c949ef0c0df72a7240a42a25 /DOCS/man/en/mplayer.1 | |
parent | 59f0ec5c0eb477c5c211fc763ba69239f7533bb7 (diff) |
grammar/wording and formatting fixes for mcdeint
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18607 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/man/en/mplayer.1')
-rw-r--r-- | DOCS/man/en/mplayer.1 | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1 index a41af4157c..a1f63382f4 100644 --- a/DOCS/man/en/mplayer.1 +++ b/DOCS/man/en/mplayer.1 @@ -5892,15 +5892,24 @@ bottom-first . .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 +Motion compensating deinterlacer. +It needs one field per frame as input and must thus be used together +with tfields=1 or equivalent. .PD 0 .RSs .IPs <mode> -0 (fast), 1 (medium), 2(slow, uses iterative me), 3(extra slow, multiple reference frames too) +0: fast +.br +1: medium +.br +2: slow, iterative motion estimation +.br +3: extra slow, like 2 plus multiple reference frames .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 +0 or 1 selects which field to use (note: no autodetection yet!). +.IPs <qp>\ +Higher values should result in a smoother motion vector +field but less optimal individual vectors. .RE .PD 1 . |