I am writing ios app that should convert mov file to mp4. Is there any ways to that using AVFoundation or something similar?
I will really appreciate your help!
Thanks!
I am writing ios app that should convert mov file to mp4. Is there any ways to that using AVFoundation or something similar?
I will really appreciate your help!
Thanks!
Do you need to do AV media transcoding, or just change the container? A standard (not streaming) MOV container will/should be compatible with a MP4 container (inspection of a few test files from iOS show they are identical). So it is possible that you could just rename the file to MP4. This does assume the media in the container is supported by the MP4 container. FYI, The ISO spec for MP4 is based on the Quicktime file format. Also, if you are recording the media on the device then you can select MP4 as the container for the media.