Swift Merge AVasset-Videos array
问题 I want to merge the AVAsset- arrayVideos into one single video and save it on camera roll. Raywenderlich.com has a great tutorial where two videos are merged into one. I've created the following code, however the video that I get after exporting to camera roll includes only the first and the last video from the array (excluding the rest of the videos in the middle of arrayVideos ). Am I missing something here? var arrayVideos = [AVAsset]() //Videos Array var atTimeM: CMTime = CMTimeMake(0, 0)