#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
_______________________________________________
FFmpeg-trac mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-trac