Re: [FFmpeg-user] tiled overlay filter?

2018-03-13 Thread Gyan Doshi
On 3/13/2018 7:00 AM, Bryan Huh wrote: > 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. Let's say the video dimensions are W x H.

Re: [FFmpeg-user] tiled overlay filter?

2018-03-13 Thread Carl Zwanzig
On 3/12/2018 6:30 PM, Bryan Huh wrote: 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. That's how I would do it; quicker and easier. Later, z! ___ ffmpeg-user maili

[FFmpeg-user] tiled overlay filter?

2018-03-13 Thread Bryan Huh
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 imag