https://github.com/topws/swift-videocapture
Swift 实现三种方式 录制视频,UIImagePickerController,AVCaptureMovieFileOutput,以及使用AVAssetWriter自定义参数
https://github.com/topws/swift-videocapture
Last synced: 4 months ago
JSON representation
Swift 实现三种方式 录制视频,UIImagePickerController,AVCaptureMovieFileOutput,以及使用AVAssetWriter自定义参数
- Host: GitHub
- URL: https://github.com/topws/swift-videocapture
- Owner: topws
- Created: 2018-12-29T03:17:10.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-29T03:31:52.000Z (over 7 years ago)
- Last Synced: 2024-03-09T10:39:24.214Z (over 2 years ago)
- Language: Swift
- Size: 108 KB
- Stars: 11
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Swift-VideoCapture
Swift 实现三种方式 录制视频,UIImagePickerController,AVCaptureMovieFileOutput,以及使用AVAssetWriter自定义参数
切换摄像头,自定义参数,稳定高效的视频录制Demo
原OC代码参考:https://github.com/suifengqjn/VideoRecord,