Watermarking Overlays

I would like to see an added feature that allows for placing a ready made watermark over a video before it is exported. Currently, I have to take the exported video and import it into my regular video editing software to perform the overlay. Please implement this…

As temporary solution you can use overlay possibility of ffmpeg. Just add your watermark as second input source (picture, GIF or video) and add “overlay” command. For example:
“-filter_complex [0][1]overlay=x=0:y=0” (place overlay at left-top corner)

Also you can define on which time interval overlay should be applied and number of loops for GIFs and videos, used for overlay. If I remember correctly - up to 3 overlays may be defined.

Such way you can avoid external editor usage. You can make it as a part of your output profile, for example. Or just modify ffmpeg command line.

Hey guys, could you add the functionality to add PNG watermarks to the final video? This feature would save me a lot of time in my daily work. Thanks!

Ability to Add Watermarks for professional use