When I use an UIImagePicker to record video and then want to save it to disk, what file format is used? In other words.. when I have the file on disk and want to transport it over to a server, what kind if MIME type should I use?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The format that is used when you take a video with
UIImagePickerControlleris Apple’s quicktime format .MOV.The MIME-type you are looking for is
video/quicktimeHope this helps!