summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorrfelker <rfelker@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-02-20 05:10:19 +0000
committerrfelker <rfelker@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-02-20 05:10:19 +0000
commitded01a9a5ba70e81d77da82e85a72d4e365776e3 (patch)
treeb621f7dc56d760aad7583fea3ce6f089dca4fe01 /DOCS
parent7f713d63bf3d7a901713a7f30af2cfd63a58abba (diff)
downloadmpv-ded01a9a5ba70e81d77da82e85a72d4e365776e3.tar.bz2
mpv-ded01a9a5ba70e81d77da82e85a72d4e365776e3.tar.xz
document detc and telecine filters
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9470 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/en/mplayer.111
1 files changed, 11 insertions, 0 deletions
diff --git a/DOCS/en/mplayer.1 b/DOCS/en/mplayer.1
index 4656290603..79d03b43e2 100644
--- a/DOCS/en/mplayer.1
+++ b/DOCS/en/mplayer.1
@@ -2182,6 +2182,17 @@ Extracts a single field from interlaced image using stride arithmetic
to avoid wasting cpu time. The optional argument n specifies whether
to extract the even or the odd field (depending on whether n is even
or odd).
+.IPs "detc"
+Experimental filter for reversing telecine process to get clean
+progressive frames. Not yet configurable and likely to change behavior
+in the future.
+.IPs "telecine[=start]"
+Apply 3:2 "telecine" process to increase framerate by 20%. This most
+likely will not work correctly with mplayer, but it can be used with
+"mencoder -fps 29.97 -ofps 29.97 -vop telecine". Both fps options are
+essential! (A/V sync will break if they are wrong.) The optional start
+parameter tells the filter where in the telecine pattern to start
+(0-3).
.IPs "boxblur=radius:power[:radius:power]"
box blur
.RSss