android-ffmpeg-java alternatives and similar packages
Based on the "Media" category.
Alternatively, view android-ffmpeg-java alternatives based on common mentions on social networks and blogs.
-
PhotoFiltersSDK
AndroidPhotoFilters aims to provide fast, powerful and flexible image processing instrument for creating awesome effects on any image media. -
android-ffmpeg-with-rtmp
script(s) to build ffmpeg for android, including support for RTMP (and OpenSSL)
CodeRabbit: AI Code Reviews for Developers
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of android-ffmpeg-java or a related project?
README
FFMPEG Library for Android
This project is a Java wrapper around an ffmpeg command line binary for use in Android applications. It depends on the android-ffmpeg project to provide the ffmpeg binary.
For ease of developer use, we've included the FFMPEG and Sox binaries in the project, however, we strongly recommend you compile them yourselves using the steps below.
It is licensed under the GPLv3.
Building
Ensure NDK_BASE
env variable is set to the location of your NDK, example:
export NDK_BASE=/path/to/android-ndk
Then execute:
git submodule update --init --recursive
cd external/android-ffmpeg
./configure_make_everything.sh
Once compiled, you will find the binaries at:
external/android-ffmpeg/ffmpeg/ffmpeg external/android-ffmpeg/data/data/info.guardianproject.ffmpeg/app_opt/bin/sox
You should replace the files in res/raw with these.
Then build the project in Eclipse.
*Note that all licence references and agreements mentioned in the android-ffmpeg-java README section above
are relevant to that project's source code only.