[FFmpeg-trac] #5535(avfilter:new): overlaying video on top of another with enable=between() option fails

FFmpeg trac at avcodec.org
Tue May 10 19:17:23 CEST 2016


#5535: overlaying video on top of another with enable=between() option fails
-------------------------------------+-------------------------------------
             Reporter:  neuro_sys    |                     Type:  defect
               Status:  new          |                 Priority:  normal
            Component:  avfilter     |                  Version:  git-
             Keywords:               |  master
  overlay,enable,between             |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 I expect it to overlay the [1:v] image stream on top of [0:v] between
 seconds 1 and 5 with the below command.

 {{{
 ffmpeg \
     -y \
     -i small.mp4 \
     -i monkey/monkey_%04d.png \
     -filter_complex "[0:v][1:v]overlay=enable='between(t,1,5)'[out1]" \
     -map '[out1]' \
     output.mp4
 }}}

 You may download the test case tarball from this link:

    -
 https://drive.google.com/file/d/0BxIQVP1zErDPYXRveG9hN0c0Qjg/view?usp=sharing

 It includes assets for the test case.

 The build I tried with:

    - ffmpeg-3.0.2-64bit-static (available online)

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


More information about the FFmpeg-trac mailing list