I have a simple video editing view that uses AVPlayer. I create a AVMutableComposition using one or several AVURLAsset. All works fine but the videos are always rotated 90 degrees. i.e. if the source video was taken in portrait mode. AVPlayer shows it in landscape mode and vice versa. I have gone through the documentation and "goolgled" it to death and can't find a solution. MAybe I'm looking in the wrong places.
Can anyone help?
Thanks in Advance;
Jean-Pierre