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.
 
 
 
 
 
 
Sahib 0dbca05746
Update README.md
2 years ago
.github decommission macos 10-15 in github workflows 3 years ago
android Update README.md 2 years ago
apple update documentation 3 years ago
docs release react-native plugin v5.1.0 3 years ago
flutter release flutter plugin v5.1.0 3 years ago
linux update documentation 3 years ago
react-native release react-native plugin v5.1.0 3 years ago
scripts allow disabling bitcode in ios and tvos, fixes #614 3 years ago
src support building custom libraries in native build scripts, fixes #28 4 years ago
tools python support 2 years ago
.gitignore implement the flutter plugin 4 years ago
CODE_OF_CONDUCT.md add contributing and code of conduct guides 3 years ago
CONTRIBUTING.md add contributing and code of conduct guides 3 years ago
LICENSE reorganise license files 3 years ago
README.md Update README.md 2 years ago
android.sh reorganise license files 3 years ago
apple.sh make build scripts more tolerant against the space character in path 3 years ago
ios.sh allow disabling bitcode in ios and tvos, fixes #614 3 years ago
linux.sh use ffmpeg n5.1.1 3 years ago
macos.sh use ffmpeg n5.1.1 3 years ago
tvos.sh allow disabling bitcode in ios and tvos, fixes #614 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 run FFmpeg/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

2. Android (+Python)