When you offer the possibility to a user to use a video previously registered in the gallery of the iPhone with a UIImagePickerController
, it's imported and compressed to 1280x720 regardless of the original resolution. Is it possible to get the original video at the original quality with UIImagePickerController
?
The url returned by UIImagePickerController.InfoKey.mediaURL
seem to be a temporary url to the compressed file, so not usable to get the original file.