[FFmpeg-devel] [PATCH] avfilter: add apitch filter
Marton Balint
cus at passwd.hu
Sun May 12 22:05:50 EEST 2019
On Sun, 12 May 2019, Paul B Mahol wrote:
> Signed-off-by: Paul B Mahol <onemda at gmail.com>
> ---
>
> This filter can dynamically change both tempo and pitch of audio.
> Also scale range is bigger, from 0.01 to 100.
Why would you want to do pitch scaling and tempo scaling in a single
filter? Pitch scaling is a combo of asetrate and aresample as far as I
understand. Tempo scaling is what atempo/librubberband/scaletempo does.
I have no use case in my head where doing both makes too much sense. Do
you?
Thanks,
Marton
More information about the ffmpeg-devel
mailing list