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)

fine.gif (3.4 KB ) - added by nicol 4 years ago.
fine
bad.gif (4.8 KB ) - added by nicol 4 years ago.
bad

Download all attachments as: .zip

Change History (3)

by nicol, 4 years ago

Attachment: fine.gif added

fine

by nicol, 4 years ago

Attachment: bad.gif added

bad

comment:1 by Elon Musk, 4 years ago

Resolution: fixed
Status: newclosed

Fixed in 2524e64dbe4b

Note: See TracTickets for help on using tickets.