How to use latest FFMPEG in Android Studio project?

后端 未结 1 1101
不知归路
不知归路 2021-02-08 11:43

I have a simple task to make a video from multiple images and an audio file, After searching a lot found that its possible with FFMPEG, Unfortunately there are no updated tutori

相关标签:
1条回答
  • 2021-02-08 12:19

    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.

    0 讨论(0)
提交回复
热议问题