ffmpegandroidlibrary icon indicating copy to clipboard operation
ffmpegandroidlibrary copied to clipboard

merger file error

Open ducthanh150796 opened this issue 6 years ago • 2 comments

I compiled your libraly. I want merger two files mp3 and this is my String array: "f" , "concat" , "-i" , pathFileMerger , "-c", "copy" , pathOut But I received an error: java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.mysoft.audio-1/base.apk"],nativeLibraryDirectories=[/data/app/com.mysoft.audio-1/lib/arm64, /data/app/com.mysoft.audio-1/base.apk!/lib/arm64-v8a, /system/lib64, /vendor/lib64]]] couldn't find "libffmpeg.so" Can you help me? Thanks you very much.

ducthanh150796 avatar Jul 05 '18 07:07 ducthanh150796

compile ffmpeg to support that architecture arm64-v8a

duncanokeyo avatar Sep 02 '18 06:09 duncanokeyo

can you please give me brief idea which Ndk version & ffmpeg version you use for build ffmpeg when i build with ndk19, ndk20 it gives error while build.

mansiJspaceo avatar Jan 30 '20 10:01 mansiJspaceo