I am developing media server for Play station 3 in iPhone.
I came to know that PS3 doesn\'t support .MOV file so I have to convert it into Mp4 or something other tra
presetName use "AVAssetExportPresetPassthrough" instead "AVAssetExportPresetLowQuality"
AVAssetExportSession *exportSession = [[AVAssetExportSession alloc]initWithAsset:avAsset presetName:AVAssetExportPresetPassthrough];