diff options
author | Paul B Mahol <onemda@gmail.com> | 2017-02-02 13:10:37 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2017-02-04 14:47:33 +0100 |
commit | 012dd8c99aba4965a48351f5cdf2642547114784 (patch) | |
tree | d5082ed919efe419857c950d11bae4fa42ebc9b3 /doc/filters.texi | |
parent | e477f09d0b3619f3d29173b2cd593e17e2d1978e (diff) | |
download | ffmpeg-012dd8c99aba4965a48351f5cdf2642547114784.tar.gz |
avfilter: add midequalizer filter
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 74c8547194..c988f790c2 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -9643,6 +9643,17 @@ Macroblock size. Default @code{16}. Search parameter. Default @code{7}. @end table +@section midequalizer + +Apply Midway Image Equalization effect using two video streams. + +This filter accepts the following option: + +@table @option +@item planes +Set which planes to process. Default is @code{15}, which is all available planes. +@end table + @section minterpolate Convert the video to specified frame rate using motion interpolation. |