Anyone used Umark Video Watermarker?
It has only some basic function but it works great, however, it's not free, Pro version is $29
Does it worth the money or will I be able to learn to add simple watermark to video in NO time? Is it difficult to learn??
+ Reply to Thread
Results 1 to 6 of 6
-
-
Using AVS script for exemple:
Code:a=DGSource("your_file.dgi",fieldop=0) logo=ImageReader("E:\Path_to_watermark\watermark.png",pixel_type="rgb32",fps=23.976) water=overlay(a,logo,mask=logo.showalpha(pixel_type="rgb32"),x=1570,y=10) #For a few second only: Trim(a,0,50)+Trim(water,51,240)+Trim(a,241,0)
-
-
AVSPMod: https://forum.doom9.org/showpost.php?p=1801766&postcount=1202
Avisynth: https://forum.doom9.org/showthread.php?t=168856 then replace files with this mod: https://github.com/pinterf/AviSynthPlus/releases
Megui can also help you to index your video file. -
Aoao Watermark is not free but is fairly easy to use. I have not used it in a long time but it is not very difficult to learn http://www.aoaophoto.com/video-watermark-pro/
Similar Threads
-
Put a custom watermark on your video
By jimmalenko in forum User guidesReplies: 57Last Post: 17th Apr 2016, 14:16 -
text watermark on video
By tablain in forum Newbie / General discussionsReplies: 1Last Post: 15th Dec 2015, 11:26 -
hi how to add captions/watermark to video??
By kennysiu in forum EditingReplies: 1Last Post: 20th Sep 2014, 21:10 -
Removing Watermark from a Video
By gemini-dreamer11 in forum Video ConversionReplies: 2Last Post: 11th Oct 2013, 02:48 -
Removing Watermark from Video
By gemini-dreamer11 in forum EditingReplies: 1Last Post: 11th Oct 2013, 02:46