An open API service indexing awesome lists of open source software.

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自定义参数

Awesome Lists containing this project

README

          

# Swift-VideoCapture
Swift 实现三种方式 录制视频,UIImagePickerController,AVCaptureMovieFileOutput,以及使用AVAssetWriter自定义参数

切换摄像头,自定义参数,稳定高效的视频录制Demo

原OC代码参考:https://github.com/suifengqjn/VideoRecord,