[Mplayer-cvslog] CVS: main/DOCS/man/en mplayer.1,1.466,1.467
Michael Niedermayer CVS
michael at mplayerhq.hu
Thu Oct 23 23:53:32 CEST 2003
Update of /cvsroot/mplayer/main/DOCS/man/en
In directory mail:/var/tmp.root/cvs-serv11397
Modified Files:
mplayer.1
Log Message:
-vf fil
Index: mplayer.1
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/man/en/mplayer.1,v
retrieving revision 1.466
retrieving revision 1.467
diff -u -r1.466 -r1.467
--- mplayer.1 23 Oct 2003 12:16:00 -0000 1.466
+++ mplayer.1 23 Oct 2003 21:52:44 -0000 1.467
@@ -2773,6 +2773,15 @@
.RE
.PD 1
.TP
+.B "fil=[i|d]"
+(de)interleaves lines.
+fil=d deinterleaves the fields and puts then left-right
+fil=i interleave them again (reverses the effect of fil=d)
+so this filter is very similar to the il filter but much faster, the main
+dissadvantage is that it doesnt always work. especially if combined with
+other filters it may produce randomly messed up images, so be happy if it works
+but dont complain if it doesnt for your combination of filters.
+.TP
.B "field[=n]"
Extracts a single field from an interlaced image using stride arithmetic
to avoid wasting CPU time.
More information about the MPlayer-cvslog
mailing list