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

Commit f7957bf

Browse files
committed
update project page
1 parent 6a41bfd commit f7957bf

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/index.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ FFmpeg for Android, iOS and tvOS
66
<img src="https://github.com/tanersener/mobile-ffmpeg/raw/dev-v3.x/docs/assets/mobile-ffmpeg-logo-v7.png" width="240">
77

88
### 1. Features
9-
- Supports FFmpeg `v3.4.x`, `v4.0.x`, `v4.1` and `v4.2-dev` releases
9+
- Supports FFmpeg `v3.4.x`, `v4.0.x`, `v4.1`, `v4.2-dev` and `v4.3-dev` releases
1010
- Use prebuilt binaries available under `Github`/`JCenter`/`CocoaPods` or build your own version with external libraries you need
1111
- Includes 28 external libraries, 4 GPL libraries and 13 architectures in total
1212
- Exposes both FFmpeg library and MobileFFmpeg wrapper library capabilities
@@ -79,7 +79,7 @@ Please remember that some parts of `FFmpeg` are licensed under the `GPL` and onl
7979
1. Add MobileFFmpeg dependency to your `build.gradle` in `mobile-ffmpeg-<package name>` format
8080
```
8181
dependencies {
82-
implementation 'com.arthenica:mobile-ffmpeg-min:4.2.2'
82+
implementation 'com.arthenica:mobile-ffmpeg-min:4.3'
8383
}
8484
```
8585
@@ -157,12 +157,12 @@ Please remember that some parts of `FFmpeg` are licensed under the `GPL` and onl
157157
158158
- iOS
159159
```
160-
pod 'mobile-ffmpeg-min', '~> 4.2.2'
160+
pod 'mobile-ffmpeg-min', '~> 4.3'
161161
```
162162
163163
- tvOS
164164
```
165-
pod 'mobile-ffmpeg-tv-min', '~> 4.2.2'
165+
pod 'mobile-ffmpeg-tv-min', '~> 4.3'
166166
```
167167
168168
2. Execute commands.
@@ -251,6 +251,7 @@ Exact version number is obtained using `git describe --tags`.
251251
252252
| MobileFFmpeg Version | FFmpeg Version | Release Date |
253253
| :----: | :----: |:----: |
254+
| [4.3](https://github.com/tanersener/mobile-ffmpeg/releases/tag/v4.3) | 4.3-dev-1181 | Oct 27, 2019 |
254255
| [4.2.2](https://github.com/tanersener/mobile-ffmpeg/releases/tag/v4.2.2) | 4.2-dev-1824 | July 3, 2019 |
255256
| [4.2.2.LTS](https://github.com/tanersener/mobile-ffmpeg/releases/tag/v4.2.2.LTS) | 4.2-dev-1824 | July 3, 2019 |
256257
| [4.2.1](https://github.com/tanersener/mobile-ffmpeg/releases/tag/v4.2.1) | 4.2-dev-1156 | Apr 2, 2019 |

0 commit comments

Comments
 (0)