Exporting time lapse with AVAssetExportSession results in black video
问题 I need to be able to merge videos taken with the time lapse function in the Camera app on iOS and export as a single video. However, even if I try to export a single, unchanged time lapse video to the Photo Library, it saves as a completely black video (with the correct duration). Here is the sample code I wrote to just export a single, unchanged video (most of which is adapted from a Ray Wenderlich tutorial): @IBAction func saveVideo(_ sender: UIBarButtonItem) { // 1 - Early exit if there's