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 10, 2019
1 parent f7b6fbe commit d6231fe
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,15 @@ WAVideoBox是一款基于AVFoundation视频操作框架,用短短几行代码

PS :支持多线程处理

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

使用指导
=====================

常规操作直接append + 操作 + finish,各种骚操作组合请参照文尾

下列代码均跑于6s 12.0系统

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

常规操作: 三行代码
=====================

// 压缩:将19秒的视频进行压缩, 耗时<1秒, 成果 : 6.7M -> 335KB

Expand Down Expand Up @@ -48,10 +46,8 @@ PS :支持多线程处理

// 旋转、裁剪、换音、变速、水印....更多操作见demo


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

组合操作
=====================

// 将1号拼接到video,用2号的音频替换,给视频加一个水印,旋转180度,混上3号的音,速度加快两倍
// 把生好的视频裁6-12秒,压缩
Expand All @@ -72,10 +68,8 @@ PS :支持多线程处理
// do it
}];


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

骚操作
=====================

// 放入原视频,换成1号的音,再把3号视频放入混音,剪其中8秒
// 拼1号视频,给1号水印,剪其中8秒
Expand Down Expand Up @@ -107,8 +101,8 @@ PS :支持多线程处理
// do it
}];

=====================
Box分析
=====================

PS:为了灵活的调用、任意使用,效果与代码的调用顺序有关
比如先变速,再换音轨,明显后面才换的音轨不会有变速效果
Expand Down

0 comments on commit d6231fe

Please sign in to comment.