Add watermark to video without overlap original video

I have a video and I want to watermark it with a logo, but I don't want to add it inside the video frame, but instead add an external border to the video at the bottom and add the watermark there.
 
Hello,

you want to do this on your own website? Do you have access to source files?
It can be done easily with some html / css code.

Just put position : relative for the container of the video, and add the watermark image in that container after the code of the player with the css styles {position : absolute; top:XX px; left: xx px}

Regards
 
NO WEBSITE INVOLVED.
I just want to do it in a simple video on my computer.


Hello,

you want to do this on your own website? Do you have access to source files?
It can be done easily with some html / css code.
Just put position : relative for the container of the video, and add the watermark image in that container after the code of the player with the css styles {position : absolute; top:XX px; left: xx px}

Regards
 
Pretty sure most video editing programs would allow you to put a border on the video without to much hassle.
 
lol i can t stop laugh at that haha u make my day man.
 
You can try virtualdub. There are many options you can try. But with fill filter you can add a filled color in any part of the video. But that will overlap the video. I don't have much knowledge about virtualdub, so you can try out other filters to see if any one of it meets your requirement.
 
Yes I also use virtualdub to add watermark. But it makes video size too big which I don't like actually.
 
Back
Top