本工程是基于FFmpeg 3.4.8(这个版本比较稳定),在工程里面也有一个3.3.2, 4.2.3版本,有需要的可以自己去Git库里面checkout,工程17年就做好了,一直没有开源,原谅我懒,哈哈哈
如何使用:
- 在allprojects下面添加: mavenCentral()
- implementation 'io.github.bookzhan:bzffmpegcmd:1.0.9@aar'
- FFmpegCMDUtil.executeFFmpegCommand(String command, OnActionListener onActionListener)
English documentation:
This project is based on FFmpeg 3.4.8. There is also a version 3.3.2 and 4.2.3 in the project. If you need it, you can checkout it in the Git library.
How to use:
- Add below allprojects: mavenCentral()
- implementation 'io.github.bookzhan:bzffmpegcmd:1.0.9@aar'
- FFmpegCMDUtil.executeFFmpegCommand(String command, OnActionListener onActionListener)