1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-15 14:13:16 +02:00

doc/filters: clarify behaviour of weights in amix

This commit is contained in:
Gyan Doshi
2022-08-09 13:58:16 +05:30
parent 26890b6b67
commit 9e029dc265

View File

@@ -2236,8 +2236,10 @@ The transition time, in seconds, for volume renormalization when an input
stream ends. The default value is 2 seconds. stream ends. The default value is 2 seconds.
@item weights @item weights
Specify weight of each input audio stream as sequence. Specify weight of each input audio stream as a sequence of numbers separated
Each weight is separated by space. By default all inputs have same weight. 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 @item normalize
Always scale inputs instead of only doing summation of samples. Always scale inputs instead of only doing summation of samples.