Question

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?

Was it helpful?

Solution

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).

OTHER TIPS

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.

Of course, http://ffmpeg-php.sourceforge.net/ is better to dynamically add watermarks to a video on your website.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top