summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authormichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-10-23 21:52:44 +0000
committermichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-10-23 21:52:44 +0000
commitb0f2475e94e56c9a915df3c5f5cf8b9f04b8711a (patch)
treef484844fac978e02d7138a9951314f028d42db7f /DOCS
parentcca3b9e596a9d92535348d176b840c2a97347f97 (diff)
downloadmpv-b0f2475e94e56c9a915df3c5f5cf8b9f04b8711a.tar.bz2
mpv-b0f2475e94e56c9a915df3c5f5cf8b9f04b8711a.tar.xz
-vf fil
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11252 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/mplayer.19
1 files changed, 9 insertions, 0 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1
index 962b0bd6f4..af05feef42 100644
--- a/DOCS/man/en/mplayer.1
+++ b/DOCS/man/en/mplayer.1
@@ -2773,6 +2773,15 @@ swap fields (exchange even & odd lines)
.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.