ffmpeg的水印 [英] ffmpeg watermark

查看:273
本文介绍了ffmpeg的水印的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我使用从BAMBUSER得到为Android FFMPEG的静态编译库。
我现在面临的问题是,从BAMBUSER得到FFmpeg的版本不支持水印。

I am using a static compiled lib of FFMPEG gotten from BAMBUSER for android. The problem I am facing now is that FFMPEG version gotten from BAMBUSER does not support watermarking.

ffmpeg -sameq -i mirror_watermark.mp4 -vf "movie=mirror_watermark.png [logo]; [in][logo] overlay=main_w-overlay_w:main_h-overlay_h [out]" output.mp4
No such filter: 'movie'

./configure --list-filters | grep movie
returns nothing

所以我想我必须使用FFMPEG的新版本,但我不知道如何从开始使用的BAMBUSER一切都已经设置我只是说某些连接codeRS和去codeRS自己的脚本

So I guess I have to use a newer version of FFMPEG but I do not know how to get started since with the BAMBUSER everything was already set I just added certain encoders and decoders to their script.

推荐答案

我用这个作为编制支持水印新FFMPEG版本的参考:
https://github.com/guardianproject/android-ffmpeg

I used this as a reference for compiling newer FFMPEG version which supports watermarking: https://github.com/guardianproject/android-ffmpeg

这篇关于ffmpeg的水印的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆