Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
CoderHenry66 authored Jan 11, 2019
1 parent 0626fa2 commit ad3232b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# WAVideoBox
秒级! 三行代码实现iOS视频压缩、变速、混音、合并、水印、旋转、换音、裁剪 ! 支持不同分辩率,支持你能想到的各种混合操作!

=============================
======================

WAVideoBox是一款基于AVFoundation视频操作框架,用短短几行代码就可完成各种简单及至复杂的视频操作命令。使用简单,性能高超~

尤其是不同分辩率视频的组合操作,如,给A视频变速,给B视频加水印,把C视频旋转...把ABC..视频合并,再操作合并视频...循环...
用WAVideoBox能快速高效实现上述功能。

!(骚操作)(http://github.com/Huangruihao/WAVideoBox/blob/master/Sources-/euSAMGzK0P.gif)
![骚操作](http://recordit.co/euSAMGzK0P.gif)

PS :支持多线程处理

Expand Down Expand Up @@ -37,7 +37,7 @@ iOS 8.0 ++
}];
// 还可通过自行设定分辩率,再通过videoQuality(1-10档)来做视频压缩
!(压缩)(http://github.com/Huangruihao/WAVideoBox/blob/master/Sources-/FLVh4VqcrI.gif)
![压缩](http://g.recordit.co/FLVh4VqcrI.gif)

// 拼接:将两个不同分辨率视频拼接(17秒的视频), 耗时<3秒 ,如果是相同分辩率的视频耗时<1秒

Expand Down

0 comments on commit ad3232b

Please sign in to comment.