Should I use AVCaptureConnection's videoOrientation property, or set the transform property of the videoWriterInput, or something else?
Seems like AVCaptureConnection's videoOrientation property sets the orientation as it's recording, while the transform property of the videoWriterInput will set a flag for the playback transform.