I would like to capture video from device’s back camera directly to ProRes codec, now that .proRes422
and .proRes4444
are available as AVVide
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. ButAVCaptureMovieFileOutput
is telling you the truth. ProRes is not supported on iOS.