[FFmpeg-trac] #8894(avfilter:new): The behavior of the interleave filter

FFmpeg trac at avcodec.org
Tue Sep 15 15:22:52 EEST 2020


#8894: The behavior of the interleave filter
----------------------------------+--------------------------------------
             Reporter:  nicol     |                     Type:  defect
               Status:  new       |                 Priority:  normal
            Component:  avfilter  |                  Version:  git-master
             Keywords:            |               Blocked By:
             Blocking:            |  Reproduced by developer:  0
Analyzed by developer:  0         |
----------------------------------+--------------------------------------
 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.

--
Ticket URL: <https://trac.ffmpeg.org/ticket/8894>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list