Aleksandr Tamakov
Aleksandr Tamakov
have the same issue
Is there any tutorial how to remove libraries for ffmpeg? I'm not familiar with NDK
I was able to remove unused architecture. If somebody is wonder, I can share it with you.
https://cloud.mail.ru/public/H1uB/k2nKhj4ru
You shouldn't use both aar files, only one. As for me, I use gradle to make flavor for different architectures, one for x86 and another one for arm. AFAIK, x86...
@zoedevelopers i've just created a repo on github https://github.com/sashatinkoff/ffmpeg-for-Android-compiled
@zoedevelopers I've just updated a readme file. Using this short guide you can assemble a project for certain architecture
@zoedevelopers I guess ffmpeg has couple of flags that can affect on speed conversion. Unfortunately I faced that native ffmpeg library seems a little outdated and doesn't support them (such...