I want to convert .mov to .mp4 . When I record video from an iPhone camera, it automatically records video using the .mov format which is not able to play on android OS. I want to convert this format to .mp4 so the video will easily play on both iPhone and Android. I have converted video formats by using the following code:
[request addData:videoData withFileName:@"video1.mp4" andContentType:@"video/mp4" forKey:@"video"];
Now the format is changed but it does not run on the android device.