This project is a continued fork of FFmpeg Android Java by WritingMinds. This fork fixes the CANNOT LINK EXECUTABLE ffmpeg: has text relocations issue on x86 devices along with some other bugfixes, ...
src/ ├── main/java/ │ └── com/example/ffmpeg/ │ ├── controller/ # REST API 控制器 │ ├── service/ # 业务逻辑服务 ...