FFmpegKit is a collection of tools to use FFmpeg in Android, iOS, Linux, macOS, tvOS, Flutter and React Native applications.
It includes scripts to build FFmpeg native libraries, a wrapper library to run FFmpeg/FFprobe commands in applications.
Export environment variables:
export ANDROID_SDK_ROOT="/Users/USER/Android/SDK"
export ANDROID_NDK_ROOT="/Users/USER/Android/SDK/ndk/VERSION"sh android.shsh ios.shand so on.
Integrate into your platform (native, react-native, etc).