@@ -6,7 +6,7 @@ FFmpeg for Android, iOS and tvOS
6
6
<img src =" https://github.com/tanersener/mobile-ffmpeg/raw/dev-v3.x/docs/assets/mobile-ffmpeg-logo-v7.png " width =" 240 " >
7
7
8
8
### 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
10
10
- Use prebuilt binaries available under ` Github ` /` JCenter ` /` CocoaPods ` or build your own version with external libraries you need
11
11
- Includes 28 external libraries, 4 GPL libraries and 13 architectures in total
12
12
- 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
79
79
1 . Add MobileFFmpeg dependency to your ` build.gradle ` in ` mobile-ffmpeg-<package name> ` format
80
80
```
81
81
dependencies {
82
- implementation 'com.arthenica:mobile-ffmpeg-min:4.2.2 '
82
+ implementation 'com.arthenica:mobile-ffmpeg-min:4.3 '
83
83
}
84
84
```
85
85
@@ -157,12 +157,12 @@ Please remember that some parts of `FFmpeg` are licensed under the `GPL` and onl
157
157
158
158
- iOS
159
159
```
160
- pod 'mobile-ffmpeg-min', '~> 4.2.2 '
160
+ pod 'mobile-ffmpeg-min', '~> 4.3 '
161
161
```
162
162
163
163
- tvOS
164
164
```
165
- pod 'mobile-ffmpeg-tv-min', '~> 4.2.2 '
165
+ pod 'mobile-ffmpeg-tv-min', '~> 4.3 '
166
166
```
167
167
168
168
2. Execute commands.
@@ -251,6 +251,7 @@ Exact version number is obtained using `git describe --tags`.
251
251
252
252
| MobileFFmpeg Version | FFmpeg Version | Release Date |
253
253
| :----: | :----: |:----: |
254
+ | [4.3](https://github.com/tanersener/mobile-ffmpeg/releases/tag/v4.3) | 4.3-dev-1181 | Oct 27, 2019 |
254
255
| [4.2.2](https://github.com/tanersener/mobile-ffmpeg/releases/tag/v4.2.2) | 4.2-dev-1824 | July 3, 2019 |
255
256
| [4.2.2.LTS](https://github.com/tanersener/mobile-ffmpeg/releases/tag/v4.2.2.LTS) | 4.2-dev-1824 | July 3, 2019 |
256
257
| [4.2.1](https://github.com/tanersener/mobile-ffmpeg/releases/tag/v4.2.1) | 4.2-dev-1156 | Apr 2, 2019 |
0 commit comments