v1.5(1.1)
This commit is contained in:
parent
3301b304b0
commit
b2019fdfbc
@ -1028,7 +1028,7 @@
|
|||||||
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
||||||
CODE_SIGN_IDENTITY = "Apple Development";
|
CODE_SIGN_IDENTITY = "Apple Development";
|
||||||
CODE_SIGN_STYLE = Automatic;
|
CODE_SIGN_STYLE = Automatic;
|
||||||
CURRENT_PROJECT_VERSION = 1.0;
|
CURRENT_PROJECT_VERSION = 1.1;
|
||||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||||
DEVELOPMENT_TEAM = 8DQD6BV6H9;
|
DEVELOPMENT_TEAM = 8DQD6BV6H9;
|
||||||
ENABLE_APP_SANDBOX = NO;
|
ENABLE_APP_SANDBOX = NO;
|
||||||
@ -1081,7 +1081,7 @@
|
|||||||
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
||||||
CODE_SIGN_IDENTITY = "Apple Development";
|
CODE_SIGN_IDENTITY = "Apple Development";
|
||||||
CODE_SIGN_STYLE = Automatic;
|
CODE_SIGN_STYLE = Automatic;
|
||||||
CURRENT_PROJECT_VERSION = 1.0;
|
CURRENT_PROJECT_VERSION = 1.1;
|
||||||
DEVELOPMENT_TEAM = 8DQD6BV6H9;
|
DEVELOPMENT_TEAM = 8DQD6BV6H9;
|
||||||
ENABLE_APP_SANDBOX = NO;
|
ENABLE_APP_SANDBOX = NO;
|
||||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||||
|
|||||||
Binary file not shown.
@ -16,10 +16,10 @@ import ImageIO
|
|||||||
class PlayByTransferConvertor {
|
class PlayByTransferConvertor {
|
||||||
func convertVideo(asset:AVAsset, assetOutput:AVAssetReaderTrackOutput,type:SpatialType,time: CMTime)->(CIImage?) {
|
func convertVideo(asset:AVAsset, assetOutput:AVAssetReaderTrackOutput,type:SpatialType,time: CMTime)->(CIImage?) {
|
||||||
var newpb:CIImage? = nil
|
var newpb:CIImage? = nil
|
||||||
print("sta.....>>>>>>>\(Date.now.timeIntervalSince1970)")
|
// print("sta.....>>>>>>>\(Date.now.timeIntervalSince1970)")
|
||||||
while let nextSampleBuffer = assetOutput.copyNextSampleBuffer() {
|
while let nextSampleBuffer = assetOutput.copyNextSampleBuffer() {
|
||||||
print("nextSampleBuffer.....+++++++\(Date.now.timeIntervalSince1970)")
|
// print("nextSampleBuffer.....+++++++\(Date.now.timeIntervalSince1970)")
|
||||||
return nil
|
// return nil
|
||||||
|
|
||||||
// print("PlayByTransferConvertor while")
|
// print("PlayByTransferConvertor while")
|
||||||
let presentationTime = CMSampleBufferGetPresentationTimeStamp(nextSampleBuffer)
|
let presentationTime = CMSampleBufferGetPresentationTimeStamp(nextSampleBuffer)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user