AVMutableComposition rotates recorded video
问题 I am building an iOS app using the AVFoundation Framework, objective-C and Xcode 7.1. What i am doing is get a recorded video, add a text layer and export. My problem is that the exported video is on landscape when i recorded on portrait! I 've been struggled for hours and can't solve it. I found similar questions but none of the answers helped me. Here is my code: AVURLAsset* videoAsset = [[AVURLAsset alloc]initWithURL:self.videoURL options:nil]; AVMutableComposition* mixComposition =