diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2014-07-30 21:12:14 +0100 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2014-08-01 13:02:29 +0100 |
commit | 52269f48e835a52023656f8330262ae70e6061c4 (patch) | |
tree | e54f0a03af64884b753a9dbdf0656fda980a8e11 /doc | |
parent | 4da8cdbb91ddbac118b79076cad4dc28ba72e86f (diff) | |
download | ffmpeg-52269f48e835a52023656f8330262ae70e6061c4.tar.gz |
Revert "vf_interlace: deprecate lowpass option"
This reverts commit 35b05c5184fb3aa1191e2d1e7f1cae1e11f344a4.
A warning is introduced in case this option is used.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 7 |
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 |