|
1 | 1 | # FFmpegKit     
|
2 | 2 |
|
| 3 | +<img src="https://github.com/tanersener/ffmpeg-kit/blob/main/docs/assets/ffmpeg-kit-icon-v9.png" width="240"> |
| 4 | + |
3 | 5 | `FFmpegKit` is a collection of tools to use `FFmpeg` in `Android`, `iOS`, `macOS`, `tvOS`, `Flutter` and `React Native` applications.
|
4 | 6 |
|
5 |
| -It includes scripts to build `FFmpeg` libraries natively, a wrapper library to run `FFmpeg`/`FFprobe` commands in |
| 7 | +It includes scripts to build `FFmpeg` native libraries, a wrapper library to run `FFmpeg`/`FFprobe` commands in |
6 | 8 | applications and 8 prebuilt binary packages available at [Github](https://github.com/tanersener/ffmpeg-kit/releases),
|
7 | 9 | [Maven Central](https://search.maven.org), [CocoaPods](https://cocoapods.org), [pub](https://pub.dev) and [npm](https://www.npmjs.com).
|
8 | 10 |
|
9 |
| -<img src="https://github.com/tanersener/ffmpeg-kit/blob/development/docs/assets/ffmpeg-kit-icon-v9.png" width="240"> |
10 |
| - |
11 | 11 | ### 1. Features
|
12 |
| -- Scripts to build FFmpeg libraries natively |
| 12 | +- Scripts to build FFmpeg native libraries |
13 | 13 | - `FFmpegKit` wrapper library to run `FFmpeg`/`FFprobe` commands in applications
|
14 | 14 | - Supports native platforms: Android, iOS, macOS and tvOS
|
15 | 15 | - Supports hybrid platforms: Flutter, React Native
|
@@ -41,7 +41,8 @@ See [React Native](https://github.com/tanersener/ffmpeg-kit/tree/main/react-nati
|
41 | 41 |
|
42 | 42 | Use `android.sh`, `ios.sh`, `macos.sh` and `tvos.sh` to build `FFmpegKit` for each native platform.
|
43 | 43 |
|
44 |
| -All scripts support additional options to enable optional libraries and disable platform architectures. |
| 44 | +All scripts support additional options to enable optional libraries and disable platform architectures. See |
| 45 | +[Building](https://github.com/tanersener/ffmpeg-kit/wiki/Building) wiki page for the details. |
45 | 46 |
|
46 | 47 | ### 7. FFmpegKit Library
|
47 | 48 |
|
|
0 commit comments