动态水印视频的最佳语言?
我正在寻找动态添加水印到网站上的视频。您认为最好的语言和库是什么?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您可以使用 ffmpeg 来执行此操作(从命令行或使用其 API 之一,例如 ffmpeg-php )带有 水印 或 drawtext vhook 组件,具体取决于您要添加的内容(徽标或简单文本)。
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).
我相信你有几个选择。
Flash 和 Silverlight 都应该允许您创建单独的图层并显示水印。
我不确定是否有办法对 mpeg/qt 视频执行此操作。
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.
当然http://ffmpeg-php.sourceforge.net/动态添加水印更好您网站上的视频。
Of course, http://ffmpeg-php.sourceforge.net/ is better to dynamically add watermarks to a video on your website.