summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorattila <attila@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-01-01 15:15:34 +0000
committerattila <attila@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-01-01 15:15:34 +0000
commit1ff85712df33d6d08b19963a463c3cab8df68500 (patch)
tree3ed5f39c204684e00a59982697531239527bcaf1 /DOCS
parentbd25111c86348b4bc5b249cb9494e824d420a785 (diff)
downloadmpv-1ff85712df33d6d08b19963a463c3cab8df68500.tar.bz2
mpv-1ff85712df33d6d08b19963a463c3cab8df68500.tar.xz
add arpi's explanation of -vop il to the docs
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8698 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/tech/vop.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/DOCS/tech/vop.txt b/DOCS/tech/vop.txt
index fbb03a3969..09f0084af7 100644
--- a/DOCS/tech/vop.txt
+++ b/DOCS/tech/vop.txt
@@ -193,6 +193,13 @@ Current plugins:
d deinterleave
i interleave
s swap fields (exchange even & odd lines)
+ The goal of this filter to add ability of processing interlaced images
+ pre-field without deinterlacing it. You can filter your interlaced dvd
+ and playback on TV without breaking the interlacing.
+ While deinterlacing (with the post processing filter) removes permamently
+ the interlacing (by smoothing averaging etc) deinterleaving splits the
+ frame into 2 fields (so called half pictures), so you can process (filter)
+ them independently and then re-interleave them.
MPI: TEMP, accepts stride
-vop boxblur=radius:power[:radius:power]