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

2018-10-04 Thread Pavel Koshevoy
On Thu, Oct 4, 2018 at 2:11 AM Nicolas George 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-at

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

2018-10-04 Thread Nicolas George
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 te

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

2018-10-03 Thread Pavel Koshevoy
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;