Cabbage
Cabbage copied to clipboard
A video composition framework build on top of AVFoundation. It's simple to use and easy to extend.
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 
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...