简体   繁体   中英

iOS Replaykit Screen Recording with Custom Video Setting (resolution, bitrate etc.)

I'm using Replaykit framework to capture screen in iOS 14 app, xcode 12. I need to provide custom setting (screen resolution, bitrate etc) to store the recorded video. is there way to do that?

There is no way to provide any settings for the ScreenCapturing. You should work with those data returned by the system. It's not difficult:

  • for video processing, you may use CAImage or Metal
  • for audio proccessing - AVAudioPCMBuffer and AVAudioConverter

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM