VideoProcessWithMetal icon indicating copy to clipboard operation
VideoProcessWithMetal copied to clipboard

Process video image data with Metal shading language

Results 2 VideoProcessWithMetal issues
Sort by recently updated
recently updated
newest added

in this declaration when I make this code as it is ``` lazy var playerItemVideoOutput: AVPlayerItemVideoOutput = { let attributes = [kCVPixelBufferPixelFormatTypeKey as String: Int(kCVPixelFormatType_32BGRA)] return AVPlayerItemVideoOutput(pixelBufferAttributes: attributes) }() ```...

I am using your code for motion blur effect via Metalkit, which works well, but now I want to create a filter as shown in the below video and I...