[FFmpeg-trac] #4803(undetermined:new): ffmpeg overlay a gif to video using parameter of enable , will display the gif picture before enable time.

FFmpeg trac at avcodec.org
Thu Aug 27 15:08:49 CEST 2015


#4803: ffmpeg overlay a gif to video using parameter of enable ,will display the
gif picture before enable time.
-------------------------------------+-------------------------------------
             Reporter:  taniey       |                    Owner:
                 Type:  defect       |                   Status:  new
             Priority:  normal       |                Component:
              Version:  git-master   |  undetermined
             Keywords:  overlay      |               Resolution:
             Blocking:               |               Blocked By:
Analyzed by developer:  0            |  Reproduced by developer:  0
-------------------------------------+-------------------------------------

Comment (by cehoyos):

 Work-around is to encode the overlayed image(s) to a cfr file with the
 same framerate as the original video as in:
 {{{
 $ ffmpeg -i gif.gif -r 24000/1001 -vcodec qtrle gif.mov
 }}}

--
Ticket URL: <https://trac.ffmpeg.org/ticket/4803#comment:6>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list