changeset 8697:ce4b79769b88

add arpi's explanation of -vop il to the docs
author attila
date Wed, 01 Jan 2003 15:15:34 +0000
parents 4e97f3c10edc
children 739ecaea201b
files DOCS/tech/vop.txt
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/tech/vop.txt	Wed Jan 01 14:59:41 2003 +0000
+++ b/DOCS/tech/vop.txt	Wed Jan 01 15:15:34 2003 +0000
@@ -193,6 +193,13 @@
     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]