diff options
author | Gyan Doshi <ffmpeg@gyani.pro> | 2022-08-09 13:58:16 +0530 |
---|---|---|
committer | Gyan Doshi <ffmpeg@gyani.pro> | 2022-08-09 13:59:29 +0530 |
commit | 9e029dc265398f6a50cd61837959010c52228869 (patch) | |
tree | a7a241da8d14d0bd25c36f95475507cc89a5a59c | |
parent | 26890b6b6770214ad63fc9c9564ac75b3227f708 (diff) | |
download | ffmpeg-9e029dc265398f6a50cd61837959010c52228869.tar.gz |
doc/filters: clarify behaviour of weights in amix
-rw-r--r-- | doc/filters.texi | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index c85c33a104..01a359f20f 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -2236,8 +2236,10 @@ 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. +Specify weight of each input audio stream as a sequence of numbers separated +by a space. If fewer weights are specified compared to number of inputs, the +last weight is assigned to the remaining inputs. +Default weight for each input is 1. @item normalize Always scale inputs instead of only doing summation of samples. |