This is a WIP project.
A sample project to demonstrate how to play videos with filters using Metal and AVFoundation.
Modify PlayerViewController.swift
file and replace the placeholder with your video URL:
self.player = AVPlayer(url: URL(string: "<#Your video URL here#>")!)
- Playback control.
- Run time shaders selection.
- ...
The Unlicense