I want to create an app which records video and saves it to the local device, but it needs to record at a specific bitrate. Currently when a video is recorded on an iOS device, it has to be downloaded and transcoded into a streamable size. Rather than having to download and transcode (which takes time) it would be far better if the device just recorded with a maximum bitrate in mind.
Is that possible?