Cabbage icon indicating copy to clipboard operation
Cabbage copied to clipboard

A video composition framework build on top of AVFoundation. It's simple to use and easy to extend.

Results 47 Cabbage issues
Sort by recently updated
recently updated
newest added

A 1 minute video takes nearly one minute to export

``` 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....