diff options
author | 2003-01-01 15:15:34 +0000 | |
---|---|---|
committer | 2003-01-01 15:15:34 +0000 | |
commit | 1ff85712df33d6d08b19963a463c3cab8df68500 (patch) | |
tree | 3ed5f39c204684e00a59982697531239527bcaf1 /DOCS/tech/vop.txt | |
parent | bd25111c86348b4bc5b249cb9494e824d420a785 (diff) |
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/tech/vop.txt')
-rw-r--r-- | DOCS/tech/vop.txt | 7 |
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] |