mirror of
https://github.com/mpv-player/mpv
synced 2024-12-25 16:33:02 +00:00
-vf fil
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11252 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
cca3b9e596
commit
b0f2475e94
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user