Cabbage
Cabbage copied to clipboard
A video composition framework build on top of AVFoundation. It's simple to use and easy to extend.
A 1 minute video takes nearly one minute to export
Can't run example project on Xcode 15
Thank you in advance
``` private func mergeAssetsAndPlay(assets: [Any]) { let videoURLs = assets.compactMap { $0 as? URL } let trackItems = videoURLs.map { let asset = AVAsset(url: $0) let resource = AVAssetTrackResource(asset: asset)...
Add animation tools in CompositionGenerator buildVideoComposition() not working
iOS18.4.1 Xcode16 BAD ACCESS enterqueued from cabbage.videocore.renderingqueue trigger step : play a video for a few seconds then crash ( This only occurs when the device is connected for debugging....