我正在使用ffmpeg库在android中进行水印,以某种方式占用大量时间(例如5MB视频需要1分钟的时间)。如果您有任何建议,请告诉我。
等级依赖性:implementation 'com.writingminds:FFmpegAndroid:0.3.2'
慢速代码:val command = arrayOf("-i", srcVideo, "-i", watermarkImgPath, "-filter_complex", "overlay=20:20", outPutVideo)