iOS AVMutableVideoComposition not distinguishing between landscape orientations
In my code, the user chooses a video from the camera roll, which I then slice up and write back to the camera roll using AVMutableVideoComposition
and AVAssetExportSession
.