https://github.com/versluis/video-recorder
iOS Project demonstrating how to capture video and play it back
https://github.com/versluis/video-recorder
Last synced: 5 months ago
JSON representation
iOS Project demonstrating how to capture video and play it back
- Host: GitHub
- URL: https://github.com/versluis/video-recorder
- Owner: versluis
- Created: 2014-01-13T00:00:46.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-10-23T23:01:57.000Z (over 10 years ago)
- Last Synced: 2023-03-14T05:15:30.442Z (over 3 years ago)
- Language: Objective-C
- Size: 127 KB
- Stars: 14
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Video Recorder
==============
iOS Project demonstrating how to capture video and play it back.
Upon launch you'll find two buttons: one to record media (right), and one to play the same file back. It's called video.mov and is saved in the app's Documents directory.
Capturing happens with our old friend the UIImagePickerViewController which only accepts movie captures. The file is also saved to the Camera Roll.
Playback utilises an instance of MPMoviePlayerViewController.