Best Language for dynamically watermarking videos?
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?
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).
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.
精彩评论