ffmpegandroidlibrary
ffmpegandroidlibrary copied to clipboard
One line integration for FFMPEG Library in Android
It was working all great before upgrading lib to Android 10, After upgrading ffmpeg lib to Android 10, I am facing an issue that video stays black and audio plays...
java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.ssi.movieplayer-Y2fejyZmq_A1VXvWlQjOLQ==/base.apk"],nativeLibraryDirectories=[/data/app/com.ssi.movieplayer-Y2fejyZmq_A1VXvWlQjOLQ==/lib/x86, /system/lib]]] couldn't find "libffmpeg.so"
latest ndk version does not have darwin-x86_64, replacing it to the actual directory #!/bin/bash NDK=/home/r/aff/ndk/ SYSROOT=$NDK/platforms/android-14/arch-arm/ TOOLCHAIN=$NDK/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 i get error: __MATHDECLX (_Mdouble_,function,suffix, args, attrib) ^ /usr/include/bits/mathcalls.h:302:1: note: in expansion of...
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...
hello , any idea about how can we add one black-white Video between 2 Videos . i want to do like add black-white video at last second of **1 video**...
I have added implementation 'com.madhavanmalolan.android:ffmpegandroidlibrary:0.0.4' in my dependencies and jcenter under repositories. I tried to do a simple test as below: ``` try { Controller.getInstance().run(new String[]{ "-y", "-i", mp4_location, "-vcodec",...
i build ffmpeg . also generate .so file of different abi versions . now how can i integrate & run with ffmpeg command android
Is it possible to convert input audio byte array to another byte array or stream without saving data to file in the middle by means of FFMPEG and how to...
Hi Madhavan, Can you help me how to recompile ffmpeg library to run it on 64 bit devices. Google is not allowing apps to be run on 64 bit devices...
Can you add Progress like https://github.com/bravobit/FFmpeg-Android ? I made a latest ffmpeg build but i need to get progress . If possible please make asap