# SwiftScreenRecordAndExportGifWithReplayKitAndFFMPEG **Repository Path**: QD0103/SwiftScreenRecordAndExportGifWithReplayKitAndFFMPEG ## Basic Information - **Project Name**: SwiftScreenRecordAndExportGifWithReplayKitAndFFMPEG - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-06-05 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Swift 4 Screen Recording and Save as GIF in Photo Album Example using ReplayKit See [HomeVC.swift](SwiftScreenRecordWithReplayKit/HomeVC.swift) for the plain ReplayKit implementation. This application uses mobile-ffmpeg from cocoapods. After git clone, run `pod install` to install dependencies. Open and build the app using workspace file instead of the project file. ### Related Repositories - More plain recording only example: - https://github.com/mfyz/SwiftScreenRecordWithReplayKit - Screen recording and save mp4 only example: - https://github.com/mfyz/SwiftScreenRecordAndSaveMp4WithReplayKit