Mercurial > mplayer.hg
changeset 11251:731652167590
-vf fil
author | michael |
---|---|
date | Thu, 23 Oct 2003 21:52:44 +0000 |
parents | 3254d102d31a |
children | af240c0d1aaa |
files | DOCS/man/en/mplayer.1 |
diffstat | 1 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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.