You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
.github | 3 years ago | |
android | 2 years ago | |
apple | 3 years ago | |
docs | 3 years ago | |
flutter | 3 years ago | |
linux | 3 years ago | |
react-native | 3 years ago | |
scripts | 3 years ago | |
src | 4 years ago | |
tools | 2 years ago | |
.gitignore | 4 years ago | |
CODE_OF_CONDUCT.md | 3 years ago | |
CONTRIBUTING.md | 3 years ago | |
LICENSE | 3 years ago | |
README.md | 2 years ago | |
android.sh | 3 years ago | |
apple.sh | 3 years ago | |
ios.sh | 3 years ago | |
linux.sh | 3 years ago | |
macos.sh | 3 years ago | |
tvos.sh | 3 years ago |
README.md
FFmpegKit for Python

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 and 8 prebuilt binary packages available at Github,
Maven Central, CocoaPods, pub and npm.
1. Features
- Scripts to build FFmpeg native libraries
FFmpegKit
wrapper library to runFFmpeg
/FFprobe
commands in applications- Supports native platforms: Android, iOS, Linux, macOS and tvOS
- Supports hybrid platforms: Flutter, React Native
- Based on FFmpeg
v4.5-dev
or later with optional system and external libraries - 8 prebuilt binary packages available at Github, Maven Central, CocoaPods, pub and npm
- Licensed under
LGPL 3.0
by default,GPL v3.0
if GPL licensed libraries are enabled