I have a video, test.mp4
, and an image, test.png
.
test.png
is a black image with a transparent "hole" in the center.
I would like, using FFmpeg:
- To display
test.png
over the video so I can only see a circle of video - If possible, to resize
test.png
to the size of the video so it covers the whole thing
Is this possible ?
Try this:
I used this on android and its working fine :-