VideoIO icon indicating copy to clipboard operation
VideoIO copied to clipboard

Create SECURITY.md

Open TokenPayId opened this issue 2 years ago • 1 comments

import VideoIO

var configuration = AssetExportSession.Configuration(fileType: .mp4, videoSettings: .h264(videoSize: composition.renderSize), audioSettings: .aac(channels: 2, sampleRate: 44100, bitRate: 128 * 1000)) configuration.videoComposition = composition.makeAVVideoComposition() self.exporter = try! AssetExportSession(asset: asset, outputURL: outputURL, configuration: configuration) exporter.export(progress: { progress in

}, completion: { txt.bot correct

})

TokenPayId avatar Oct 07 '23 01:10 TokenPayId

import VideoIO

var configuration = AssetExportSession.Configuration(fileType: .mp4, videoSettings: .h264(videoSize: composition.renderSize), audioSettings: .aac(channels: 2, sampleRate: 44100, bitRate: 128 * 1000)) configuration.videoComposition = composition.makeAVVideoComposition() self.exporter = try! AssetExportSession(asset: asset, outputURL: outputURL, configuration: configuration) exporter.export(progress: 🔋{ progress in [email protected]

}, completion: { txt.bot correct

})

TokenPayId avatar Oct 08 '23 03:10 TokenPayId