BradLarson / GPUImage3

GPUImage 3 is a BSD-licensed Swift framework for GPU-accelerated video and image processing using Metal.
BSD 3-Clause "New" or "Revised" License
2.68k stars 334 forks source link

Record Video - Picture & Movie Output #23

Closed florolf1 closed 5 years ago

florolf1 commented 5 years ago

Hey,

first of all , nice work (y) I just converted my custom filter to metal syntax and implemented them into your FilterShowCase Project. I works like charm (y).

Is is right that you can't record a video(1), or get an image from video(2) yet?!

(1) movieOutput = try MovieOutput(URL: url, size: Size(width: 1080, height: 1920), liveVideo: true) (2) filterOperations[0].filter.saveNextFrameToURL(url, format: .jpeg)