Merge videos & images in AVMutableComposition using AVMutableCompositionTrack, not AVVideoCompositionCoreAnimationTool?
问题 The code below exports a video using AVMutableComposition . But in the exported video, if you want an image to display for 3 seconds after the source video finishes, is there a way to do that with AVMutableCompositionTrack or do you need to add an image layer and animate its appearance after the video ends? Eventually, the goal is to merge an arbitrary number of images and videos into one master video. Unfortunately, during testing it seems like AVVideoCompositionCoreAnimationTool severely