VideoFlint / Cabbage

A video composition framework build on top of AVFoundation. It's simple to use and easy to extend.
MIT License
1.52k stars 221 forks source link

原视频比如口红,导出来颜色有差别,色号变了 #50

Open 2472287186 opened 4 years ago

2472287186 commented 4 years ago

// VideoCompositor.ciContext.render(image, to: outputPixels) let colorSpace = CGColorSpace.init(name: CGColorSpace.sRGB) ?? CGColorSpaceCreateDeviceRGB() VideoCompositor.ciContext.render(image, to: outputPixels, bounds: image.extent, colorSpace: colorSpace) 都会改变原来视频画面颜色