tanersener / mobile-ffmpeg

FFmpeg for Android, iOS and tvOS. Not maintained anymore. Superseded by FFmpegKit.
https://tanersener.github.io/mobile-ffmpeg
GNU General Public License v3.0
3.85k stars 787 forks source link

Apply prebuild ffmpeg to android appication #636

Closed giangpham2811 closed 3 years ago

giangpham2811 commented 3 years ago

Description I have read the doc about Building ffmpeg executable on Android and follow the second section. Now I have a file of prebuild with all of the libraries

Expected behavior I want to add it to my android application to avoid the conflict with another ffmpeg

Environment