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 th
Try setting
compositionVideoTrack.preferredTransform = clipVideoTrack.preferredTransform;