How to record video in ProRes codec on iOS?

后端 未结 1 840
遇见更好的自我
遇见更好的自我 2021-01-04 00:15

I would like to capture video from device’s back camera directly to ProRes codec, now that .proRes422 and .proRes4444 are available as AVVide

相关标签:
1条回答
  • 2021-01-04 00:47

    I received a response from Brad Ford, an engineer from camera software team at Apple:

    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.

    0 讨论(0)
提交回复
热议问题