Video thumbnail with custom image overlay

401 views Asked by At

I want to overlay an image over a video thumbnail. Like the image shown below which is a video thumbnail having WMP image shown in right bottom.

enter image description here

Is there is any way to overlay video thumbnail with custom WMP image shown on video thumbnail. as shown in above attached image,Any library or way to do this in c#?

1

There are 1 answers

0
Scott Solmer On

Have you considered using an overlay image that matches the size of the video thumbnail and is transparent except for the WMP icon? This way you can programmatically add your overlay at the same coordinates (aligned at upper left corner).
.png format works well for this purpose.