I am working on integrating a video player with the very powerful GPUImage framework (https://github.com/BradLarson/GPUImage), whereby user can queue videos for continuous playback (AVMutableComposition) and also select a number of GPUImage filters to be applied to selected clips in the queue on runtime. Say clips number 2 and 4 out of the total 5. The key is that I have unfiltered clips and cannot afford to generate and save "filtered" versions of them for use so this has to be runtime.
Is there a way to achieve this using GPUImage?