gpt4 book ai didi

ios - 如何在 iOS 上以 ProRes 编解码器录制视频?

转载 作者:IT王子 更新时间:2023-10-29 05:17:41 28 4
gpt4 key购买 nike

我想从设备的后置摄像头直接捕获视频到 ProRes 编解码器,现在 .proRes422.proRes4444 可用作 AVVideoCodecType iOS 11 中的选项。

但我收到一条错误消息:

unsupported given the current configuration

在 iPhone X 和第二代 iPad Pro 上,尝试使用以下代码捕获视频时:

movieFileOutput.setOutputSettings([AVVideoCodecKey: AVVideoCodecType.proRes422], 
for: movieFileOutputConnection!)

如果这种方法是错误的,是否可以使用 AVCaptureVideoDataOutputAVAssetWriter 对捕获的视频进行编码?

最佳答案

我收到了 Apple 相机软件团队工程师 Brad Ford 的回复:

The AVVideoCodecType (string) is available, meaning you can compile code that references this constant without a compile error. But AVCaptureMovieFileOutput is telling you the truth. ProRes is not supported on iOS.

关于ios - 如何在 iOS 上以 ProRes 编解码器录制视频?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47651412/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com