我正在使用ffmpeg库在android中进行水印,不知何故它占用了大量的时间(比如5MB的视频需要1分钟的时间)。如果你有什么建议就告诉我。
gradle依赖性:implementation 'com.writingminds:FFmpegAndroid:0.3.2'
慢代码:val command = arrayOf("-i", srcVideo, "-i", watermarkImgPath, "-filter_complex", "overlay=20:20", outPutVideo)
1条答案
按热度按时间efzxgjgh1#
尝试使用此实现:
implementation 'com.arthenica:ffmpeg-kit-full-gpl:4.5.1-1'