错误的CMTime导致保存的视频无效,比如:
frameTime CMTime 1122 600ths of a second value CMTimeValue 1122timescale CMTimeScale 600flags CMTimeFlags [.valid] epoch CMTimeEpoch 0
使用自己生成的
frameTime = CMTime(value: CMTimeValue(framecnt), timescale: fps)