diff options
author | Paul B Mahol <onemda@gmail.com> | 2018-03-29 13:54:51 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2018-04-01 20:36:35 +0200 |
commit | 8dff6c2844965473ec37a32c136887efe5e622b9 (patch) | |
tree | 2cbc97bdb421a0312b8489e273e641dd641e8473 /doc/filters.texi | |
parent | 354b26a3945eadd4ed8fcd801dfefad2566241de (diff) | |
download | ffmpeg-8dff6c2844965473ec37a32c136887efe5e622b9.tar.gz |
avfilter/af_amix: add weights option
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index bf2b94e240..7538ab3273 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -1350,6 +1350,9 @@ The duration of the first input. The transition time, in seconds, for volume renormalization when an input stream ends. The default value is 2 seconds. +@item weights +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 anequalizer |