Hi,<div><br></div><div>I am using Libavfilter programmatically and I know its possible to overlay an image like a logo onto a video with a filterchain.</div><div>Is it possible to change the image that I am overlaying part way through the video?</div>
<div>The idea being that the overlaid image will change every <i>n</i> number of frames.</div><div>Is this possible with a filtergraph?</div><div><br></div><div>The only other way I can think of is to make a separate video where each frame contains my overlay image with a transparent background. Then overlay one on top of the other. Does this sound viable?</div>
<div><br></div><div>Cheers,</div>