Skip to content

Commit

Permalink
Merge pull request #59 from anhaoxiong/master
Browse files Browse the repository at this point in the history
release v1.13.1
  • Loading branch information
Minmin.Sun authored Aug 17, 2018
2 parents f9ad24d + 23bfa94 commit 30b9225
Show file tree
Hide file tree
Showing 9 changed files with 43 additions and 18 deletions.
4 changes: 4 additions & 0 deletions APIDiffs/api-diffs-1.13.1.md
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

4 changes: 2 additions & 2 deletions Example/PLShortVideoKitDemo/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.13.0</string>
<string>1.13.1</string>
<key>CFBundleVersion</key>
<string>1.13.0.git-2018-08-06-5d9d340</string>
<string>1.13.1.git-2018-08-17-0876f4d</string>
<key>Fabric</key>
<dict>
<key>APIKey</key>
Expand Down
12 changes: 6 additions & 6 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ PODS:
- PLPlayerKit (3.3.1):
- PLPlayerKit/iphoneos (= 3.3.1)
- PLPlayerKit/iphoneos (3.3.1)
- PLShortVideoKit (1.13.0):
- PLShortVideoKit/ex-libMuseProcessor (= 1.13.0)
- PLShortVideoKit/libMuseProcessor (= 1.13.0)
- PLShortVideoKit (1.13.1):
- PLShortVideoKit/ex-libMuseProcessor (= 1.13.1)
- PLShortVideoKit/libMuseProcessor (= 1.13.1)
- Qiniu (~> 7.1)
- PLShortVideoKit/ex-libMuseProcessor (1.13.0):
- PLShortVideoKit/ex-libMuseProcessor (1.13.1):
- Qiniu (~> 7.1)
- PLShortVideoKit/libMuseProcessor (1.13.0):
- PLShortVideoKit/libMuseProcessor (1.13.1):
- Qiniu (~> 7.1)
- Qiniu (7.1.7):
- AFNetworking (~> 3)
Expand Down Expand Up @@ -67,7 +67,7 @@ SPEC CHECKSUMS:
HappyDNS: dc6a164ee81979093123c241c6353bcf0218add6
Masonry: 7c429b56da9d4ee0bbb3ed77a5ea710d6a5df39e
PLPlayerKit: 63a9c6a7661f497591c84121e854e8e6ac003256
PLShortVideoKit: 922cfb53e1a067fdaa3f27b46450f97d777c7b3e
PLShortVideoKit: 8433ff070650e1e8ee67a7270320d0b458097e56
Qiniu: 56ea8b9d785326e45e3a6fdd45bdbc84f78d0eff

PODFILE CHECKSUM: 52b7da48e404d168c557854032f9219299df1326
Expand Down
4 changes: 2 additions & 2 deletions Example/Pods/Local Podspecs/PLShortVideoKit.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions Example/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions PLShortVideoKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Binary file modified Pod/Library/PLShortVideoKit.framework/Info.plist
Binary file not shown.
Binary file modified Pod/Library/PLShortVideoKit.framework/PLShortVideoKit
Binary file not shown.
21 changes: 21 additions & 0 deletions ReleaseNotes/release-notes-1.13.1.md
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。

0 comments on commit 30b9225

Please sign in to comment.