[Mplayer-cvslog] CVS: main/DOCS/en mplayer.1,1.408,1.409

Alex Beregszaszi alex at mplayerhq.hu
Mon Aug 11 22:04:32 CEST 2003


Update of /cvsroot/mplayer/main/DOCS/en
In directory mail:/var/tmp.root/cvs-serv24763/DOCS/en

Modified Files:
	mplayer.1 
Log Message:
'tinterlace' filter (partial inverse of tfields) by Not Zed <notzed at ximian.com> (with minor fixes for current cvs by me)

Index: mplayer.1
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/en/mplayer.1,v
retrieving revision 1.408
retrieving revision 1.409
diff -u -r1.408 -r1.409
--- mplayer.1	7 Aug 2003 12:24:34 -0000	1.408
+++ mplayer.1	11 Aug 2003 20:04:09 -0000	1.409
@@ -2742,6 +2742,26 @@
 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.



More information about the MPlayer-cvslog mailing list