Hi, I cannot figure out how to make ffmpeg overlay an image on a video in a tiled fashion. Is it possible to do?
Suppose I have 1 image, and 1 video. I want to watermark the video with the image, but multiple times in a regular tiled pattern. Say perhaps, I want 10 rows and 10 columns of the image, spaced evenly throughout the video. I do not want to do this explicitly, listing out 100 different filter rules.. I was exploring the -tile filter for this, but the first obstacle I hit is that the -tile filter seems to consume a frame per tile. I have no way of saying I want to use the same static image for every tile. Don't know if I should keep exploring ffmpeg's options or if I should just try to create a tiled image before feeding it to ffmpeg. Thanks! _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
