From b0f2475e94e56c9a915df3c5f5cf8b9f04b8711a Mon Sep 17 00:00:00 2001 From: michael Date: Thu, 23 Oct 2003 21:52:44 +0000 Subject: [PATCH] -vf fil git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11252 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/man/en/mplayer.1 | 9 +++++++++ 1 file changed, 9 insertions(+) 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.