AVMutableComposition rotates recorded video

前端 未结 2 507
北海茫月
北海茫月 2021-01-28 13:56

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

2条回答
  •  Happy的楠姐
    2021-01-28 14:21

    Try setting

    compositionVideoTrack.preferredTransform = clipVideoTrack.preferredTransform;
    

提交回复
热议问题