Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chinmaygarde/capturekit
Efficiently capture videos of UIKit hierarchies
https://github.com/chinmaygarde/capturekit
Last synced: 20 days ago
JSON representation
Efficiently capture videos of UIKit hierarchies
- Host: GitHub
- URL: https://github.com/chinmaygarde/capturekit
- Owner: chinmaygarde
- Created: 2015-04-24T01:48:16.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-04-24T01:52:03.000Z (over 9 years ago)
- Last Synced: 2024-10-08T06:42:59.391Z (about 1 month ago)
- Language: Objective-C
- Size: 3.14 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Capture Kit
-----------Efficiently capture videos of UIKit hierarchies
* Automatically save the captured video to the users photo library
* Use the bundled UI controls for controlling playback or use the `CKScreenRecorder` class directly
* Captures UIKit hierarchies on a dedicated background thread
* Avoid unnecessary buffer allocations and minimizes data copies![CaptureKit](Assets/CaptureKit.gif)
Usage
-----* Use the `CKScreenRecorderHUD` and specify the `targetView` (which may be a window). Control capture via onscreen controls
* Directly use the `CKScreenRecorder` with your own controls to control playbackExample
-------* Run the `CaptureKitExample` sample project