-
Notifications
You must be signed in to change notification settings - Fork 0
FAQ
No. This is an independently maintained continuation of arthenica/ffmpeg-kit, started after its original author archived the repository in April 2025. All credit for the original design and years of work goes to the upstream project; this fork continues maintenance under the same license.
Yes, for Android. Same package (com.arthenica.ffmpegkit), same classes and method signatures. You swap the dependency declaration; your call sites do not change. See Migration for the exact steps.
The original author archived the upstream repository in April 2025 and stopped publishing new artifacts. Existing Maven Central coordinates for com.arthenica:ffmpeg-kit-* stopped resolving for new/clean builds, breaking CI pipelines and release builds for any app depending on it.
This fork intentionally narrows scope to Android — see README, Scope section. Upstream source for other platforms is not imported here. If you need FFmpeg on those platforms, look for other actively maintained forks targeting them specifically.
Only arm64-v8a is published as a prebuilt .aar release. Other ABIs (armeabi-v7a, x86_64) can be built from source with android.sh --arch=<abi> — see Building.
LGPL-3.0, same as upstream. See LICENSE.
Not yet — track progress in Releases and docs/PATCH-NOTES.md. Until then, consume the prebuilt .aar as a local Gradle dependency.