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 831 forks source link

Not Working on Android api target 29 #362

Closed manish-jet closed 4 years ago

manish-jet commented 4 years ago

Can Anyone please help me with target 29 as it is working in 28 target api

vaibhav-droid commented 3 years ago

Have you got any solution as i am facing issue while using it on target 29

krushnarathod commented 3 years ago

https://github.com/1nikolas/ffmpeg-android-java try this one

vaibhav-droid commented 3 years ago

https://github.com/1nikolas/ffmpeg-android-java try this one

@krushnarathod I have tries this lib but getting unsupported version error and ffmpeg loading is getting failed. Can you please share more insights on this

krushnarathod commented 3 years ago

static String getFFmpeg(Context context) {

    return context.getApplicationInfo().nativeLibraryDir + "/" + ffmpegFileName;
}

change this method in com.github.hiteshsondhi88.libffmpeg.FileUtils.java