Skip to content

Commit eca623d

Browse files
author
Yang
authored
Update README.md
1 parent 92f2e7d commit eca623d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![](https://img.shields.io/badge/minSdkVersion-16-green.svg)](https://developer.android.google.cn) [![](https://img.shields.io/badge/FFmpeg-3.3.4-orange.svg)](https://ffmpeg.org/download.html#release_3.3) [![](https://img.shields.io/badge/release-v0.8.4-blue.svg)](https://github.com/yangjie10930/EpMedia)
1+
[![](https://img.shields.io/badge/minSdkVersion-16-green.svg)](https://developer.android.google.cn) [![](https://img.shields.io/badge/FFmpeg-3.3.4-orange.svg)](https://ffmpeg.org/download.html#release_3.3) [![](https://img.shields.io/badge/release-v0.9-blue.svg)](https://github.com/yangjie10930/EpMedia)
22

33
# EpMedia
44
基于FFmpeg开发的视频处理框架,简单易用,体积小,帮助使用者快速实现视频处理功能。包含以下功能:剪辑,裁剪,旋转,镜像,合并,分离,添加LOGO,添加滤镜,添加背景音乐。</br>
@@ -20,7 +20,7 @@ allprojects {
2020
```
2121
* 添加gradle依赖:
2222
```Java
23-
compile 'com.github.yangjie10930:EpMedia:v0.8.4'
23+
compile 'com.github.yangjie10930:EpMedia:v0.9'
2424
```
2525
## 单个视频处理:
2626
* 创建待处理视频:

0 commit comments

Comments
 (0)