diff options
author | Paul B Mahol <onemda@gmail.com> | 2018-09-12 11:12:21 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2018-09-13 10:21:46 +0200 |
commit | ecf38be7c7f50a08e5a1f3cd9eea06fc5594d010 (patch) | |
tree | ff7add822f7f698ba7b7803c0d9630934271a8e2 /doc/filters.texi | |
parent | bb16a0624a2f98d21bac3f42a731c4c70f06aad3 (diff) | |
download | ffmpeg-ecf38be7c7f50a08e5a1f3cd9eea06fc5594d010.tar.gz |
avfilter: add amultiply audio filter
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 860d1eadca..e3ae0b01f0 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -1488,6 +1488,15 @@ Specify weight of each input audio stream as sequence. Each weight is separated by space. By default all inputs have same weight. @end table +@section amultiply + +Multiply first audio stream with second audio stream and store result +in output audio stream. Multiplication is done by multiplying each +sample from first stream with sample at same position from second stream. + +With this element-wise multiplication one can create amplitude fades and +amplitude modulations. + @section anequalizer High-order parametric multiband equalizer for each channel. |