views:

48

answers:

2

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
I was looking more for formats like wmv and mpeg
manny
+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