Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/acj/timelapsebuilder-swift
- Owner: acj
- License: mit
- Created: 2017-03-12T18:20:29.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2022-10-11T01:41:41.000Z (about 2 years ago)
- Last Synced: 2024-04-16T11:45:40.525Z (7 months ago)
- Topics: avfoundation, ios, macos, movie, osx, swift, timelapse
- Language: Swift
- Homepage:
- Size: 47.9 KB
- Stars: 107
- Watchers: 7
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.