FFmpegVideo
FFmpegVideo copied to clipboard
视频添加水印
我给视频添加水印,特别的慢,是怎么回事? 使用的命令如下:
String waterMarkCmd = "ffmpeg -i %s -i %s -filter_complex overlay=0:0 %s"; waterMarkCmd = String.format(waterMarkCmd, videoUrl, watermark, outputUrl); return waterMarkCmd.split(" ");
视频有多大呢?
发送自我的三星盖乐世智能手机。
-------- 原始信息 -------- 发件人: 晨曦后浪 [email protected] 日期: 2019/7/5 18:31 (GMT+08:00) 收件人: tangyxgit/FFmpegVideo [email protected] 抄送: Subscribed [email protected] 主题: [tangyxgit/FFmpegVideo] 视频添加水印 (#10)
我给视频添加水印,特别的慢,是怎么回事? 使用的命令如下:
String waterMarkCmd = "ffmpeg -i %s -i %s -filter_complex overlay=0:0 %s"; waterMarkCmd = String.format(waterMarkCmd, videoUrl, watermark, outputUrl); return waterMarkCmd.split(" ");
― You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/tangyxgit/FFmpegVideo/issues/10?email_source=notifications&email_token=ACSSA4BGJGW4FQB7SJJO5EDP54PGLA5CNFSM4H6KCMRKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4G5Q327Q, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ACSSA4HTEDFKMPXTR4RWQZLP54PGLANCNFSM4H6KCMRA.
不好意思,没有注意回复信息,我的视频大概10M左右,添加水印要1分钟左右,感觉有点慢