Search code examples
androidffmpegandroid-ndksoxandroid-ffmpeg

Binaries for android FFmpeg and SOX


I have been trying for two weeks to find binaries for ffmpeg and Sox (armeabi,armeabiv7, x86) but i did not succeed. I tried building it my self from this project but I still did not succeed. Can you help me build the project and then share the binaries?

I would heartly appreciate. Here is the github repository https://github.com/guardianproject/android-ffmpeg


Solution

  • These two libraries ultimately did it for me:

    For FFMPEG (Video editing library): https://github.com/arthenica/ffmpeg-kit/tree/main/android

    For SOX (Sound editing library): https://github.com/kcochibili/SoxLibraryForAndroid

    The binaries are in the corresponding links.