-
Notifications
You must be signed in to change notification settings - Fork 122
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #59 from anhaoxiong/master
release v1.13.1
- Loading branch information
Showing
9 changed files
with
43 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# PLShortVideoKit 1.13.0 to 1.13.1 API Differences | ||
|
||
## General Headers | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,12 +9,12 @@ | |
Pod::Spec.new do |s| | ||
|
||
s.name = "PLShortVideoKit" | ||
s.version = "1.13.0" | ||
s.version = "1.13.1" | ||
s.summary = "PILI iOS short video record SDK" | ||
s.homepage = "https://github.com/pili-engineering/PLShortVideoKit" | ||
s.license = "Apache License 2.0" | ||
s.author = { "pili" => "[email protected]" } | ||
s.source = { :http => "http://sdk-release.qnsdk.com/PLShortVideoKit-v1.13.0.zip"} | ||
s.source = { :http => "http://sdk-release.qnsdk.com/PLShortVideoKit-v1.13.1.zip"} | ||
s.platform = :ios | ||
s.requires_arc = true | ||
|
||
|
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# PLShortVideoKit Release Notes for 1.13.1 | ||
|
||
### 简介 | ||
PLShortVideoKit 是七牛推出的一款适用于 iOS 平台的短视频 SDK,提供了包括美颜、滤镜、水印、断点录制、分段回删、视频编辑、混音特效、MV 特效、本地/云端存储在内的多种功能,支持高度定制以及二次开发。 | ||
|
||
### 版本 | ||
- 发布 PLShortVideoKit.framework | ||
|
||
### 优化 | ||
- 优化拍摄页面使用 UIImagePickerController 打开系统相机之后再返回拍摄页面导致预览画面不能铺满屏幕的问题 | ||
- 优化首次启动短视频录制出现的已录制视频时长回调顺序不对的问题 | ||
- 优化短视频编辑 PLShortVideoEditor 更新背景音乐的 timeRange 之后,首次播放时背景音乐起始部分重复播放的问题 | ||
|
||
### 缺陷 | ||
- 修复 Swift 开发环境下调用视频拍摄接口时,实现正在录制中的回调 shortVideoRecorder: didRecordingToOutputFileAtURL: fileDuration: totalDuration: 导致 Crash 的问题 | ||
|
||
|
||
### 注意事项 | ||
- 若需要使用 PLShortVideoKit.framework 中的内置滤镜,则必须将 PLShortVideoKit.bundle 导入项目中。若需要增删、替换滤镜资源可操作 PLShortVideoKit.bundle 中的 colorFilter 文件夹。 | ||
- 抖音特效,需要联系七牛商务获取 appkey 和资源文件。具体使用可参看 PLShortVideoKitDemo。 | ||
|