# HG changeset patch # User attila # Date 1041434134 0 # Node ID ce4b79769b8856128b8184adfb56469e1e477c27 # Parent 4e97f3c10edca284d7a709b799e3a62e1f44645b add arpi's explanation of -vop il to the docs diff -r 4e97f3c10edc -r ce4b79769b88 DOCS/tech/vop.txt --- 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]