Closed alexjameslittle closed 4 years ago
This is due to the result of the following line to always be kCVReturnInvalidPixelFormat
let result = CVPixelBufferPoolCreatePixelBuffer(kCFAllocatorDefault, pixelBufferPool, &toRenderBuffer)
pixelBufferAttrib[kCVPixelBufferPixelFormatTypeKey as String] = NSNumber(integerLiteral: Int(kCVPixelFormatType_32BGRA))
thanks @alexjameslittle will put in a fix
@alexjameslittle hope that helps, let me know if it addresses your issues and i can publish a release
Sorry man, I'm no longer working on this project!
I'm trying to use the export method with the render handler in order to manipulate the output buffers with affects and filters however the handler never gets called.