FFMPEG amix filter volume issue with inputs of different duration
amix scales each input’s volume by 1/n where n = no. of active inputs. This is evaluated for each audio frame. So when an input drops out, the volume of the remaining inputs is scaled by a smaller amount, hence their volumes increase. Changing the dropout_transition for all earlier inputs, as suggested in other answers, … Read more