Nikolas Spiridakis

Results 78 comments of Nikolas Spiridakis

> @1nikolas what did u mean by ffmpeg binary ? Pre build ffmpeg executables for each cpu architecture. This libary uses those to run ffmpeg (on the current commit its...

> this fix will be released ? or i have to pull from @1nikolas repository I don't think so. This repo is abandoned since 2016..

> Its working fine but unable to upload app on play store > getting issue This release is not compliant with the Google Play 64-bit requirement but after applying >...

> @1nikolas Can you recommend a "newer ffmpeg library"? For some strange reason, I still can't get hold of my Android 10 phone. I will be looking to implement your...

> > > How to switch between android Q version and below? Thank. I'm read file from libs folder but not working My fix should work in all android versions....

@godhiepnt they way you did it, it should work. Whats the error? The file isn't copied in the app data libs?

@godhiepnt try using these two abi filters only `abiFilters "armeabi-v7a", "x86"` and delete arm64 and x86_64 folders in libs. This should make it work on all 4 archs

@godhiepnt you have to copy contents of arm to arm64 and cotents of x86 to x86_64. And then you have to modify some code (on FileUtils.java line 59 you have...

> solution work in debug mode , but when we generate sign apk ,through as error #360 java.io.IOException: Cannot run program "/data/app/com.test.maker--dN1llxm8vYjyFIC4I3iHA==/lib//libffmpeg.so": error=2, No such file or directory If you...

There is no documentation for this yet, you have to figure it out by yourself :) ([or use this example](https://stackoverflow.com/a/72566344/8627813))