-
Notifications
You must be signed in to change notification settings - Fork 760
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
一些问题反馈 #60
Comments
目前还不支持webp; |
public static String[] addwaterMark(String imageUrl, String videoUrl, String outUrl) { public static String[] addwaterMark(String imageUrl, String videoUrl, String outputUrl) { 合成命令都是百度搜的,基本上都不行,就这两种情况 |
命令有问题啊 欢迎进群畅聊 |
添加水印例子 ffmpeg -y -i /storage/emulated/0/1/input.mp4 -i /storage/emulated/0/1/1.png -filter_complex [0:v]scale=iw:ih[outv0];[1:0]scale=536.0:712.0[outv1];[outv0][outv1]overlay=0:0 -preset superfast /storage/emulated/0/1/result.mp4 |
1,目前还不支持生成webp动态图吗?
2,我昨天用的1.24版本,今天看到升级了2.0.0版本,我用1.24版本去合成视频水印,发现并不成功,要么报错,要么生成1k的错误视频,合成命令都是百度搜的,能用的都试过,不行能够,希望能给提供解决的方法。
The text was updated successfully, but these errors were encountered: