问题
I'm trying to export several minutes of video in an AVAssetExportSession and it's taking a long time. My ideal way of doing this is pausing the AVAssetExportSession when the app closes and resuming it when the app reopens. Is there any way to pause an AVAssetExportSession, save its state, and reload it later?
来源:https://stackoverflow.com/questions/44812343/pausing-and-serializing-an-avassetexportsession