iOS AVExportSession fails with trimmed video only
问题 i've created a method that trims and exports videos based on a given time range. It also rotates the video to landscape. For some reason though, the AVAssetExportSession fails when attempting to process a video that previously was trimmed using UIVideoEditorController. Anyone encountered this issue before? I get this error: AVAssetExportSessionStatusFailed: Error Domain=AVFoundationErrorDomain Code=-11841 "The operation couldn’t be completed. (AVFoundationErrorDomain error -11841.)" For this