Skip to content

Commit 51ab29e

Browse files
committed
feat: 新增 demo 下载
1 parent 5185d81 commit 51ab29e

5 files changed

Lines changed: 31 additions & 3 deletions

File tree

README-CN.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
> `FFmpegCommand`使用者:
44
>
55
> 首先感谢大家对此库的支持,感谢你们的使用才让我们有了继续开源下去的动力,感谢你们提出的问题,让这个库更加的完善。
6-
>
6+
>
77
> 在`1.2.0`之前提供了异步处理和多代码执行,但是很多人反馈,无法执行异步而且多代码用处不大,所以经过反复考虑将在`1.2.0`及之后的版本作出如下更改:
88
>
99
> * 取消`runCmdAsync``runCmdSync`方法,统一更改为`runCmd`执行`FFmpeg`命令
@@ -14,6 +14,10 @@
1414
1515
[【README-English】](./README.md)
1616

17+
18+
19+
[【点击下载 Demo】](https://github.com/AnJoiner/FFmpegCommand/blob/master/app/outputs/release/app-release.apk)
20+
1721
## 前景提要
1822

1923
在我们的开发中,经常会用到音视频相关内容,一般我们都会选择[FFmpeg](https://www.ffmpeg.org/)
@@ -295,7 +299,7 @@ FFmpegCommand.cancelAll()
295299
296300
## 体验交流
297301
298-
| 扫码下载|[点击下载](http://fir.readdown.com/nfyz) | 交流 | 微信赞赏 |
302+
| 扫码下载|[点击下载](https://github.com/AnJoiner/FFmpegCommand/blob/master/app/outputs/release/app-release.apk) | 交流 | 微信赞赏 |
299303
|:---------------------------------------------------------------:|:-----------------------------------------------------------------:|:-------------------------------------------------------:|
300304
| <img src="images/qr-code.png" alt="图-4 Demo下载" width="260px" /> | <img src="images/ffmpeg-qq.jpg" alt="图-4 Demo下载" width="260px" /> | <img src="images/zan.png" alt="图-5 赞赏" width="260px" /> |
301305

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
1616
[【README-中文】](./README-CN.md)
1717

18+
19+
20+
[【Click to download demo】](https://github.com/AnJoiner/FFmpegCommand/blob/master/app/outputs/release/app-release.apk)
21+
1822
## Summary
1923
In our development, audio and video related content is often used, generally we will choose [FFmpeg](https://www.ffmpeg.org/), but its cross-compilation is a very troublesome thing for us . So here for the convenience of future use, I wrote this `FFmpegCommand`, `FFmpegCommand` is composed of `FFmpeg` core library, and integrates `lame`, `libx264`, `fdk-aac` and `libopencore-amr` mainstream audio and video processing Android program
2024
**Note: The current library is only available for Android**
@@ -263,7 +267,7 @@ Compatible with Android minSdkVersion >=21
263267
264268
## Experiential exchange
265269
266-
| Scan code to download|[click to download](http://fir.readdown.com/nfyz) | communication |WeChat appreciation|
270+
| Scan code to download|[click to download](https://github.com/AnJoiner/FFmpegCommand/blob/master/app/outputs/release/app-release.apk) | communication |WeChat appreciation|
267271
| :--------: |:--------: |:--------: |
268272
| <img src="images/qr-code.png" alt="图-4 Demo下载" width="260px" />| <img src="images/ffmpeg-qq.jpg" alt="图-4 Demo下载" width="260px" /> | <img src="images/zan.png" alt="图-5 赞赏" width="260px" />|
269273
71.4 MB
Binary file not shown.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"version": 3,
3+
"artifactType": {
4+
"type": "APK",
5+
"kind": "Directory"
6+
},
7+
"applicationId": "com.coder.ffmpegcommand",
8+
"variantName": "release",
9+
"elements": [
10+
{
11+
"type": "SINGLE",
12+
"filters": [],
13+
"attributes": [],
14+
"versionCode": 7,
15+
"versionName": "1.3.5",
16+
"outputFile": "app-release.apk"
17+
}
18+
],
19+
"elementType": "File"
20+
}

images/qr-code.png

5.45 KB
Loading

0 commit comments

Comments
 (0)