Skip to content

Commit

Permalink
Merge pull request #58 from anhaoxiong/master
Browse files Browse the repository at this point in the history
release v1.13.0
  • Loading branch information
geeklok authored Aug 6, 2018
2 parents f340b32 + ca868e0 commit f9ad24d
Show file tree
Hide file tree
Showing 16 changed files with 350 additions and 52 deletions.
39 changes: 39 additions & 0 deletions APIDiffs/api-diffs-1.13.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# PLShortVideoKit 1.11.1 to 1.13.0 API Differences

## General Headers


```
PLShortVideoTranscoder
```

- *Added* @property (assign, nonatomic) CGRect videoSelectedRect;

- *Added* @property (assign, nonatomic) CGSize destVideoSize;

- *Added* @property (assign, nonatomic) float videoFrameRate;

- *Added* + (CGRect)videoDisplay:(AVAsset *)asset bounds:(CGRect)bounds rotate:(PLSPreviewOrientation)previewOrientation;

```
PLSVideoMixRecorder.h
```

- *Added* - (void)videoMixRecorder:(PLSVideoMixRecorder *__nonnull)recorder microphoneSourceDidGetAudioBufferList:(AudioBufferList *__nonnull)audioBufferList;

- *Added* - (void)videoMixRecorder:(PLSVideoMixRecorder *__nonnull)recorder sampleSourceDidGetAudioBufferList:(AudioBufferList *__nonnull)audioBufferList;

- *Added* - (void)videoMixRecorder:(PLSVideoMixRecorder *__nonnull)recorder didGetMergeAudioBufferList:(AudioBufferList * __nonnull)audioBufferList;

- *Deprecated* - (CMSampleBufferRef __nonnull)videoMixRecorder:(PLSVideoMixRecorder *__nonnull)recorder microphoneSourceDidGetSampleBuffer:(CMSampleBufferRef __nonnull)sampleBuffer;

- *Deprecated* - (CMSampleBufferRef __nonnull)videoMixRecorder:(PLSVideoMixRecorder *__nonnull)recorder sampleSourceDidGetSampleBuffer:(CMSampleBufferRef __nonnull)sampleBuffer;

- *Deprecated* - (CMSampleBufferRef __nonnull)videoMixRecorder:(PLSVideoMixRecorder *__nonnull)recorder didGetMergeAudioSampleBuffer:(CMSampleBufferRef __nonnull)sampleBuffer;







14 changes: 9 additions & 5 deletions Example/PLShortVideoKitDemo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@
760F7706202AF92A0052F513 /* BaseViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 760F76FA202AF92A0052F513 /* BaseViewController.m */; };
760F7707202AF92A0052F513 /* PLSPlayerView.m in Sources */ = {isa = PBXBuildFile; fileRef = 760F76FB202AF92A0052F513 /* PLSPlayerView.m */; };
760F7709202AF92A0052F513 /* PLSClipMulitMediaView.m in Sources */ = {isa = PBXBuildFile; fileRef = 760F76FF202AF92A0052F513 /* PLSClipMulitMediaView.m */; };
76181FD721186ADE005F4F8B /* scope_image.png in Resources */ = {isa = PBXBuildFile; fileRef = 76181FD621186ADE005F4F8B /* scope_image.png */; };
7623E9E020B5414600847998 /* ImageRotateViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 7623E9DF20B5414600847998 /* ImageRotateViewController.m */; };
7635E3E120CE494900E36027 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 7635E3DB20CE494800E36027 /* [email protected] */; };
7635E3E220CE494900E36027 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 7635E3DC20CE494800E36027 /* [email protected] */; };
Expand Down Expand Up @@ -442,6 +443,7 @@
760F7700202AF92A0052F513 /* MulitPhotoAlbumViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MulitPhotoAlbumViewController.h; sourceTree = "<group>"; };
760F7701202AF92A0052F513 /* BaseViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BaseViewController.h; sourceTree = "<group>"; };
760F7702202AF92A0052F513 /* PLSPlayerView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PLSPlayerView.h; sourceTree = "<group>"; };
76181FD621186ADE005F4F8B /* scope_image.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = scope_image.png; sourceTree = "<group>"; };
7623E9DE20B5414600847998 /* ImageRotateViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ImageRotateViewController.h; sourceTree = "<group>"; };
7623E9DF20B5414600847998 /* ImageRotateViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ImageRotateViewController.m; sourceTree = "<group>"; };
7635E3DB20CE494800E36027 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "[email protected]"; path = "images/[email protected]"; sourceTree = "<group>"; };
Expand Down Expand Up @@ -637,6 +639,7 @@
0A1DDC7E20BBE0CA00DF53B6 /* rotate_background.png */,
0A1DDC8020BBE0CA00DF53B6 /* rotate_image.png */,
0ADCCC5D209BFAA300BC114A /* gif1.gif */,
76181FD621186ADE005F4F8B /* scope_image.png */,
0ADCCC5C209BFAA300BC114A /* gif2.gif */,
0ADCCC5E209BFAA300BC114A /* gif3.gif */,
0ADCCC5B209BFAA200BC114A /* gif4.gif */,
Expand Down Expand Up @@ -963,7 +966,7 @@
0A9435791E6CA2E2008845A3 /* Frameworks */,
0A94357A1E6CA2E2008845A3 /* Resources */,
B051BAB51EADFEF900385FF0 /* ShellScript */,
E97B874681F4942673BDAA0F /* [CP] Embed Pods Frameworks */,
F12800A47717371B5B955FDD /* [CP] Embed Pods Frameworks */,
);
buildRules = (
);
Expand All @@ -985,7 +988,7 @@
TargetAttributes = {
0A94357B1E6CA2E2008845A3 = {
CreatedOnToolsVersion = 8.2.1;
DevelopmentTeam = W2TP34G2MM;
DevelopmentTeam = GDFHW66V92;
ProvisioningStyle = Automatic;
};
};
Expand Down Expand Up @@ -1140,6 +1143,7 @@
0A398F761ED62A1500996229 /* [email protected] in Resources */,
0A24C5ED1EE951B900B2314E /* movie.png in Resources */,
0A1DDC8120BBE0CB00DF53B6 /* rotate_background.png in Resources */,
76181FD721186ADE005F4F8B /* scope_image.png in Resources */,
0AECA4F41E884CD200AF2931 /* btn_back.png in Resources */,
7635E40820CE8F5900E36027 /* [email protected] in Resources */,
0AE8ACA01F065DCD006166E2 /* Greenery.m4a in Resources */,
Expand Down Expand Up @@ -1206,7 +1210,7 @@
shellPath = /bin/sh;
shellScript = "\"${PODS_ROOT}/Fabric/run\" 356922ded861e8764b53656f328bf3e7610fb59b 4e8f96a6c525321b1833e0fdb19f396702d2cb0b6e581fdf80efde45b2a3bfc1\n\n\nshortVersion=$(/usr/libexec/PlistBuddy -c \"Print :CFBundleShortVersionString\" \"${PROJECT_DIR}/${INFOPLIST_FILE}\")\nbuildNumber=$(/usr/libexec/PlistBuddy -c \"Print :CFBundleVersion\" \"${PROJECT_DIR}/${INFOPLIST_FILE}\")\n\ngitVersion=$(git log -1 --pretty=format:\"git-%cd-%h\" --date=short 2> /dev/null)\nbuildNumber=\"$shortVersion.$gitVersion\"\n\n/usr/libexec/PlistBuddy -c \"Set :CFBundleVersion $buildNumber\" \"${PROJECT_DIR}/${INFOPLIST_FILE}\"\n\n";
};
E97B874681F4942673BDAA0F /* [CP] Embed Pods Frameworks */ = {
F12800A47717371B5B955FDD /* [CP] Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
Expand Down Expand Up @@ -1403,7 +1407,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = W2TP34G2MM;
DEVELOPMENT_TEAM = GDFHW66V92;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand Down Expand Up @@ -1434,7 +1438,7 @@
baseConfigurationReference = 85B60FAE619932ED649E6840 /* Pods-PLShortVideoKitDemo.release.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
DEVELOPMENT_TEAM = W2TP34G2MM;
DEVELOPMENT_TEAM = GDFHW66V92;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand Down
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.11.1</string>
<string>1.13.0</string>
<key>CFBundleVersion</key>
<string>1.11.1.git-2018-07-27-0236195</string>
<string>1.13.0.git-2018-08-06-5d9d340</string>
<key>Fabric</key>
<dict>
<key>APIKey</key>
Expand Down
19 changes: 9 additions & 10 deletions Example/PLShortVideoKitDemo/MixRecordViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ - (void)setupvideoMixRecorder {
self.videoConfiguration.position = AVCaptureDevicePositionFront;
self.videoConfiguration.sessionPreset = AVCaptureSessionPresetiFrame1280x720;
self.videoConfiguration.videoFrameRate = 25;
self.videoConfiguration.averageVideoBitRate = 1024*1500;//1.5M
self.videoConfiguration.averageVideoBitRate = 1024*2000;//2.0M
self.videoConfiguration.videoSize = CGSizeMake(720, 640);
self.videoConfiguration.cameraVideoFrame = CGRectMake(0, 0, 360, 640);
self.videoConfiguration.sampleVideoFrame = CGRectMake(360, 0, 360, 640);
Expand Down Expand Up @@ -657,26 +657,25 @@ - (void)videoMixRecorder:(PLSVideoMixRecorder *)recorder didFinishSampleMediaDec
self.fileEndDecoding = YES;
}

// Microphone 采集数据回调
- (CMSampleBufferRef __nonnull)videoMixRecorder:(PLSVideoMixRecorder *__nonnull)recorder microphoneSourceDidGetSampleBuffer:(CMSampleBufferRef __nonnull)sampleBuffer{
return sampleBuffer;
// Microphone 采集数据回调, 如果想替换 Microphone 采集的音频数据,可以直接将用于替换的音频数据放在 audioBufferList 中
- (void)videoMixRecorder:(PLSVideoMixRecorder *__nonnull)recorder microphoneSourceDidGetAudioBufferList:(AudioBufferList *__nonnull)audioBufferList {
}

// 素材视频音频数据回调
- (CMSampleBufferRef __nonnull)videoMixRecorder:(PLSVideoMixRecorder *__nonnull)recorder sampleSourceDidGetSampleBuffer:(CMSampleBufferRef __nonnull)sampleBuffer{
return sampleBuffer;
// 素材视频音频数据回调,如果想替换素材的音频数据,可以直接将用于替换的音频数据放在 audioBufferList 中
- (void)videoMixRecorder:(PLSVideoMixRecorder *__nonnull)recorder sampleSourceDidGetAudioBufferList:(AudioBufferList *__nonnull)audioBufferList {
}


// 素材视频数据回调
- (CVPixelBufferRef __nonnull)videoMixRecorder:(PLSVideoMixRecorder *__nonnull)recorder sampleSourceDidGetPixelBuffer:(CVPixelBufferRef __nonnull)pixelBuffer{
return pixelBuffer;
}

// 混音数据回调
- (CMSampleBufferRef __nonnull)videoMixRecorder:(PLSVideoMixRecorder *__nonnull)recorder didGetMergeAudioSampleBuffer:(CMSampleBufferRef __nonnull)sampleBuffer{
return sampleBuffer;
// 混音数据回调, 如果想替换混合后的音频数据,可以直接将用于替换的音频数据放在 audioBufferList 中
- (void)videoMixRecorder:(PLSVideoMixRecorder *__nonnull)recorder didGetMergeAudioBufferList:(AudioBufferList * __nonnull)audioBufferList {
}


// 合并之后的视频数据回调
- (CVPixelBufferRef __nonnull)videoMixRecorder:(PLSVideoMixRecorder *__nonnull)recorder didGetMergePixelBuffer:(CVPixelBufferRef __nonnull)pixelBuffer{
return pixelBuffer;
Expand Down
Loading

0 comments on commit f9ad24d

Please sign in to comment.