cropsly / ffmpeg-android-java

Android java library for FFmpeg binary compiled using https://github.com/writingminds/ffmpeg-android
http://writingminds.github.io/ffmpeg-android-java
GNU General Public License v3.0
3.32k stars 830 forks source link

Android: FFMpeg (video creation) crashes with no exception when loading binaries in lower APIs (18 in my case) but works in newer ones. #323

Open diegopefm opened 5 years ago

diegopefm commented 5 years ago

I'm having a problem with the library in my tablet under API 18 (it's working on my new phone Android v8.

Could you please try to help me?

https://stackoverflow.com/questions/55894246/android-ffmpeg-video-creation-crashes-with-no-exception-when-loading-binaries

Thanks in advance.

D.