[FFmpeg-devel] [PATCH] lavfi/atempo: fix tempo range limit inconsistency

Pavel Koshevoy pkoshevoy at gmail.com
Fri Oct 5 06:13:13 EEST 2018


On Thu, Oct 4, 2018 at 2:11 AM Nicolas George <george at nsup.org> wrote:
>
> Pavel Koshevoy (2018-10-03):
> > yae_set_tempo was overlooked when max tempo limit was raised to 100.
> >
> > tested with:
> > ./ffmpeg_g -i Delerium/SemanticSpaces/Gateway.mp3 \
> > -af asendcmd=f=asendcmd.cfg,atempo=1.0 -y /tmp/asendcmd-atempo.wav
> >
> > where asendcmd.cfg was:
> > 15.0-45.0 [enter] atempo tempo 2.0,
> >           [leave] atempo tempo 0.5;
> >
> > 60.0-300.0 [enter] atempo tempo 4.0,
> >            [leave] atempo tempo 1.0;
> > ---
> >  libavfilter/af_atempo.c | 13 +++++++++----
> >  1 file changed, 9 insertions(+), 4 deletions(-)
>
> I am ok with this version of the patch, thanks. But I am not the
> maintainer of that file.
>
> Regards,
>
> --
>   Nicolas George

Applied, pushed

Thank you.


More information about the ffmpeg-devel mailing list