]> git.sesse.net Git - ffmpeg/blobdiff - doc/filters.texi
Merge commit '07d8fa58121be8fe315bd51ab760547fe209a745'
[ffmpeg] / doc / filters.texi
index a7919a3506f092fbea9d0f5f380366b106fc3c01..c5caa77d997d3cfea897219a8d1207d79f3a73c2 100644 (file)
@@ -5454,8 +5454,7 @@ Swap luma/chroma/alpha fields. Exchange even & odd lines. Default value is @code
 
 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
@@ -5475,6 +5474,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 kerndeint