Mercurial > mplayer.hg
changeset 10665:f420036041fb
document vf_pullup (vaguely at least)
author | rfelker |
---|---|
date | Mon, 18 Aug 2003 15:27:00 +0000 |
parents | d47ca466c97b |
children | b27e9735cc6e |
files | DOCS/en/mplayer.1 |
diffstat | 1 files changed, 15 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/en/mplayer.1 Mon Aug 18 15:24:08 2003 +0000 +++ b/DOCS/en/mplayer.1 Mon Aug 18 15:27:00 2003 +0000 @@ -2723,6 +2723,21 @@ As with detc, you must specify the correct output framerate (-ofps 23.976) when using MEncoder. .TP +.B "pullup" +Third-generation pulldown reversal (inverse telecine) filter, +capable of handling mixed hard-telecine, 24 fps progressive, and 30 +fps progressive content. +The pullup filter is designed to be much more robust than detc or +ivtc, but it is still under development. +No configuration options are available yet. +As the underlying pulldown reversal engine is designed to take +advantage of the new features in MPlayer G2, the current +implementation in G1 is meant to serve mainly as a testbed. +Note: presently pullup lacks any way to cap the output framerate, so +during 30 fps progressive sequences or stills, it will output more +than 24 fps, meaning you'll have trouble if you use it with mencoder +-ofps 23.976. +.TP .B "softpulldown" This filter works only correct with MEncoder and acts on the MPEG2 flags used for soft 3:2 pulldown (soft telecine).