Can anyone recommend a good library I could use on Linux to watermark videos? I want to overlay a watermark at several different positions in my videos, fade them in randomly and with different colors and opacity.
Asked
Active
Viewed 800 times
1 Answers
0
Have you tried ffmpeg? That's a very good tool for video related stuff. Also for watermarking you can try this link.

Muhammad Razib
- 1,297
- 9
- 13
-
Thanks Mahmudul, I had a look at ffmpeg, but they changed things around and the vhook module is deprecated. :-/ – Frank Vilea May 05 '11 at 14:02
-
@Frank Vilea - ok then you can have a look at this [stackoverflow post](http://stackoverflow.com/questions/1559691/ffmpeg-watermark-without-vhook). You can also look at [this](http://www.techenigma.com/2010/05/ffmpeg-watermark-video-without-vhook-solution/) .Hope this helps :) – Muhammad Razib May 05 '11 at 19:05