diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-08-01 16:39:22 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-08-01 16:39:28 +0200 |
commit | c87f645a757e1888932a57a2b5ef8ca44098a9e0 (patch) | |
tree | 01d1b71ca3256b049a7cee0f0ae91f651a226988 /doc/filters.texi | |
parent | 79d0e164cfef96d77cca5b056fcf097a4c63a28e (diff) | |
parent | 52269f48e835a52023656f8330262ae70e6061c4 (diff) | |
download | ffmpeg-c87f645a757e1888932a57a2b5ef8ca44098a9e0.tar.gz |
Merge commit '52269f48e835a52023656f8330262ae70e6061c4'
* commit '52269f48e835a52023656f8330262ae70e6061c4':
Revert "vf_interlace: deprecate lowpass option"
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/filters.texi')
-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 a7919a3506..c5caa77d99 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -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 |