Weird behaviour of AVMutableComposition freezing while using AVMutableVideoComposition
问题 I am trying to merge multiple videos using AVMutableComposition . The problem I face is that whenever I try to add any AVMutableVideoComposition for applying any instructions, my playback freezes in AVPlayer at exact 6 seconds duration. Another interesting thing is that it plays fine if I play it in Photos app of iPad after exporting using same videoComposition . So why does it freezes in AVPlayer at 6 seconds? Code: AVMutableComposition *mutableComposition = [AVMutableComposition composition