@@ -225,6 +225,7 @@ class INVideoExportController: BFBaseViewController {
if let fileUrl = url {
let item = AVPlayerItem(url: fileUrl)
sself.avplayer.replaceCurrentItem(with: item)
+ usleep(1000)
sself.avplayer.play()
sself.playerLayer.borderColor = ThemeStyleColor.cgColor