summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-08-11 20:04:30 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-08-11 20:04:30 +0000
commit1e87b4bbaa5dbc2ab0e8c8084ecece30ada91ddc (patch)
tree37ae3a0207e35d78d2f21cfb7ea012dd515408e2 /DOCS
parent7aa3b58b98dd44a4129cb79bc51d2eea3846bf4e (diff)
downloadmpv-1e87b4bbaa5dbc2ab0e8c8084ecece30ada91ddc.tar.bz2
mpv-1e87b4bbaa5dbc2ab0e8c8084ecece30ada91ddc.tar.xz
'tinterlace' filter (partial inverse of tfields) by Not Zed <notzed@ximian.com> (with minor fixes for current cvs by me)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10572 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/en/mplayer.120
1 files changed, 20 insertions, 0 deletions
diff --git a/DOCS/en/mplayer.1 b/DOCS/en/mplayer.1
index b3552565c3..cff5a14611 100644
--- a/DOCS/en/mplayer.1
+++ b/DOCS/en/mplayer.1
@@ -2742,6 +2742,26 @@ Both fps options are essential!
The optional start parameter tells the filter where in the telecine
pattern to start (0-3).
.TP
+.B "tinterlace[=mode]"
+Temporal field interlacing -- merge pairs of frames into an interlaced
+frame, halving the framerate. Even frames are moved into the upper
+field, odd frames to the lower field. This can be used to fully reverse
+the effect of the tfields filter (in mode 0). Available modes are:
+.PD 0
+.RSs
+.IPs 0
+odd frames into upper field, even to lower, generating a full-height
+frame at half the framerate
+.IPs 1
+only output odd frames, even frames are dropped, height unchanged
+.IPs 2
+only output even frames, odd frames are dropped, height unchanged
+.IPs 3
+expand each frame to full height, but pad alternate lines with black,
+framerate unchanged
+.RE
+.PD 1
+.TP
.B "tfields[=mode]"
Temporal field separation -- split fields into frames, doubling the
output framerate.