#5535: overlaying video on top of another with enable=between() option does not
work as expected.
-------------------------------------+-------------------------------------
             Reporter:  neuro_sys    |                    Owner:
                 Type:  defect       |                   Status:  closed
             Priority:  normal       |                Component:  avfilter
              Version:  git-master   |               Resolution:  invalid
             Keywords:               |               Blocked By:
  overlay,enable,between             |  Reproduced by developer:  0
             Blocking:               |
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------

Comment (by neuro_sys):

 As someone suggested on stackoverflow, the correct use of the command was
 as following:
 {{{
 ffmpeg \
     -y \
     -i small.mp4 \
     -i monkey/monkey_%04d.png \
     -filter_complex "[1:v]setpts=PTS-STARTPTS+(1/TB)[1v]; \
     [0:v][1v]overlay=enable='between(t,1,5)'[out1]" \
     -map '[out1]' \
     output.mp4
 }}}

 Therefor I'm setting this as invalid/closed.

--
Ticket URL: <https://trac.ffmpeg.org/ticket/5535#comment:2>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
_______________________________________________
FFmpeg-trac mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-trac

Reply via email to