从 Linux 命令行为视频添加水印
有谁知道如何使用简单的工具从 Linux 命令行为视频添加水印?
当前版本不支持 ffmpeg 中的水印,需要自定义编译。
最大限度。
does anyone know how to watermark video from the Linux command line using a simple tool?
Watermarking in ffmpeg isn't supported in the current version, and requires a custom compile.
Max.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
记下“-vhook”参数; watermark.so 路径可能会有所不同。
Make note of the "-vhook" parameter; watermark.so path may vary.
另一种简单的方法是将 ffmpeg 更新到最新版本并添加 叠加层视频过滤器:
这也为您提供了更多关于放置水印的位置的选项。例如,如果您想将水印放置在视频的中心,您可以使用:
Another simple way to do this is updating ffmpeg to the newest version and adding the overlay video filter:
This also gives you more options on where to place the watermark as well. For example, if you wanted to place the watermark in the center of the video you would use: