Hello,

i would like to ask how i can implement the preamp settings of an Equalizer using FFmpeg.

Is this done with the volume filter ?

For example for a PreAmp Gain +2b i would use the filter arguments :

Code:
volume=volume=2dB
Also what is the default Band Width and Band Width Type of the equalizer filter ?

Thanks !