I have small project which uses blend filter of FFmpeg library.
I read the examples of this document https://ffmpeg.org/ffmpeg-filters.html#blend_002c-tblend
But I'm not clearly understand about it.
X, Y : the coordinates of the current sample
W, H : the width and height of currently filtered plane
What are the sample and filtered plane? Is there any document about these things.