# HG changeset patch # User michael # Date 1066945964 0 # Node ID 731652167590a193c79f238caeacd2d7293ed955 # Parent 3254d102d31a6bcf6d46c2256640fe16ae6d03d4 -vf fil diff -r 3254d102d31a -r 731652167590 DOCS/man/en/mplayer.1 --- a/DOCS/man/en/mplayer.1 Thu Oct 23 18:58:46 2003 +0000 +++ b/DOCS/man/en/mplayer.1 Thu Oct 23 21:52:44 2003 +0000 @@ -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.