• This repository has been archived on 25/Jun/2023
  • Stars
    star
    360
  • Rank 117,857 (Top 3 %)
  • Language
    Swift
  • License
    Other
  • Created almost 7 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

iOS app to extract video frames as images

App Store banner

Frame Grabber is an app for iOS & iPadOS to extract full-resolution video frames as images — framegrabberapp.com

Note
As of June 2023, Frame Grabber has been acquired and is published by its new owner. This repo remains open-source as it has since day one. It contains the code up to the latest version I published myself, 1.4.1.

Reviews

4.8 stars worldwide. Loved by users for its ease-of-use and intuitiveness.

App Store reviews

About

Read more about why I made the app and some technical challenges along the way.

Note
This was my very first app without prior experience. The code is not the newest. Please keep that in mind when checking out the code 😉

How to Build

  • Open Xcode
  • Change development team and bundle identifier
  • Build

Project Setup

As I wanted to learn the fundamentals with this project, I followed Apple's basic documentation. Which meant MVC with storyboards at the time.

Overview of main components:

License

See LICENSE.

Please don't publish a clone to the App Store. It's very confusing for users. Instead, play around with the code, learn from it, and create something new! Make your ideas happen 🤗