I'm looking to dynamically add watermarks to a video on a website. What, in your opinion, is the best language and library to do so?
+1
A:
I believe you have a couple choices.
Both Flash and Silverlight should allow you to create a separate layer and have your watermark displayed.
I'm not sure if there is a way to do this with mpeg/qt videos.
Alan
2010-03-23 05:04:49
I was looking more for formats like wmv and mpeg
manny
2010-03-23 06:52:31
+1
A:
You can do this using ffmpeg (from command line or using one of its API such as ffmpeg-php) with the watermark or drawtext vhook component, depending of what you want to add (a logo or a simple text).
Zed-K
2010-03-23 09:16:33