Leo
Leo

Reputation: 1585

Edit and preview the video in real time on iOS

Can I use GPUImage or what real-time editing and preview video on iOS?

I have read the GPUImage's instructions about "Filtering and re-encoding a movie", but it does not seem to preview the video in real time?

Thank you very much for your help :)

Upvotes: 0

Views: 172

Answers (1)

John Tracid
John Tracid

Reputation: 4046

You can have a preview of filtered video with following chain (GPUImage):

GPUImageMovie -> Any GPUImage Filter -> GPUImageView

Upvotes: 2

Related Questions