Skip to content

FFmpeg Android Build 219

Choose a tag to compare

@github-actions github-actions released this 01 Oct 19:18
· 53 commits to main since this release
86298a0

FFmpeg Android Builds

  • Dynamic builds include hardware acceleration support through MediaCodec and OpenCL (if the device supports it).
  • Static builds are completely static and may not support hardware acceleration at all.
  • Build ZIPs can be flashed through Magisk as a Magisk module.
  • Build DEBs (only available for Dynamic builds) can be installed on Termux using dpkg -i --force-overwrite <path-to-package>

Available Architectures

  • arm64-v8a
  • armeabi-v7a
  • x86_64
  • x86
  • riscv64

Installation Notes

  • For Magisk modules: Flash the .zip files through Magisk Manager
  • For Termux: Static builds are not available for Termux. Use the .deb packages from Dynamic builds with:
    dpkg -i --force-overwrite <path-to-package>

To find your device architecture: run getprop ro.product.cpu.abi in a terminal

Build Date: 2025-10-01 19:18:54 UTC
Repo Commit: FFmpeg/FFmpeg@1a02412