|
@@ -702,6 +702,9 @@ class PQStuckPointPublicController: PQBaseViewController {
|
|
|
endMovieExporter.cancel()
|
|
|
}
|
|
|
|
|
|
+ exporter?.input?.removeAllTargets()
|
|
|
+ watermarkMovieExporter?.input?.removeAllTargets()
|
|
|
+ endMovieExporter?.input?.removeAllTargets()
|
|
|
avPlayer.pause()
|
|
|
avPlayer.replaceCurrentItem(with: nil)
|
|
|
|
|
@@ -1320,9 +1323,14 @@ extension PQStuckPointPublicController {
|
|
|
} else {
|
|
|
bottomOprationBgView.isHidden = false
|
|
|
|
|
|
+ saveVideoTipsBgView.isHidden = false
|
|
|
+ self.saveRetryBtn.isHidden = true
|
|
|
if(saveMovieLocalURL == nil){
|
|
|
- saveVideoTipsBgView.isHidden = false
|
|
|
+ saveVideoTipsLabel.text = "视频保存中..."
|
|
|
+ }else{
|
|
|
+ self.saveVideoTipsLabel.text = "视频已保存到相册"
|
|
|
}
|
|
|
+
|
|
|
}
|
|
|
}
|
|
|
|