Files
ffmpeg/libavfilter
Marton Balint a6a07eebdf avfilter/f_loop: fix aloop activate logic
The logic did not follow the documented behaviour and that caused skipping of
some audio in the loop and in the leftover buffer.

Example command line which should produce a smooth sine wave for the whole
duration of the output:

ffmpeg -f lavfi -i "sine=r=48000:f=480:d=4" -af "aloop=loop=4:start=48000:size=48000" out.wav

Fixes ticket #11283.

Signed-off-by: Marton Balint <cus@passwd.hu>
(cherry picked from commit fe18ed3f2a)
2024-11-17 22:33:05 +01:00
..
2022-07-07 17:52:32 +02:00
2023-09-28 00:17:47 +02:00
2024-07-24 16:52:32 +02:00
2024-07-24 16:52:32 +02:00
2023-09-27 10:22:33 -07:00
2022-07-30 11:42:06 +02:00
2022-07-30 11:42:06 +02:00
2022-02-20 12:38:52 +01:00
2023-10-29 16:19:39 +01:00
2023-03-29 00:15:19 +02:00
2024-07-24 16:52:51 +02:00