summaryrefslogtreecommitdiff
path: root/doc/filters.texi
diff options
context:
space:
mode:
authorVittorio Giovara <vittorio.giovara@gmail.com>2014-07-30 21:12:14 +0100
committerVittorio Giovara <vittorio.giovara@gmail.com>2014-08-01 13:02:29 +0100
commit52269f48e835a52023656f8330262ae70e6061c4 (patch)
treee54f0a03af64884b753a9dbdf0656fda980a8e11 /doc/filters.texi
parent4da8cdbb91ddbac118b79076cad4dc28ba72e86f (diff)
Revert "vf_interlace: deprecate lowpass option"
This reverts commit 35b05c5184fb3aa1191e2d1e7f1cae1e11f344a4. A warning is introduced in case this option is used.
Diffstat (limited to 'doc/filters.texi')
-rw-r--r--doc/filters.texi7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 5f9d1f8388..28e3292ff6 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -1600,8 +1600,7 @@ A floating point number which specifies chroma temporal strength. It defaults to
Simple interlacing filter from progressive contents. This interleaves upper (or
lower) lines from odd frames with lower (or upper) lines from even frames,
-halving the frame rate and preserving image height. A vertical lowpass filter
-is always applied in order to avoid twitter effects and reduce moiré patterns.
+halving the frame rate and preserving image height.
@example
Original Original New Frame
@@ -1621,6 +1620,10 @@ It accepts the following optional parameters:
@item scan
This determines whether the interlaced frame is taken from the even
(tff - default) or odd (bff) lines of the progressive frame.
+
+@item lowpass
+Enable (default) or disable the vertical lowpass filter to avoid twitter
+interlacing and reduce moire patterns.
@end table
@section lut, lutrgb, lutyuv