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

I noticed that while exporting video using AVAssetExportSession, the result appears to be darker. Attached below are the original and exported screenshot of the videos. Is this expected? Any suggestions/workarounds...

I'm creating a video editing app and I have functionality to add transitions and audios. When adding transitions, without added audios, it renders fine, with transitions and all. Also when...

I'm trying to do ![IMG_3051](https://user-images.githubusercontent.com/73113351/112330908-7a744280-8cde-11eb-9c5f-010288691ef6.PNG)

The Cabbage framework looks so nice. I have a question, Is Cabbage support multiple layers blend mode? Some basic blend modes like overlay, multiply, screen.

When I run transition demo, player will stop at one postion, no transition effect display

@vitoziv I faced this problem in the project I'm working on. After I create CIImage, it prevents VideoComposition from releasing from the memory, causing the memory leak. ``` let url...

timeline中只有videochannel和overlayers,那我如何获取轨道信息、轨道和片段之间的关系用来渲染时间轴呢?

``` let voiceResource = AVAssetTrackResource(asset: asset) if videoTimelineView.duration

Hello, just wanted to ask a question. Is it possible to create multiple timelines and create single composition + videoComposition + audioMix? I'm trying to lay two videos on top...