You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 6, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+12-12
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# MobileFFmpeg [](https://gitter.im/mobile-ffmpeg/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
1
+
# MobileFFmpeg [](https://gitter.im/mobile-ffmpeg/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
2
2
3
3
FFmpeg for Android and IOS
4
4
@@ -98,7 +98,7 @@ There are eight different binary packages. Below you can see which system librar
@@ -174,7 +174,7 @@ There are eight different binary packages. Below you can see which system librar
174
174
#### 2.2 IOS
175
175
1. Add MobileFFmpeg pod to your `Podfile`
176
176
```
177
-
pod 'mobile-ffmpeg-full', '~> 4.2'
177
+
pod 'mobile-ffmpeg-full', '~> 4.2.1'
178
178
```
179
179
180
180
2. Execute commands.
@@ -261,27 +261,27 @@ execution, video encoding, accessing https, encoding audio, burning subtitles an
261
261
262
262
### 3. Versions
263
263
264
-
`MobileFFmpeg` uses the same version number as `FFmpeg` since `v4.2`. Before that, `MobileFFmpeg` version of a release and `FFmpeg` version included in that release was different, as shown in the following table.
264
+
`MobileFFmpeg` version number is aligned with `FFmpeg` since `v4.2`. Before that `MobileFFmpeg` version of a release and `FFmpeg` version included in that release was different.
| Includes LTS Variant | - | - | - | - | - | X | - |
270
270
271
271
### 4. LTS Releases
272
272
273
273
Starting from `v4.2`, `MobileFFmpeg` binaries are published in two different variants: `Main Release` and `LTS Release`.
274
274
275
-
- Main releases include complete functionality of the library and support the latest SDK/API features
275
+
- Main releases are published every 3 months. They include complete functionality of the library and support the latest SDK/API features.
276
276
277
-
- LTS releases are customized to support a wide range of devices. They are built using older API/SDK versions, so some features are not available for them
277
+
- LTS releases are published every 6 months. These releases are customized to support a wide range of devices. They are built using older API/SDK versions, so some features are not available for them.
278
278
279
279
This table shows the differences between two variants.
@@ -146,7 +146,7 @@ There are eight different prebuilt packages. Below you can see which external li
146
146
#### 2.2 IOS
147
147
1. Add MobileFFmpeg pod to your `Podfile`
148
148
```
149
-
pod 'mobile-ffmpeg-full', '~> 4.2'
149
+
pod 'mobile-ffmpeg-full', '~> 4.2.1'
150
150
```
151
151
152
152
2. Execute commands.
@@ -225,27 +225,27 @@ There are eight different prebuilt packages. Below you can see which external li
225
225
226
226
### 3. Versions
227
227
228
-
`MobileFFmpeg` uses the same version number as `FFmpeg` since `v4.2`. Before that, `MobileFFmpeg` version of a release and `FFmpeg` version included in that release was different, as shown in the following table.
228
+
`MobileFFmpeg` version number is aligned with `FFmpeg` since `v4.2`. Before that `MobileFFmpeg` version of a release and `FFmpeg` version included in that release was different.
| Includes LTS Variant | - | - | - | - | - | X | - |
234
234
235
235
### 4. LTS Releases
236
236
237
237
Starting from `v4.2`, `MobileFFmpeg` binaries are published in two different variants: `Main Release` and `LTS Release`.
238
238
239
-
- Main releases include complete functionality of the library and support the latest SDK/API features
239
+
- Main releases are published every 3 months. They include complete functionality of the library and support the latest SDK/API features.
240
240
241
-
- LTS releases are customized to support a wide range of devices. They are built using older API/SDK versions, so some features are not available for them
241
+
- LTS releases are published every 6 months. These releases are customized to support a wide range of devices. They are built using older API/SDK versions, so some features are not available for them.
242
242
243
243
This table shows the differences between two variants.
0 commit comments