Opened 4 years ago
Closed 4 years ago
#8894 closed defect (fixed)
The behavior of the interleave filter
Reported by: | nicol | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | avfilter |
Version: | git-master | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
Summary of the bug: The interleave filter is not sufficiently separated after FFmpeg 4.3+.
FFmpeg 4.2.3 & 4.2.4 are fine but 4.3+ is strange.
How to reproduce:
% ffmpeg -f lavfi -i color=c=white:d=1:r=10 -f lavfi -i color=c=black:d=1:r=10 -filter_complex "interleave=2,tile=2x1:padding=10:color=gray" foo.gif ffmpeg version 4.3+ built on ... Zeranoe
Patches should be submitted to the ffmpeg-devel mailing list and not this bug tracker.
Attachments (2)
Note:
See TracTickets
for help on using tickets.
fine