v1.5(1.1)

This commit is contained in:
bluesea 2024-04-12 21:07:51 +08:00
parent 3301b304b0
commit b2019fdfbc
3 changed files with 5 additions and 5 deletions

View File

@ -1028,7 +1028,7 @@
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1.0;
CURRENT_PROJECT_VERSION = 1.1;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = 8DQD6BV6H9;
ENABLE_APP_SANDBOX = NO;
@ -1081,7 +1081,7 @@
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1.0;
CURRENT_PROJECT_VERSION = 1.1;
DEVELOPMENT_TEAM = 8DQD6BV6H9;
ENABLE_APP_SANDBOX = NO;
GCC_PREPROCESSOR_DEFINITIONS = (

View File

@ -16,10 +16,10 @@ import ImageIO
class PlayByTransferConvertor {
func convertVideo(asset:AVAsset, assetOutput:AVAssetReaderTrackOutput,type:SpatialType,time: CMTime)->(CIImage?) {
var newpb:CIImage? = nil
print("sta.....>>>>>>>\(Date.now.timeIntervalSince1970)")
// print("sta.....>>>>>>>\(Date.now.timeIntervalSince1970)")
while let nextSampleBuffer = assetOutput.copyNextSampleBuffer() {
print("nextSampleBuffer.....+++++++\(Date.now.timeIntervalSince1970)")
return nil
// print("nextSampleBuffer.....+++++++\(Date.now.timeIntervalSince1970)")
// return nil
// print("PlayByTransferConvertor while")
let presentationTime = CMSampleBufferGetPresentationTimeStamp(nextSampleBuffer)