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

Commit 05dee70

Browse files
committed
documentation update
1 parent 9fde72a commit 05dee70

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ FFmpeg for Android and IOS
88
- Use binaries available at `Github`/`JCenter`/`CocoaPods` or build your own version with external libraries you need
99
- Supports
1010
- Both Android and IOS
11-
- FFmpeg `v3.4.x`, `v4.0.x` and `v4.1-dev` (master) releases
11+
- FFmpeg `v3.4.x`, `v4.0.x` and `v4.1-dev-x` (master) releases
1212
- 27 external libraries
1313

1414
`chromaprint`, `fontconfig`, `freetype`, `fribidi`, `gmp`, `gnutls`, `kvazaar`, `lame`, `libaom`, `libass`, `libiconv`, `libilbc`, `libtheora`, `libvorbis`, `libvpx`, `libwebp`, `libxml2`, `opencore-amr`, `opus`, `sdl`, `shine`, `snappy`, `soxr`, `speex`, `tesseract`, `twolame`, `wavpack`

android/test-app/build.gradle

+1-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ android {
2020

2121
dependencies {
2222
implementation fileTree(dir: 'libs', include: ['*.jar'])
23-
// implementation 'com.arthenica:mobile-ffmpeg-full:2.1.1'
24-
implementation project(':app')
23+
implementation 'com.arthenica:mobile-ffmpeg-full:3.0'
2524
testImplementation 'junit:junit:4.12'
2625
androidTestImplementation 'com.android.support.test:runner:1.0.2'
2726
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'

docs/assets/ios-universal/9-2.png

63.3 KB
Loading

docs/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ FFmpeg for Android and IOS
66
<img src="https://github.com/tanersener/mobile-ffmpeg/blob/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` and `v4.1-dev` (master) releases
9+
- Supports FFmpeg `v3.4.x`, `v4.0.x` and `v4.1-dev-x` (master) releases
1010
- Use prebuilt binaries available under `Github`/`JCenter`/`CocoaPods` or build your own version with external libraries you need
1111
- Includes 27 external libraries, 4 GPL libraries and 10 architectures in total
1212
- Exposes both FFmpeg library and MobileFFmpeg wrapper library capabilities

0 commit comments

Comments
 (0)