且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何在Android Studio项目中使用最新的FFMPEG?

更新时间:2023-10-06 13:47:04

有一个非常简单的解决方案,有一个针对Android的预编译库,如下所示

There's a very easy solution for this, There's a precompiled library for android, as below https://github.com/WritingMinds/ffmpeg-android-java Simply include this as a gradle project in your code and add few methods as per their documentation and you are done with FFMPEG commands in android. This library is not very updated and have some missing features but still its good to use for many simple tasks.