NWImageSequencer

I needed to add the ability for users to take a series of photos and generate a movie file in one of our client’s apps. I’d expected this to be a simple process, but it really involved getting down and dirty with CoreVideo and AVFoundation. I just wrapped up all that code into my first Swift framework which makes it easy to generate movie files from image sequences with a single line of code.