Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Commit 6bb4fc3

Browse files
committed
update project readme
1 parent 3bc1844 commit 6bb4fc3

File tree

3 files changed

+13
-11
lines changed

3 files changed

+13
-11
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# FFmpegKit ![GitHub release](https://img.shields.io/badge/release-v4.5-blue.svg) ![Maven Central](https://img.shields.io/maven-central/v/com.arthenica/ffmpeg-kit-min) ![CocoaPods](https://img.shields.io/cocoapods/v/ffmpeg-kit-ios-min) ![pub](https://img.shields.io/pub/v/ffmpeg_kit_flutter.svg) ![npm](https://img.shields.io/npm/v/ffmpeg-kit-react-native.svg)
22

3+
<img src="https://github.com/tanersener/ffmpeg-kit/blob/main/docs/assets/ffmpeg-kit-icon-v9.png" width="240">
4+
35
`FFmpegKit` is a collection of tools to use `FFmpeg` in `Android`, `iOS`, `macOS`, `tvOS`, `Flutter` and `React Native` applications.
46

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
68
applications and 8 prebuilt binary packages available at [Github](https://github.com/tanersener/ffmpeg-kit/releases),
79
[Maven Central](https://search.maven.org), [CocoaPods](https://cocoapods.org), [pub](https://pub.dev) and [npm](https://www.npmjs.com).
810

9-
<img src="https://github.com/tanersener/ffmpeg-kit/blob/development/docs/assets/ffmpeg-kit-icon-v9.png" width="240">
10-
1111
### 1. Features
12-
- Scripts to build FFmpeg libraries natively
12+
- Scripts to build FFmpeg native libraries
1313
- `FFmpegKit` wrapper library to run `FFmpeg`/`FFprobe` commands in applications
1414
- Supports native platforms: Android, iOS, macOS and tvOS
1515
- Supports hybrid platforms: Flutter, React Native
@@ -41,7 +41,8 @@ See [React Native](https://github.com/tanersener/ffmpeg-kit/tree/main/react-nati
4141

4242
Use `android.sh`, `ios.sh`, `macos.sh` and `tvos.sh` to build `FFmpegKit` for each native platform.
4343

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.
4546

4647
### 7. FFmpegKit Library
4748

docs/index.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# FFmpegKit
22

3+
<img src="https://github.com/tanersener/ffmpeg-kit/raw/main/docs/assets/ffmpeg-kit-icon-v9.png" width="180">
4+
35
`FFmpegKit` is a collection of tools to use `FFmpeg` in `Android`, `iOS`, `macOS`, `tvOS`, `Flutter` and `React Native` applications.
46

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
68
applications and 8 prebuilt binary packages available at [Github](https://github.com/tanersener/ffmpeg-kit/releases),
79
[Maven Central](https://search.maven.org), [CocoaPods](https://cocoapods.org), [pub](https://pub.dev) and [npm](https://www.npmjs.com).
810

9-
<img src="https://github.com/tanersener/ffmpeg-kit/raw/main/docs/assets/ffmpeg-kit-icon-v9.png" width="180">
10-
1111
### 1. Features
12-
- Scripts to build FFmpeg libraries
12+
- Scripts to build FFmpeg native libraries
1313
- `FFmpegKit` wrapper library to run `FFmpeg`/`FFprobe` commands in applications
1414
- Supports native platforms: Android, iOS, macOS and tvOS
1515
- Supports hybrid platforms: Flutter, React Native
@@ -41,7 +41,8 @@ See [React Native](https://github.com/tanersener/ffmpeg-kit/tree/main/react-nati
4141

4242
Use `android.sh`, `ios.sh`, `macos.sh` and `tvos.sh` to build `FFmpegKit` for each native platform.
4343

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.
4546

4647
### 7. FFmpegKit Library
4748

flutter/flutter/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ In order to install the `LTS` variant, append `-LTS` to the version you have for
6767

6868
```yaml
6969
dependencies:
70-
ffmpeg_kit_flutter: ^4.5.0-LTS
70+
ffmpeg_kit_flutter: 4.5.0-LTS
7171
```
7272

7373
#### 2.4 LTS Releases

0 commit comments

Comments
 (0)