summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorrfelker <rfelker@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-08-18 15:27:00 +0000
committerrfelker <rfelker@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-08-18 15:27:00 +0000
commitcec2f532144049616a743f26146661e18c6e2877 (patch)
treeab40888afcd96040b75b745a30f49d267035d715 /DOCS
parent0a378573a8de671e6a5735f78a982d81946cdf7b (diff)
downloadmpv-cec2f532144049616a743f26146661e18c6e2877.tar.bz2
mpv-cec2f532144049616a743f26146661e18c6e2877.tar.xz
document vf_pullup (vaguely at least)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10666 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/en/mplayer.115
1 files changed, 15 insertions, 0 deletions
diff --git a/DOCS/en/mplayer.1 b/DOCS/en/mplayer.1
index 873d996850..eaa8224ea3 100644
--- a/DOCS/en/mplayer.1
+++ b/DOCS/en/mplayer.1
@@ -2723,6 +2723,21 @@ detc filter, and should be used with MEncoder but not with MPlayer.
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).