Skip to content

Build a movie from jpeg images in Swift using AVFoundation

License

Notifications You must be signed in to change notification settings

nhebling/TimeLapseBuilder-Swift

This branch is 1 commit behind acj/TimeLapseBuilder-Swift:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d765d82 · Mar 24, 2022

History

43 Commits
Dec 13, 2020
Mar 12, 2017
Mar 23, 2021
Mar 23, 2021
Dec 13, 2020
Oct 6, 2021
Dec 13, 2020
Dec 13, 2020
Dec 13, 2020
Dec 13, 2020
Mar 24, 2022
Mar 12, 2017
Mar 12, 2017
Dec 13, 2020

Repository files navigation

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
  2. Open TimeLapseBuilder.xcodeproj with Xcode
  3. 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. Please open an issue if you find a bug.

Notables

  • @seanmcneil has built a Cocoapod called 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.

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.

About

Build a movie from jpeg images in Swift using AVFoundation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 97.3%
  • Objective-C 2.7%