09-10-2023, 12:26
Hello,
I'm sure that this question was already asked many times. I can't really find the relevant answer :-(
I'd like to use 2 filters with FFMPEG and MinimStreamer.
Currently I use :
To this, I'd like to add :
I tried :
But this don't work. Can someone point me to the right syntax ?
Thank you,
Manu
I'm sure that this question was already asked many times. I can't really find the relevant answer :-(
I'd like to use 2 filters with FFMPEG and MinimStreamer.
Currently I use :
Code:
convOut=-af aresample=resampler=soxr:precision=33:cheby=1:dither_method=triangular
To this, I'd like to add :
Code:
bass=g=3:f=110:w=0.6
I tried :
Code:
convOut=-af aresample=resampler=soxr:precision=33:cheby=1:dither_method=triangular[2];[2]bass=g=3:f=110:w=0.6
But this don't work. Can someone point me to the right syntax ?
Thank you,
Manu