Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我找不到这个问题的答案,并且查看 Apple 自己的应用程序,例如 iOS 上的 iMovie,视频选择器在 iPhone 5S 上没有提供慢动作选项。
图像选择器几乎不能控制视频。如果您愿意更深入地研究 API,您可以使用这些 APIAVFoundation来捕捉您的视频并在您认为合适的时候操作相机属性。
AVFoundation
iOS 7 引入了一个新AVCaptureDeviceFormat类,它将为您提供捕获设备支持的最大和最小帧速率,您可以使用它们在相机本身上设置自定义帧速率。我手头没有 iPhone 5S,所以我实际上无法验证这个 API 是否一直下降到 120FPS。
AVCaptureDeviceFormat