Watermark video with image
This function is a Video Command in the UBot Extended Library. This command will place a watermarked image onto the selected video file.
Video file: The video file being watermarked
Image file: The watermark image being placed on the video file
Output Video file: The resulting output watermarked video file
Position: Determines the position of the watermark image on the video(Upper Right, Upper Left, Bottom Right, Bottom Left, Center).
Timing: Determines when the watermark image will appear in the video(Beginning, Middle, End).
Seconds: The duration the watermark image appears on the screen. Set the All to keep the image on the screen for the entire duration of the video. Set a number within the total duration of the video to have the image appear for that number of seconds.
Example
watermark video with image("C:\\Users\\Downloads\\20170327_153342.mp4","C:\\Users\\Downloads\\watermark.JPG","C:\\Users\\Downloads\\watermarkedvid.mp4","Upper Right","Beginning","All")
Running the script will produce a video file watermarked with the watermark image.