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.
25 lines
1.3 KiB
25 lines
1.3 KiB
|
|
|
|
|
|
# FFmpegKit for Python
|
|
|
|
<img src="https://github.com/arthenica/ffmpeg-kit/blob/main/docs/assets/ffmpeg-kit-icon-v9.png" width="240">
|
|
|
|
`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](https://github.com/arthenica/ffmpeg-kit/releases),
|
|
[Maven Central](https://search.maven.org), [CocoaPods](https://cocoapods.org), [pub](https://pub.dev) and [npm](https://www.npmjs.com).
|
|
|
|
### 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](https://github.com/arthenica/ffmpeg-kit/releases), [Maven Central](https://search.maven.org), [CocoaPods](https://cocoapods.org), [pub](https://pub.dev) and [npm](https://www.npmjs.com)
|
|
- Licensed under `LGPL 3.0` by default, `GPL v3.0` if GPL licensed libraries are enabled
|
|
|
|
## 2. Android (+Python)
|
|
|
|
|
|
|