Trushangpatel3993

Results 2 issues of Trushangpatel3993

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

Currently, I am trying with this function but not getting proper resolution open func newRenderedPixelBufferForRequest(request: AVAsynchronousVideoCompositionRequest) -> CVPixelBuffer? { guard let outputPixels = renderContext?.newPixelBuffer() else { return nil } guard...