Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/acj/timelapsebuilder-swift

Build a movie from jpeg images in Swift using AVFoundation
https://github.com/acj/timelapsebuilder-swift

avfoundation ios macos movie osx swift timelapse

Last synced: 5 days ago
JSON representation

Build a movie from jpeg images in Swift using AVFoundation

Awesome Lists containing this project

README

        

# TimeLapseBuilder

This is a reference implementation for building time lapse videos from still images using Swift.

The core of the library is designed to be portable across iOS and macOS, and there is a sample application for each platform.

## Getting started

1. Clone this repository
1. Open `TimeLapseBuilder.xcodeproj` with Xcode
1. Select one of the sample applications from the schema list and select `Product > Run`

If you need help adapting this code to use in your app, I recommend posting your questions on [Stack Overflow](https://stackoverflow.com). Please open an issue if you find a bug.

## Notables

- [@seanmcneil](https://github.com/seanmcneil) has built a Cocoapod called [Spitfire](https://cocoapods.org/pods/Spitfire) based on this code.
- Various contributors have helped to fix bugs and port this code to newer versions of Swift. You can find their comments and code on the [original gist](https://gist.github.com/acj/6ae90aa1ebb8cad6b47b).

## Contributing

If you **found a bug**, open an issue.

If you **have a feature request**, open an issue.

If you **want to contribute** (yay!), submit a pull request.

## License

MIT license. Please see the LICENSE file for the particulars.