iOS 保存视频AVAssetWriter

错误的CMTime导致保存的视频无效,比如:

frameTime CMTime 1122 600ths of a second
value CMTimeValue 1122
timescale CMTimeScale 600
flags CMTimeFlags [.valid]
epoch CMTimeEpoch 0

使用自己生成的

frameTime = CMTime(value: CMTimeValue(framecnt), timescale: fps)

原文地址:https://www.cnblogs.com/mlj318/p/7693254.html